Shades of Hot Magenta #FD01E0
Tints of Hot Magenta #FD01E0
RGB
CMYK
RGB Variations
Color information
#FD01E0 (or 0xFD01E0) is known color: Hot Magenta. HEX triplet: FD, 01 and E0. RGB value is (253,1,224). Sum of RGB (Red+Green+Blue) = 253+1+224=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01E0 is #02FE1F. Grayscale: #656565. Windows color (decimal): -196128 or 14680573. OLE color: 14680573.
HSL color Cylindrical-coordinate representation of color #FD01E0: hue angle of 306.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01E0 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 224 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.01 |
| HSL | 306.9º | 0.99% | 0.5% | - |
| HSV(B) | 306.9º | 1% | 0.99% | - |
| XYZ | 53.97 | 26.29 | 72.75 | - |
| YUV | 101.77 | 196.99 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 224 | 0 | 1.00 | 0.11 | 0.01 | 306.9 | 0.99 | 0.5 |
| Hex | FD | 1 | E0 | 0 | 64 | B | 1 | 133 | 63 | 32 |
| Octal | 375 | 1 | 340 | 0 | 144 | 13 | 1 | 463 | 143 | 62 |
| Binary | 11111101 | 1 | 11100000 | 0 | 1100100 | 1011 | 1 | 100110011 | 1100011 | 110010 |
Color Harmonies of #FD01E0
Complementary color
Monochromatic Colors of #FD01E0
Black with #FD01E0
Text Example
Text Example
White with #FD01E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01E0; }
p { color: rgb(253,1,224); }
H1.HeaderClassName
{
color: #FD01E0;
}
.AnyTagClassName
{
color: #FD01E0;
}
</style>
background-color css
<style>
a { background-color: #FD01E0; }
a { background-color: rgb(253,1,224); }
div.DivClassName
{
background-color: #FD01E0;
}
.BgClassName
{
background-color: #FD01E0;
}
</style>
border-color css
<style>
span { border-color: #FD01E0; }
span { border-color: rgb(253,1,224); }
td.TdClassName
{
border-color: #FD01E0;
}
.TagClassName
{
border-color: #FD01E0;
}
</style>