#F833D3
A medium, vivid magenta closely aligning with Fuchsia.
About #F833D3
Visually, #F833D3 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 51, and 211.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 79% M, 15% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F833D3
RGB248, 51, 211
HSL311.3°, 93.4%, 58.6%
CMYK0%, 79%, 15%, 3%
HSV311.3°, 79.4%, 97.3%
LAB59.0, 84.8, -38.3
XYZ51.7, 27.0, 64.1
Decimal16266195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F833D3;
}
.text-color {
color: #F833D3;
}
.border-color {
border: 2px solid #F833D3;
}