#F800F0
A medium, vivid magenta closely aligning with Fuchsia.
About #F800F0
Visually, #F800F0 is defined as a vivid magenta. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 248 red, 0 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 100% Magenta, 3% Yellow, and 3% Black. The HSL representation is 301.9° hue, 100.0% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F800F0
RGB248, 0, 240
HSL301.9°, 100.0%, 48.6%
CMYK0%, 100%, 3%, 3%
HSV301.9°, 100.0%, 97.3%
LAB58.3, 95.1, -55.8
XYZ54.4, 26.2, 84.6
Decimal16253168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F800F0;
}
.text-color {
color: #F800F0;
}
.border-color {
border: 2px solid #F800F0;
}