Shades of Hot Magenta #FE01C8
Tints of Hot Magenta #FE01C8
RGB
CMYK
RGB Variations
Color information
#FE01C8 (or 0xFE01C8) is known color: Hot Magenta. HEX triplet: FE, 01 and C8. RGB value is (254,1,200). Sum of RGB (Red+Green+Blue) = 254+1+200=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01C8 is #01FE37. Grayscale: #626262. Windows color (decimal): -130616 or 13107710. OLE color: 13107710.
HSL color Cylindrical-coordinate representation of color #FE01C8: hue angle of 312.81º 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 #FE01C8 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 200 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.00 |
| HSL | 312.81º | 0.99% | 0.5% | - |
| HSV(B) | 312.81º | 1% | 1% | - |
| XYZ | 51.31 | 25.26 | 56.82 | - |
| YUV | 99.33 | 184.82 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 200 | 0 | 1.00 | 0.21 | 0.00 | 312.81 | 0.99 | 0.5 |
| Hex | FE | 1 | C8 | 0 | 64 | 15 | 0 | 139 | 63 | 32 |
| Octal | 376 | 1 | 310 | 0 | 144 | 25 | 0 | 471 | 143 | 62 |
| Binary | 11111110 | 1 | 11001000 | 0 | 1100100 | 10101 | 0 | 100111001 | 1100011 | 110010 |
Color Harmonies of #FE01C8
Complementary color
Monochromatic Colors of #FE01C8
Black with #FE01C8
Text Example
Text Example
White with #FE01C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01C8; }
p { color: rgb(254,1,200); }
H1.HeaderClassName
{
color: #FE01C8;
}
.AnyTagClassName
{
color: #FE01C8;
}
</style>
background-color css
<style>
a { background-color: #FE01C8; }
a { background-color: rgb(254,1,200); }
div.DivClassName
{
background-color: #FE01C8;
}
.BgClassName
{
background-color: #FE01C8;
}
</style>
border-color css
<style>
span { border-color: #FE01C8; }
span { border-color: rgb(254,1,200); }
td.TdClassName
{
border-color: #FE01C8;
}
.TagClassName
{
border-color: #FE01C8;
}
</style>