Shades of Hot Magenta #FD0EDB
Tints of Hot Magenta #FD0EDB
RGB
CMYK
RGB Variations
Color information
#FD0EDB (or 0xFD0EDB) is known color: Hot Magenta. HEX triplet: FD, 0E and DB. RGB value is (253,14,219). Sum of RGB (Red+Green+Blue) = 253+14+219=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 14 (5.86% from 255 or 2.88% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0EDB is #02F124. Grayscale: #6C6C6C. Windows color (decimal): -192805 or 14356221. OLE color: 14356221.
HSL color Cylindrical-coordinate representation of color #FD0EDB: hue angle of 308.54º 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 #FD0EDB is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.01 |
| HSL | 308.54º | 0.98% | 0.52% | - |
| HSV(B) | 308.54º | 0.94% | 0.99% | - |
| XYZ | 53.45 | 26.31 | 69.28 | - |
| YUV | 108.83 | 190.18 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 219 | 0 | 0.94 | 0.13 | 0.01 | 308.54 | 0.98 | 0.52 |
| Hex | FD | E | DB | 0 | 5E | D | 1 | 135 | 62 | 34 |
| Octal | 375 | 16 | 333 | 0 | 136 | 15 | 1 | 465 | 142 | 64 |
| Binary | 11111101 | 1110 | 11011011 | 0 | 1011110 | 1101 | 1 | 100110101 | 1100010 | 110100 |
Color Harmonies of #FD0EDB
Complementary color
Monochromatic Colors of #FD0EDB
Black with #FD0EDB
Text Example
Text Example
White with #FD0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0EDB; }
p { color: rgb(253,14,219); }
H1.HeaderClassName
{
color: #FD0EDB;
}
.AnyTagClassName
{
color: #FD0EDB;
}
</style>
background-color css
<style>
a { background-color: #FD0EDB; }
a { background-color: rgb(253,14,219); }
div.DivClassName
{
background-color: #FD0EDB;
}
.BgClassName
{
background-color: #FD0EDB;
}
</style>
border-color css
<style>
span { border-color: #FD0EDB; }
span { border-color: rgb(253,14,219); }
td.TdClassName
{
border-color: #FD0EDB;
}
.TagClassName
{
border-color: #FD0EDB;
}
</style>