hex_to_hsv
Convert hex color codes to HSV (Hue, Saturation, Value) values. Provide the hex color without the '#' symbol.
Instructions
Convert hex color to HSV (Hue, Saturation, Value) values.
Parameters:
hex_color — Hex color without # (e.g. '3498db').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |