#F007FF
A medium, vivid magenta closely aligning with Fuchsia.
About #F007FF
The precise color #F007FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Fuchsia. Its digital footprint relies on 240 parts red, 7 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 6% cyan and 97% magenta inks. The HSL representation is 296.4° hue, 100.0% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F007FF
RGB240, 7, 255
HSL296.4°, 100.0%, 51.4%
CMYK6%, 97%, 0%, 0%
HSV296.4°, 97.3%, 100.0%
LAB57.9, 95.6, -64.8
XYZ54.1, 25.9, 96.8
Decimal15730687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F007FF;
}
.text-color {
color: #F007FF;
}
.border-color {
border: 2px solid #F007FF;
}