ToolPuma Logo

HSV to RGB

Convert HSV color values into RGB notation.

Enter hue (0–360), saturation, and value (0–100%), e.g. 9, 100%, 100%.

What Is a HSV to RGB?

The HSV to RGB converter expresses a color given as hue, saturation, and value in red, green, and blue. HSV is widely used in color pickers because the three channels map directly to how humans describe color.

How to Use This HSV to RGB

  1. 1
    Enter HSV valuesType hue (0–360), saturation (0–100), and value (0–100).
  2. 2
    See RGB and hexThe matching RGB and hex appear instantly.
  3. 3
    Copy the resultCopy either format into your code or design tool.

Frequently Asked Questions

Both use hue and saturation, but HSV uses value (full brightness) while HSL uses lightness, so they model bright and pastel colors differently.
Red with full saturation and value is hsv(0, 100%, 100%), equal to #ff0000.
The hue/saturation/value layout is intuitive: pick a hue, then adjust how intense and bright it is.