Shades of Hot Magenta #FE01E3
Tints of Hot Magenta #FE01E3
RGB
CMYK
RGB Variations
Color information
#FE01E3 (or 0xFE01E3) is known color: Hot Magenta. HEX triplet: FE, 01 and E3. RGB value is (254,1,227). Sum of RGB (Red+Green+Blue) = 254+1+227=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 1 (0.78% from 255 or 0.21% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01E3 is #01FE1C. Grayscale: #656565. Windows color (decimal): -130589 or 14877182. OLE color: 14877182.
HSL color Cylindrical-coordinate representation of color #FE01E3: hue angle of 306.4º 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 #FE01E3 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 227 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.00 |
| HSL | 306.4º | 0.99% | 0.5% | - |
| HSV(B) | 306.4º | 1% | 1% | - |
| XYZ | 54.75 | 26.64 | 74.93 | - |
| YUV | 102.41 | 198.32 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 227 | 0 | 1.00 | 0.11 | 0.00 | 306.4 | 0.99 | 0.5 |
| Hex | FE | 1 | E3 | 0 | 64 | B | 0 | 132 | 63 | 32 |
| Octal | 376 | 1 | 343 | 0 | 144 | 13 | 0 | 462 | 143 | 62 |
| Binary | 11111110 | 1 | 11100011 | 0 | 1100100 | 1011 | 0 | 100110010 | 1100011 | 110010 |
Color Harmonies of #FE01E3
Complementary color
Monochromatic Colors of #FE01E3
Black with #FE01E3
Text Example
Text Example
White with #FE01E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01E3; }
p { color: rgb(254,1,227); }
H1.HeaderClassName
{
color: #FE01E3;
}
.AnyTagClassName
{
color: #FE01E3;
}
</style>
background-color css
<style>
a { background-color: #FE01E3; }
a { background-color: rgb(254,1,227); }
div.DivClassName
{
background-color: #FE01E3;
}
.BgClassName
{
background-color: #FE01E3;
}
</style>
border-color css
<style>
span { border-color: #FE01E3; }
span { border-color: rgb(254,1,227); }
td.TdClassName
{
border-color: #FE01E3;
}
.TagClassName
{
border-color: #FE01E3;
}
</style>