#F007E2
A medium, vivid magenta closely aligning with Fuchsia.
About #F007E2
When working with digital screens, the color #F007E2 is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(240, 7, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 97% M, 6% Y, and 6% K. The HSL representation is 303.6° hue, 94.3% saturation, and 48.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F007E2
RGB240, 7, 226
HSL303.6°, 94.3%, 48.4%
CMYK0%, 97%, 6%, 6%
HSV303.6°, 97.1%, 94.1%
LAB56.3, 91.5, -51.3
XYZ49.7, 24.2, 74.0
Decimal15730658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.83:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F007E2;
}
.text-color {
color: #F007E2;
}
.border-color {
border: 2px solid #F007E2;
}