#F007E9
A medium, vivid magenta closely aligning with Fuchsia.
About #F007E9
At its core, #F007E9 is a medium and vivid hue. Designers often compare it to the standard color Fuchsia. Its digital footprint relies on 240 parts red, 7 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F007E9
RGB240, 7, 233
HSL301.8°, 94.3%, 48.4%
CMYK0%, 97%, 3%, 6%
HSV301.8°, 97.1%, 94.1%
LAB56.6, 92.4, -54.6
XYZ50.7, 24.6, 79.2
Decimal15730665
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.91:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F007E9;
}
.text-color {
color: #F007E9;
}
.border-color {
border: 2px solid #F007E9;
}