#F007F0
A medium, vivid magenta closely aligning with Fuchsia.
About #F007F0
Visually, #F007F0 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 240 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 97% magenta, 0% yellow, and 6% black. The HSL representation is 300.0° hue, 94.3% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F007F0
RGB240, 7, 240
HSL300.0°, 94.3%, 48.4%
CMYK0%, 97%, 0%, 6%
HSV300.0°, 97.1%, 94.1%
LAB57.0, 93.4, -57.9
XYZ51.7, 25.0, 84.5
Decimal15730672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F007F0;
}
.text-color {
color: #F007F0;
}
.border-color {
border: 2px solid #F007F0;
}