Shades of Magenta #FD0EE8
Tints of Magenta #FD0EE8
RGB
CMYK
RGB Variations
Color information
#FD0EE8 (or 0xFD0EE8) is known color: Magenta. HEX triplet: FD, 0E and E8. RGB value is (253,14,232). Sum of RGB (Red+Green+Blue) = 253+14+232=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 14 (5.86% from 255 or 2.81% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EE8 is #02F117. Grayscale: #6D6D6D. Windows color (decimal): -192792 or 15208189. OLE color: 15208189.
HSL color Cylindrical-coordinate representation of color #FD0EE8: hue angle of 305.27º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0EE8 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 232 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.01 |
| HSL | 305.27º | 0.98% | 0.52% | - |
| HSV(B) | 305.27º | 0.94% | 0.99% | - |
| XYZ | 55.23 | 27.02 | 78.65 | - |
| YUV | 110.31 | 196.68 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 232 | 0 | 0.94 | 0.08 | 0.01 | 305.27 | 0.98 | 0.52 |
| Hex | FD | E | E8 | 0 | 5E | 8 | 1 | 131 | 62 | 34 |
| Octal | 375 | 16 | 350 | 0 | 136 | 10 | 1 | 461 | 142 | 64 |
| Binary | 11111101 | 1110 | 11101000 | 0 | 1011110 | 1000 | 1 | 100110001 | 1100010 | 110100 |
Color Harmonies of #FD0EE8
Complementary color
Monochromatic Colors of #FD0EE8
Black with #FD0EE8
Text Example
Text Example
White with #FD0EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0EE8; }
p { color: rgb(253,14,232); }
H1.HeaderClassName
{
color: #FD0EE8;
}
.AnyTagClassName
{
color: #FD0EE8;
}
</style>
background-color css
<style>
a { background-color: #FD0EE8; }
a { background-color: rgb(253,14,232); }
div.DivClassName
{
background-color: #FD0EE8;
}
.BgClassName
{
background-color: #FD0EE8;
}
</style>
border-color css
<style>
span { border-color: #FD0EE8; }
span { border-color: rgb(253,14,232); }
td.TdClassName
{
border-color: #FD0EE8;
}
.TagClassName
{
border-color: #FD0EE8;
}
</style>