Enter HEX Values
Input or choose HEX values
See Results
View HSV and other formats
Copy or Use
Copy, save, or reuse your color
Choose a color visually, use sliders, or paste a value.
Quick Presets
hsv(9, 72%, 100%)
tomato
PreviewOriginal
rgb(255, 99, 71)
Lighten 20%
rgb(255, 130, 108)
Darken 20%
rgb(204, 79, 57)
Complementary
rgb(71, 227, 255)
Aa
With White Text
Aa
With Black Text
Other Formats
Color Palette
Did you know?
You can pick a color from your screen in browsers that support the EyeDropper API.
HSV separates hue from saturation and value (the maximum RGB channel). Many color pickers and image editors expose this model because it maps directly to the picker square plus hue slider layout. The converter accepts any valid hex form and outputs hue in degrees together with saturation and value as integer percentages.
Reach for HSV when implementing pickers, animated hue cycles, or generative palettes where you want predictable wheel rotation rather than perceptual lightness.
Need more notations? Open the Color Converter for HEX, RGB, HSL, LAB, OKLAB, and OKLCH, or use the Color Contrast Checker to validate foreground/background pairs before shipping.
No. Value is the maximum channel; lightness is the midpoint between the maximum and minimum, which is what HSL uses.
Both collapse to a hue of 0 because there is no chroma to define a hue from.
Yes. Case is ignored, so #fa3 and #FA3 produce identical results.