convert_rgb_to_hex
Convert RGB color values to hexadecimal format. Provide red, green, and blue inputs to get the corresponding hex code.
Instructions
Convert RGB color to HEX
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| r | Yes | Red value (0-255) | |
| g | Yes | Green value (0-255) | |
| b | Yes | Blue value (0-255) |