Hex to RGB Converter

Convert color codes from hexadecimal format (Hex) to Red, Green, Blue (RGB) format and vice versa.
#
RGB Values
Red
Green
Blue
Current Color
HEX: #FFFFFF
RGB: rgb(255, 255, 255)
HSL: hsl(0, 0%, 100%)

What it does?

  • Takes a Hex color code as input (e.g., #FF0000 for red).
  • Converts the code into its corresponding RGB values (e.g., 255, 0, 0).

How to use it

  1. Enter the Hex color code: Simply paste the Hex code (including the # symbol) into the designated field.
  2. Click convert: The tool will automatically process the code and display the corresponding RGB values.