HEX / RGB / HSL / CMYK Color Converter

Add to my tools

Convert a hexadecimal color to all representations: HEX, RGB, HSL, CMYK. Free and instant tool.

Enter a hexadecimal code (e.g.: #FF5733 or FF5733) to instantly get the color in RGB, HSL and CMYK.

I need a demo !

Convert a color

Conversion result

 

Color preview

Hexadecimal code (HEX)
Red, Green, Blue (RGB)
Hue, Saturation, Lightness (HSL)
Cyan, Magenta, Yellow, Key (CMYK)

Understanding Color Formats

Digital colors can be represented in several different formats depending on the use case. This tool lets you convert a hexadecimal color code to RGB, HSL, and CMYK representations.

HEX Format (Hexadecimal)

The hexadecimal format is the most common on the web. It's written as #RRGGBB where RR, GG, and BB are the red, green, and blue components expressed in hexadecimal (00 to FF).

RGB Format (Red, Green, Blue)

The RGB model is an additive model based on the three primary colors of light. Each component ranges from 0 to 255.

HSL Format (Hue, Saturation, Lightness)

The HSL model is more intuitive for humans. Hue is an angle from 0° to 360°, saturation and lightness are percentages.

CMYK Format (Cyan, Magenta, Yellow, Key/Black)

The CMYK model is a subtractive model used in printing. Values are percentages of each ink.

Similar tools