#F007A0
A medium, vivid magenta closely aligning with Deeppink.
About #F007A0
At its core, #F007A0 is a medium and vivid hue. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(240, 7, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 97% magenta, 33% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F007A0
RGB240, 7, 160
HSL320.6°, 94.3%, 48.4%
CMYK0%, 97%, 33%, 6%
HSV320.6°, 97.1%, 94.1%
LAB53.2, 83.7, -17.9
XYZ42.4, 21.2, 35.1
Decimal15730592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F007A0;
}
.text-color {
color: #F007A0;
}
.border-color {
border: 2px solid #F007A0;
}