#F0428A
A light, vivid magenta closely aligning with Deeppink.
About #F0428A
Visually, #F0428A is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. Its digital footprint relies on 240 parts red, 66 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 72% magenta, 43% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0428A
RGB240, 66, 138
HSL335.2°, 85.3%, 60.0%
CMYK0%, 72%, 43%, 6%
HSV335.2°, 72.5%, 94.1%
LAB56.3, 70.4, -0.1
XYZ42.5, 24.3, 26.5
Decimal15745674
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: #F0428A;
}
.text-color {
color: #F0428A;
}
.border-color {
border: 2px solid #F0428A;
}