Shades of Hot Magenta #FD0ECF
Tints of Hot Magenta #FD0ECF
RGB
CMYK
RGB Variations
Color information
#FD0ECF (or 0xFD0ECF) is known color: Hot Magenta. HEX triplet: FD, 0E and CF. RGB value is (253,14,207). Sum of RGB (Red+Green+Blue) = 253+14+207=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ECF is #02F130. Grayscale: #6A6A6A. Windows color (decimal): -192817 or 13569789. OLE color: 13569789.
HSL color Cylindrical-coordinate representation of color #FD0ECF: hue angle of 311.55º 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 #FD0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.01 |
| HSL | 311.55º | 0.98% | 0.52% | - |
| HSV(B) | 311.55º | 0.94% | 0.99% | - |
| XYZ | 51.93 | 25.7 | 61.26 | - |
| YUV | 107.46 | 184.18 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 207 | 0 | 0.94 | 0.18 | 0.01 | 311.55 | 0.98 | 0.52 |
| Hex | FD | E | CF | 0 | 5E | 12 | 1 | 138 | 62 | 34 |
| Octal | 375 | 16 | 317 | 0 | 136 | 22 | 1 | 470 | 142 | 64 |
| Binary | 11111101 | 1110 | 11001111 | 0 | 1011110 | 10010 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FD0ECF
Complementary color
Monochromatic Colors of #FD0ECF
Black with #FD0ECF
Text Example
Text Example
White with #FD0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0ECF; }
p { color: rgb(253,14,207); }
H1.HeaderClassName
{
color: #FD0ECF;
}
.AnyTagClassName
{
color: #FD0ECF;
}
</style>
background-color css
<style>
a { background-color: #FD0ECF; }
a { background-color: rgb(253,14,207); }
div.DivClassName
{
background-color: #FD0ECF;
}
.BgClassName
{
background-color: #FD0ECF;
}
</style>
border-color css
<style>
span { border-color: #FD0ECF; }
span { border-color: rgb(253,14,207); }
td.TdClassName
{
border-color: #FD0ECF;
}
.TagClassName
{
border-color: #FD0ECF;
}
</style>