LogoHEX2RGB
Convert HEX Color to RGB Color

#

What is a HEX color code?

A HEX color code is a six-digit representation of a color in the RGB color model. It consists of three pairs of hexadecimal digits, where each pair represents the intensity of red, green, and blue components of the color. For example, the HEX code #FFFFFF represents white, while #000000 represents black.

What is RGB?

RGB stands for Red, Green, and Blue, which are the primary colors of light. In the RGB color model, colors are created by combining different intensities of these three colors. Each color component can have a value ranging from 0 to 255, resulting in over 16 million possible colors.