Shades of Hot Magenta #FE0ED5
Tints of Hot Magenta #FE0ED5
RGB
CMYK
RGB Variations
Color information
#FE0ED5 (or 0xFE0ED5) is known color: Hot Magenta. HEX triplet: FE, 0E and D5. RGB value is (254,14,213). Sum of RGB (Red+Green+Blue) = 254+14+213=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ED5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ED5 is #01F12A. Grayscale: #6B6B6B. Windows color (decimal): -127275 or 13963006. OLE color: 13963006.
HSL color Cylindrical-coordinate representation of color #FE0ED5: hue angle of 310.25º 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 #FE0ED5 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 213 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.00 |
| HSL | 310.25º | 0.99% | 0.53% | - |
| HSV(B) | 310.25º | 0.94% | 1% | - |
| XYZ | 53.04 | 26.19 | 65.21 | - |
| YUV | 108.45 | 187.01 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 213 | 0 | 0.94 | 0.16 | 0.00 | 310.25 | 0.99 | 0.53 |
| Hex | FE | E | D5 | 0 | 5E | 10 | 0 | 136 | 63 | 35 |
| Octal | 376 | 16 | 325 | 0 | 136 | 20 | 0 | 466 | 143 | 65 |
| Binary | 11111110 | 1110 | 11010101 | 0 | 1011110 | 10000 | 0 | 100110110 | 1100011 | 110101 |
Color Harmonies of #FE0ED5
Complementary color
Monochromatic Colors of #FE0ED5
Black with #FE0ED5
Text Example
Text Example
White with #FE0ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0ED5; }
p { color: rgb(254,14,213); }
H1.HeaderClassName
{
color: #FE0ED5;
}
.AnyTagClassName
{
color: #FE0ED5;
}
</style>
background-color css
<style>
a { background-color: #FE0ED5; }
a { background-color: rgb(254,14,213); }
div.DivClassName
{
background-color: #FE0ED5;
}
.BgClassName
{
background-color: #FE0ED5;
}
</style>
border-color css
<style>
span { border-color: #FE0ED5; }
span { border-color: rgb(254,14,213); }
td.TdClassName
{
border-color: #FE0ED5;
}
.TagClassName
{
border-color: #FE0ED5;
}
</style>