#F02C5F
A medium, vivid magenta closely aligning with Crimson.
About #F02C5F
Visually, #F02C5F is defined as a vivid magenta. It is closely associated with the named CSS color Crimson. Its digital footprint relies on 240 parts red, 44 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 82% magenta, 60% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F02C5F
RGB240, 44, 95
HSL344.4°, 86.7%, 55.7%
CMYK0%, 82%, 60%, 6%
HSV344.4°, 81.7%, 94.1%
LAB53.1, 73.3, 21.0
XYZ38.9, 21.2, 12.9
Decimal15739999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F02C5F;
}
.text-color {
color: #F02C5F;
}
.border-color {
border: 2px solid #F02C5F;
}