HEX to RGB Converter

Enter HEX value to convert it to RGB

HEX and RGB are both ways to represent colors, but they use different systems.

HEX uses six hexadecimal digits (0-9 and A-F) to represent the intensity of red, green, and blue in a color. #FF0000 represents full red (FF), no green (00), and no blue (00).

RGB uses three decimal numbers (0-255) to represent the intensity of red, green, and blue. 255 is the highest intensity, while 0 is the lowest. So (255, 0, 0) means full red, no green, and no blue.

HEX:

RGB:


Go back to Web Tools