What is the HSL code for grapefruit?
The CSS color grapefruit in HSL format is hsl(1.1, 97.7%, 66.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use grapefruit in CSS?
To apply grapefruit in CSS:
- Text color: color: hsl(1.1, 97.7%, 66.5%);
- Background: background-color: hsl(1.1, 97.7%, 66.5%);
- Border: border-color: hsl(1.1, 97.7%, 66.5%);
What are all the color format values for grapefruit?
| Format | Value |
|---|---|
| HEX | #fd5956 |
| RGB | rgb(253, 89, 86) |
| HSL | hsl(1.1, 97.7%, 66.5%) |
| CMYK | cmyk(0%, 64.8%, 66%, 0.8%) |
How do I convert grapefruit to HSL?
Select grapefruit from the color name list in our color converter. The HSL value — hsl(1.1, 97.7%, 66.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grapefruit belong to?
grapefruit belongs to the red color family. It is a medium, vivid color with HSL values: hue 1.1°, saturation 97.7%, lightness 66.5%.
How do I create lighter and darker shades of grapefruit?
Lighter variant (lightness 81.5%): #fea3a2. Darker variant (lightness 51.5%): #fc0f0a. 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.