#F0335F
A medium, vivid red closely aligning with Crimson.
About #F0335F
The hex code #F0335F represents a beautifully specific shade of red. It is closely associated with the named CSS color Crimson. Its digital footprint relies on 240 parts red, 51 parts green, and 95 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 79% M, 60% Y, and 6% K. The HSL representation is 346.0° hue, 86.3% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0335F
RGB240, 51, 95
HSL346.0°, 86.3%, 57.1%
CMYK0%, 79%, 60%, 6%
HSV346.0°, 78.8%, 94.1%
LAB53.7, 71.6, 21.9
XYZ39.2, 21.7, 13.0
Decimal15741791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F0335F;
}
.text-color {
color: #F0335F;
}
.border-color {
border: 2px solid #F0335F;
}