#F04966
A light, vivid red closely aligning with Crimson.
About #F04966
The hex code #F04966 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 240 parts red, 73 parts green, and 102 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 70% Magenta, 57% Yellow, and 6% Black. The HSL representation is 349.6° hue, 84.8% saturation, and 61.4% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F04966
RGB240, 73, 102
HSL349.6°, 84.8%, 61.4%
CMYK0%, 70%, 57%, 6%
HSV349.6°, 69.6%, 94.1%
LAB56.3, 65.1, 21.2
XYZ40.7, 24.2, 15.1
Decimal15747430
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.85:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F04966;
}
.text-color {
color: #F04966;
}
.border-color {
border: 2px solid #F04966;
}