Enter a hex code or pick a color to get HSV (Hue, Saturation, Value) and other formats. Live preview and one-click copy for your workflow.
Enter a valid 6-digit hex code (0-9, A-F).
HSV
#FF0000hsv(0, 100%, 100%)rgb(255, 0, 0)cmyk(0, 100, 100, 0)Presets
HEX codes are six-digit hexadecimal values used in web design. Each pair stands for red, green, and blue in the 0–255 range (00 to FF).
HSV (Hue, Saturation, Value) splits color into three parts: the hue angle on the color wheel, how strong the color is, and how bright it is.
HEX is turned into RGB first, then RGB is converted to HSV. The tool finds the max and min of R, G, B, then computes hue from which channel is dominant, saturation from the spread, and value from the max. You get instant HSV and other formats for copy-paste.