Shades of Hot Magenta #FD0EDC
Tints of Hot Magenta #FD0EDC
RGB
CMYK
RGB Variations
Color information
#FD0EDC (or 0xFD0EDC) is known color: Hot Magenta. HEX triplet: FD, 0E and DC. RGB value is (253,14,220). Sum of RGB (Red+Green+Blue) = 253+14+220=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0EDC is #02F123. Grayscale: #6C6C6C. Windows color (decimal): -192804 or 14421757. OLE color: 14421757.
HSL color Cylindrical-coordinate representation of color #FD0EDC: hue angle of 308.28º 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 #FD0EDC is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.01 |
| HSL | 308.28º | 0.98% | 0.52% | - |
| HSV(B) | 308.28º | 0.94% | 0.99% | - |
| XYZ | 53.58 | 26.36 | 69.97 | - |
| YUV | 108.95 | 190.68 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 220 | 0 | 0.94 | 0.13 | 0.01 | 308.28 | 0.98 | 0.52 |
| Hex | FD | E | DC | 0 | 5E | D | 1 | 134 | 62 | 34 |
| Octal | 375 | 16 | 334 | 0 | 136 | 15 | 1 | 464 | 142 | 64 |
| Binary | 11111101 | 1110 | 11011100 | 0 | 1011110 | 1101 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FD0EDC
Complementary color
Monochromatic Colors of #FD0EDC
Black with #FD0EDC
Text Example
Text Example
White with #FD0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0EDC; }
p { color: rgb(253,14,220); }
H1.HeaderClassName
{
color: #FD0EDC;
}
.AnyTagClassName
{
color: #FD0EDC;
}
</style>
background-color css
<style>
a { background-color: #FD0EDC; }
a { background-color: rgb(253,14,220); }
div.DivClassName
{
background-color: #FD0EDC;
}
.BgClassName
{
background-color: #FD0EDC;
}
</style>
border-color css
<style>
span { border-color: #FD0EDC; }
span { border-color: rgb(253,14,220); }
td.TdClassName
{
border-color: #FD0EDC;
}
.TagClassName
{
border-color: #FD0EDC;
}
</style>