Color Converter
Convert between HEX, RGB, HSL, and HSV
Color Formats
HEX: Hexadecimal color code (#RRGGBB). Each pair represents red, green, and blue values from 00 to FF.
RGB: Red, Green, Blue values from 0-255.
HSL: Hue (0-360), Saturation (0-100%), Lightness (0-100%).
HSV/HSB: Hue, Saturation, Value/Brightness. Common in design software.