#F007F8
A medium, vivid magenta closely aligning with Fuchsia.
About #F007F8
Visually, #F007F8 is defined as a vivid magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(240, 7, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 3% cyan, 97% magenta, 0% yellow, and 3% black. The HSL representation is 298.0° hue, 94.5% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F007F8
RGB240, 7, 248
HSL298.0°, 94.5%, 50.0%
CMYK3%, 97%, 0%, 3%
HSV298.0°, 97.2%, 97.3%
LAB57.5, 94.5, -61.6
XYZ53.0, 25.5, 90.9
Decimal15730680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F007F8;
}
.text-color {
color: #F007F8;
}
.border-color {
border: 2px solid #F007F8;
}