Shades of Hot Magenta #FE01D9
Tints of Hot Magenta #FE01D9
RGB
CMYK
RGB Variations
Color information
#FE01D9 (or 0xFE01D9) is known color: Hot Magenta. HEX triplet: FE, 01 and D9. RGB value is (254,1,217). Sum of RGB (Red+Green+Blue) = 254+1+217=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01D9 is #01FE26. Grayscale: #646464. Windows color (decimal): -130599 or 14221822. OLE color: 14221822.
HSL color Cylindrical-coordinate representation of color #FE01D9: hue angle of 308.77º 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 #FE01D9 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 217 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.00 |
| HSL | 308.77º | 0.99% | 0.5% | - |
| HSV(B) | 308.77º | 1% | 1% | - |
| XYZ | 53.41 | 26.1 | 67.87 | - |
| YUV | 101.27 | 193.32 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 217 | 0 | 1.00 | 0.15 | 0.00 | 308.77 | 0.99 | 0.5 |
| Hex | FE | 1 | D9 | 0 | 64 | F | 0 | 135 | 63 | 32 |
| Octal | 376 | 1 | 331 | 0 | 144 | 17 | 0 | 465 | 143 | 62 |
| Binary | 11111110 | 1 | 11011001 | 0 | 1100100 | 1111 | 0 | 100110101 | 1100011 | 110010 |
Color Harmonies of #FE01D9
Complementary color
Monochromatic Colors of #FE01D9
Black with #FE01D9
Text Example
Text Example
White with #FE01D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01D9; }
p { color: rgb(254,1,217); }
H1.HeaderClassName
{
color: #FE01D9;
}
.AnyTagClassName
{
color: #FE01D9;
}
</style>
background-color css
<style>
a { background-color: #FE01D9; }
a { background-color: rgb(254,1,217); }
div.DivClassName
{
background-color: #FE01D9;
}
.BgClassName
{
background-color: #FE01D9;
}
</style>
border-color css
<style>
span { border-color: #FE01D9; }
span { border-color: rgb(254,1,217); }
td.TdClassName
{
border-color: #FE01D9;
}
.TagClassName
{
border-color: #FE01D9;
}
</style>