What is the HSL code for watermelon?
The CSS color watermelon in HSL format is hsl(353.8, 97.9%, 63.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use watermelon in CSS?
To apply watermelon in CSS:
- Text color: color: hsl(353.8, 97.9%, 63.3%);
- Background: background-color: hsl(353.8, 97.9%, 63.3%);
- Border: border-color: hsl(353.8, 97.9%, 63.3%);
What are all the color format values for watermelon?
| Format | Value |
|---|---|
| HEX | #fd4659 |
| RGB | rgb(253, 70, 89) |
| HSL | hsl(353.8, 97.9%, 63.3%) |
| CMYK | cmyk(0%, 72.3%, 64.8%, 0.8%) |
How do I convert watermelon to HSL?
Select watermelon from the color name list in our color converter. The HSL value — hsl(353.8, 97.9%, 63.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does watermelon belong to?
watermelon belongs to the red color family. It is a medium, vivid color with HSL values: hue 353.8°, saturation 97.9%, lightness 63.3%.
How do I create lighter and darker shades of watermelon?
Lighter variant (lightness 78.3%): #fe919d. Darker variant (lightness 48.3%): #f4031c. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.