Shades of Hot Magenta #FE01D0
Tints of Hot Magenta #FE01D0
RGB
CMYK
RGB Variations
Color information
#FE01D0 (or 0xFE01D0) is known color: Hot Magenta. HEX triplet: FE, 01 and D0. RGB value is (254,1,208). Sum of RGB (Red+Green+Blue) = 254+1+208=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01D0 is #01FE2F. Grayscale: #636363. Windows color (decimal): -130608 or 13631998. OLE color: 13631998.
HSL color Cylindrical-coordinate representation of color #FE01D0: hue angle of 310.91º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01D0 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 208 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.00 |
| HSL | 310.91º | 0.99% | 0.5% | - |
| HSV(B) | 310.91º | 1% | 1% | - |
| XYZ | 52.27 | 25.65 | 61.87 | - |
| YUV | 100.25 | 188.82 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 208 | 0 | 1.00 | 0.18 | 0.00 | 310.91 | 0.99 | 0.5 |
| Hex | FE | 1 | D0 | 0 | 64 | 12 | 0 | 137 | 63 | 32 |
| Octal | 376 | 1 | 320 | 0 | 144 | 22 | 0 | 467 | 143 | 62 |
| Binary | 11111110 | 1 | 11010000 | 0 | 1100100 | 10010 | 0 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FE01D0
Complementary color
Monochromatic Colors of #FE01D0
Black with #FE01D0
Text Example
Text Example
White with #FE01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01D0; }
p { color: rgb(254,1,208); }
H1.HeaderClassName
{
color: #FE01D0;
}
.AnyTagClassName
{
color: #FE01D0;
}
</style>
background-color css
<style>
a { background-color: #FE01D0; }
a { background-color: rgb(254,1,208); }
div.DivClassName
{
background-color: #FE01D0;
}
.BgClassName
{
background-color: #FE01D0;
}
</style>
border-color css
<style>
span { border-color: #FE01D0; }
span { border-color: rgb(254,1,208); }
td.TdClassName
{
border-color: #FE01D0;
}
.TagClassName
{
border-color: #FE01D0;
}
</style>