Shades of Hot Magenta #FE0ED6
Tints of Hot Magenta #FE0ED6
RGB
CMYK
RGB Variations
Color information
#FE0ED6 (or 0xFE0ED6) is known color: Hot Magenta. HEX triplet: FE, 0E and D6. RGB value is (254,14,214). Sum of RGB (Red+Green+Blue) = 254+14+214=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ED6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ED6 is #01F129. Grayscale: #6C6C6C. Windows color (decimal): -127274 or 14028542. OLE color: 14028542.
HSL color Cylindrical-coordinate representation of color #FE0ED6: hue angle of 310º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0ED6 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 214 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.00 |
| HSL | 310º | 0.99% | 0.53% | - |
| HSV(B) | 310º | 0.94% | 1% | - |
| XYZ | 53.17 | 26.24 | 65.88 | - |
| YUV | 108.56 | 187.51 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 214 | 0 | 0.94 | 0.16 | 0.00 | 310 | 0.99 | 0.53 |
| Hex | FE | E | D6 | 0 | 5E | 10 | 0 | 136 | 63 | 35 |
| Octal | 376 | 16 | 326 | 0 | 136 | 20 | 0 | 466 | 143 | 65 |
| Binary | 11111110 | 1110 | 11010110 | 0 | 1011110 | 10000 | 0 | 100110110 | 1100011 | 110101 |
Color Harmonies of #FE0ED6
Complementary color
Monochromatic Colors of #FE0ED6
Black with #FE0ED6
Text Example
Text Example
White with #FE0ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0ED6; }
p { color: rgb(254,14,214); }
H1.HeaderClassName
{
color: #FE0ED6;
}
.AnyTagClassName
{
color: #FE0ED6;
}
</style>
background-color css
<style>
a { background-color: #FE0ED6; }
a { background-color: rgb(254,14,214); }
div.DivClassName
{
background-color: #FE0ED6;
}
.BgClassName
{
background-color: #FE0ED6;
}
</style>
border-color css
<style>
span { border-color: #FE0ED6; }
span { border-color: rgb(254,14,214); }
td.TdClassName
{
border-color: #FE0ED6;
}
.TagClassName
{
border-color: #FE0ED6;
}
</style>