#FF92F0
A light, vivid magenta closely aligning with Violet.
About #FF92F0
Visually, #FF92F0 is defined as a vivid magenta. Its closest recognized web color is Violet. This translates to an RGB value of rgb(255, 146, 240).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 43% magenta inks. With a hue angle of 308.3 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF92F0
RGB255, 146, 240
HSL308.3°, 100.0%, 78.6%
CMYK0%, 43%, 6%, 0%
HSV308.3°, 42.7%, 100.0%
LAB74.9, 53.8, -29.7
XYZ67.2, 48.1, 88.2
Decimal16749296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.62:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF92F0;
}
.text-color {
color: #FF92F0;
}
.border-color {
border: 2px solid #FF92F0;
}