HEX (Hexadecimal)
Six-digit codes like #FF5733 used in HTML and CSS. The standard for web colors, supported by all browsers and design tools.
RGB (Red, Green, Blue)
Three values from 0 to 255 representing the intensity of red, green, and blue light. Used in screens, monitors, and digital displays.
HSV / HSB (Hue, Saturation, Value)
Represents color as hue (0-360°), saturation (0-100%), and value/brightness (0-100%). Popular in color pickers and graphic design tools like Photoshop.
CMYK (Cyan, Magenta, Yellow, Key)
Four values from 0 to 100% used in professional printing. Essential for print designers to ensure accurate color reproduction on paper.
HSL (Hue, Saturation, Lightness)
Similar to HSV but uses lightness instead of value. Widely used in CSS with the hsl() function for responsive and accessible design.