Shades of Magenta #FD0EEE
Tints of Magenta #FD0EEE
RGB
CMYK
RGB Variations
Color information
#FD0EEE (or 0xFD0EEE) is known color: Magenta. HEX triplet: FD, 0E and EE. RGB value is (253,14,238). Sum of RGB (Red+Green+Blue) = 253+14+238=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EEE is #02F111. Grayscale: #6E6E6E. Windows color (decimal): -192786 or 15601405. OLE color: 15601405.
HSL color Cylindrical-coordinate representation of color #FD0EEE: hue angle of 303.77º 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 #FD0EEE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.01 |
| HSL | 303.77º | 0.98% | 0.52% | - |
| HSV(B) | 303.77º | 0.94% | 0.99% | - |
| XYZ | 56.1 | 27.37 | 83.22 | - |
| YUV | 111 | 199.68 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 238 | 0 | 0.94 | 0.06 | 0.01 | 303.77 | 0.98 | 0.52 |
| Hex | FD | E | EE | 0 | 5E | 6 | 1 | 130 | 62 | 34 |
| Octal | 375 | 16 | 356 | 0 | 136 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111101 | 1110 | 11101110 | 0 | 1011110 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FD0EEE
Complementary color
Monochromatic Colors of #FD0EEE
Black with #FD0EEE
Text Example
Text Example
White with #FD0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0EEE; }
p { color: rgb(253,14,238); }
H1.HeaderClassName
{
color: #FD0EEE;
}
.AnyTagClassName
{
color: #FD0EEE;
}
</style>
background-color css
<style>
a { background-color: #FD0EEE; }
a { background-color: rgb(253,14,238); }
div.DivClassName
{
background-color: #FD0EEE;
}
.BgClassName
{
background-color: #FD0EEE;
}
</style>
border-color css
<style>
span { border-color: #FD0EEE; }
span { border-color: rgb(253,14,238); }
td.TdClassName
{
border-color: #FD0EEE;
}
.TagClassName
{
border-color: #FD0EEE;
}
</style>