hex_to_hsv
Convert a hex color code (without #) to its HSV (Hue, Saturation, Value) representation. Returns the three HSV components for color analysis.
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 |