hsv_to_hex
Convert HSV color values (hue, saturation, value) to a hexadecimal color code. Input hue from 0-360, saturation and value from 0-100.
Instructions
Convert HSV values to hex color.
Parameters:
hue — Hue angle (0-360).
saturation — Saturation percentage (0-100).
value — Value/Brightness percentage (0-100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hue | Yes | ||
| saturation | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |