#F007CC
A medium, vivid magenta closely aligning with Fuchsia.
About #F007CC
Visually, #F007CC is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 240 red, 7 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 97% magenta, 15% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F007CC
RGB240, 7, 204
HSL309.3°, 94.3%, 48.4%
CMYK0%, 97%, 15%, 6%
HSV309.3°, 97.1%, 94.1%
LAB55.1, 88.6, -40.5
XYZ46.9, 23.0, 59.1
Decimal15730636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.61:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F007CC;
}
.text-color {
color: #F007CC;
}
.border-color {
border: 2px solid #F007CC;
}