Shades of Magenta #FD0EEC
Tints of Magenta #FD0EEC
RGB
CMYK
RGB Variations
Color information
#FD0EEC (or 0xFD0EEC) is known color: Magenta. HEX triplet: FD, 0E and EC. RGB value is (253,14,236). Sum of RGB (Red+Green+Blue) = 253+14+236=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 14 (5.86% from 255 or 2.78% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EEC is #02F113. Grayscale: #6E6E6E. Windows color (decimal): -192788 or 15470333. OLE color: 15470333.
HSL color Cylindrical-coordinate representation of color #FD0EEC: hue angle of 304.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 #FD0EEC is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 236 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.01 |
| HSL | 304.27º | 0.98% | 0.52% | - |
| HSV(B) | 304.27º | 0.94% | 0.99% | - |
| XYZ | 55.81 | 27.25 | 81.68 | - |
| YUV | 110.77 | 198.68 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 236 | 0 | 0.94 | 0.07 | 0.01 | 304.27 | 0.98 | 0.52 |
| Hex | FD | E | EC | 0 | 5E | 7 | 1 | 130 | 62 | 34 |
| Octal | 375 | 16 | 354 | 0 | 136 | 7 | 1 | 460 | 142 | 64 |
| Binary | 11111101 | 1110 | 11101100 | 0 | 1011110 | 111 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FD0EEC
Complementary color
Monochromatic Colors of #FD0EEC
Black with #FD0EEC
Text Example
Text Example
White with #FD0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0EEC; }
p { color: rgb(253,14,236); }
H1.HeaderClassName
{
color: #FD0EEC;
}
.AnyTagClassName
{
color: #FD0EEC;
}
</style>
background-color css
<style>
a { background-color: #FD0EEC; }
a { background-color: rgb(253,14,236); }
div.DivClassName
{
background-color: #FD0EEC;
}
.BgClassName
{
background-color: #FD0EEC;
}
</style>
border-color css
<style>
span { border-color: #FD0EEC; }
span { border-color: rgb(253,14,236); }
td.TdClassName
{
border-color: #FD0EEC;
}
.TagClassName
{
border-color: #FD0EEC;
}
</style>