#F000DB
A medium, vivid magenta closely aligning with Fuchsia.
About #F000DB
When working with digital screens, the color #F000DB is rendered by mixing light. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 240 red, 0 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 9% Y, and 6% K. The HSL representation is 305.3° hue, 100.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F000DB
RGB240, 0, 219
HSL305.3°, 100.0%, 47.1%
CMYK0%, 100%, 9%, 6%
HSV305.3°, 100.0%, 94.1%
LAB55.7, 91.0, -48.1
XYZ48.7, 23.6, 69.0
Decimal15728859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.73:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F000DB;
}
.text-color {
color: #F000DB;
}
.border-color {
border: 2px solid #F000DB;
}