#F007A8
A medium, vivid magenta closely aligning with Deeppink.
About #F007A8
At its core, #F007A8 is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(240, 7, 168).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 97% magenta, 30% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F007A8
RGB240, 7, 168
HSL318.5°, 94.3%, 48.4%
CMYK0%, 97%, 30%, 6%
HSV318.5°, 97.1%, 94.1%
LAB53.5, 84.5, -22.1
XYZ43.1, 21.5, 38.9
Decimal15730600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F007A8;
}
.text-color {
color: #F007A8;
}
.border-color {
border: 2px solid #F007A8;
}