Shades of Hot Magenta #FE01DF
Tints of Hot Magenta #FE01DF
RGB
CMYK
RGB Variations
Color information
#FE01DF (or 0xFE01DF) is known color: Hot Magenta. HEX triplet: FE, 01 and DF. RGB value is (254,1,223). Sum of RGB (Red+Green+Blue) = 254+1+223=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01DF is #01FE20. Grayscale: #656565. Windows color (decimal): -130593 or 14615038. OLE color: 14615038.
HSL color Cylindrical-coordinate representation of color #FE01DF: hue angle of 307.35º 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 #FE01DF is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.00 |
| HSL | 307.35º | 0.99% | 0.5% | - |
| HSV(B) | 307.35º | 1% | 1% | - |
| XYZ | 54.2 | 26.42 | 72.05 | - |
| YUV | 101.96 | 196.32 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 223 | 0 | 1.00 | 0.12 | 0.00 | 307.35 | 0.99 | 0.5 |
| Hex | FE | 1 | DF | 0 | 64 | C | 0 | 133 | 63 | 32 |
| Octal | 376 | 1 | 337 | 0 | 144 | 14 | 0 | 463 | 143 | 62 |
| Binary | 11111110 | 1 | 11011111 | 0 | 1100100 | 1100 | 0 | 100110011 | 1100011 | 110010 |
Color Harmonies of #FE01DF
Complementary color
Monochromatic Colors of #FE01DF
Black with #FE01DF
Text Example
Text Example
White with #FE01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01DF; }
p { color: rgb(254,1,223); }
H1.HeaderClassName
{
color: #FE01DF;
}
.AnyTagClassName
{
color: #FE01DF;
}
</style>
background-color css
<style>
a { background-color: #FE01DF; }
a { background-color: rgb(254,1,223); }
div.DivClassName
{
background-color: #FE01DF;
}
.BgClassName
{
background-color: #FE01DF;
}
</style>
border-color css
<style>
span { border-color: #FE01DF; }
span { border-color: rgb(254,1,223); }
td.TdClassName
{
border-color: #FE01DF;
}
.TagClassName
{
border-color: #FE01DF;
}
</style>