Skip to main content

RGB to HSV Converter

Convert rgb(255, 0, 0) to hsv(0°, 100%, 100%). Free RGB to HSV converter — HSV is used in Photoshop color pickers.

Color preview will appear here

Popular Examples:

How to Convert RGB to HSV

RGB to HSV converts decimal RGB values to HSV (Hue, Saturation, Value). For example, rgb(255, 0, 0) becomes hsv(0°, 100%, 100%), and rgb(128, 0, 128) becomes hsv(300°, 100%, 50%). HSV (also called HSB) is the model used in Adobe Photoshop's color picker. Value represents brightness — 0% is black regardless of hue, 100% is the fully bright color.

Why Use This Converter?

  • Instant real-time conversion
  • Free online tool - no registration required
  • Live color preview
  • CSS code examples
  • One-click copy to clipboard
Feedback