Shades of Hot Magenta #FE01E5
Tints of Hot Magenta #FE01E5
RGB
CMYK
RGB Variations
Color information
#FE01E5 (or 0xFE01E5) is known color: Hot Magenta. HEX triplet: FE, 01 and E5. RGB value is (254,1,229). Sum of RGB (Red+Green+Blue) = 254+1+229=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01E5 is #01FE1A. Grayscale: #656565. Windows color (decimal): -130587 or 15008254. OLE color: 15008254.
HSL color Cylindrical-coordinate representation of color #FE01E5: hue angle of 305.93º 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 #FE01E5 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 229 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.00 |
| HSL | 305.93º | 0.99% | 0.5% | - |
| HSV(B) | 305.93º | 1% | 1% | - |
| XYZ | 55.03 | 26.75 | 76.39 | - |
| YUV | 102.64 | 199.32 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 229 | 0 | 1.00 | 0.10 | 0.00 | 305.93 | 0.99 | 0.5 |
| Hex | FE | 1 | E5 | 0 | 64 | A | 0 | 132 | 63 | 32 |
| Octal | 376 | 1 | 345 | 0 | 144 | 12 | 0 | 462 | 143 | 62 |
| Binary | 11111110 | 1 | 11100101 | 0 | 1100100 | 1010 | 0 | 100110010 | 1100011 | 110010 |
Color Harmonies of #FE01E5
Complementary color
Monochromatic Colors of #FE01E5
Black with #FE01E5
Text Example
Text Example
White with #FE01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01E5; }
p { color: rgb(254,1,229); }
H1.HeaderClassName
{
color: #FE01E5;
}
.AnyTagClassName
{
color: #FE01E5;
}
</style>
background-color css
<style>
a { background-color: #FE01E5; }
a { background-color: rgb(254,1,229); }
div.DivClassName
{
background-color: #FE01E5;
}
.BgClassName
{
background-color: #FE01E5;
}
</style>
border-color css
<style>
span { border-color: #FE01E5; }
span { border-color: rgb(254,1,229); }
td.TdClassName
{
border-color: #FE01E5;
}
.TagClassName
{
border-color: #FE01E5;
}
</style>