Shades of Magenta #FD0EEF
Tints of Magenta #FD0EEF
RGB
CMYK
RGB Variations
Color information
#FD0EEF (or 0xFD0EEF) is known color: Magenta. HEX triplet: FD, 0E and EF. RGB value is (253,14,239). Sum of RGB (Red+Green+Blue) = 253+14+239=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EEF is #02F110. Grayscale: #6E6E6E. Windows color (decimal): -192785 or 15666941. OLE color: 15666941.
HSL color Cylindrical-coordinate representation of color #FD0EEF: hue angle of 303.51º 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 #FD0EEF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 239 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.01 |
| HSL | 303.51º | 0.98% | 0.52% | - |
| HSV(B) | 303.51º | 0.94% | 0.99% | - |
| XYZ | 56.25 | 27.43 | 83.99 | - |
| YUV | 111.11 | 200.18 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 239 | 0 | 0.94 | 0.06 | 0.01 | 303.51 | 0.98 | 0.52 |
| Hex | FD | E | EF | 0 | 5E | 6 | 1 | 130 | 62 | 34 |
| Octal | 375 | 16 | 357 | 0 | 136 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111101 | 1110 | 11101111 | 0 | 1011110 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FD0EEF
Complementary color
Monochromatic Colors of #FD0EEF
Black with #FD0EEF
Text Example
Text Example
White with #FD0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0EEF; }
p { color: rgb(253,14,239); }
H1.HeaderClassName
{
color: #FD0EEF;
}
.AnyTagClassName
{
color: #FD0EEF;
}
</style>
background-color css
<style>
a { background-color: #FD0EEF; }
a { background-color: rgb(253,14,239); }
div.DivClassName
{
background-color: #FD0EEF;
}
.BgClassName
{
background-color: #FD0EEF;
}
</style>
border-color css
<style>
span { border-color: #FD0EEF; }
span { border-color: rgb(253,14,239); }
td.TdClassName
{
border-color: #FD0EEF;
}
.TagClassName
{
border-color: #FD0EEF;
}
</style>