What is the HEX code for cherry red?
The CSS color cherry red in HEX format is #f7022a. Use this value directly in CSS, SVG, and most design tools.
How do I use cherry red in CSS?
To apply cherry red in CSS:
- Text color: color: #f7022a;
- Background: background-color: #f7022a;
- Border: border-color: #f7022a;
What are all the color format values for cherry red?
| Format | Value |
|---|---|
| HEX | #f7022a |
| RGB | rgb(247, 2, 42) |
| HSL | hsl(350.2, 98.4%, 48.8%) |
| CMYK | cmyk(0%, 99.2%, 83%, 3.1%) |
How do I convert cherry red to HEX?
Select cherry red from the color name list in our color converter. The HEX value — #f7022a — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cherry red belong to?
cherry red belongs to the red color family. It is a medium, vivid color with HSL values: hue 350.2°, saturation 98.4%, lightness 48.8%.
How do I create lighter and darker shades of cherry red?
Lighter variant (lightness 63.8%): #fe4866. Darker variant (lightness 33.8%): #ab011d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.