#F800F8
A medium, vivid magenta closely aligning with Fuchsia.
About #F800F8
When working with digital screens, the color #F800F8 is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 248 red, 0 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F800F8
RGB248, 0, 248
HSL300.0°, 100.0%, 48.6%
CMYK0%, 100%, 0%, 3%
HSV300.0°, 100.0%, 97.3%
LAB58.7, 96.2, -59.6
XYZ55.7, 26.7, 91.0
Decimal16253176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.35:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F800F8;
}
.text-color {
color: #F800F8;
}
.border-color {
border: 2px solid #F800F8;
}