Shades of Hot Magenta #FE05C8
Tints of Hot Magenta #FE05C8
RGB
CMYK
RGB Variations
Color information
#FE05C8 (or 0xFE05C8) is known color: Hot Magenta. HEX triplet: FE, 05 and C8. RGB value is (254,5,200). Sum of RGB (Red+Green+Blue) = 254+5+200=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05C8 is #01FA37. Grayscale: #656565. Windows color (decimal): -129592 or 13108734. OLE color: 13108734.
HSL color Cylindrical-coordinate representation of color #FE05C8: hue angle of 313.01º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05C8 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 200 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.00 |
| HSL | 313.01º | 0.99% | 0.51% | - |
| HSV(B) | 313.01º | 0.98% | 1% | - |
| XYZ | 51.35 | 25.35 | 56.83 | - |
| YUV | 101.68 | 183.49 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 200 | 0 | 0.98 | 0.21 | 0.00 | 313.01 | 0.99 | 0.51 |
| Hex | FE | 5 | C8 | 0 | 62 | 15 | 0 | 139 | 63 | 33 |
| Octal | 376 | 5 | 310 | 0 | 142 | 25 | 0 | 471 | 143 | 63 |
| Binary | 11111110 | 101 | 11001000 | 0 | 1100010 | 10101 | 0 | 100111001 | 1100011 | 110011 |
Color Harmonies of #FE05C8
Complementary color
Monochromatic Colors of #FE05C8
Black with #FE05C8
Text Example
Text Example
White with #FE05C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05C8; }
p { color: rgb(254,5,200); }
H1.HeaderClassName
{
color: #FE05C8;
}
.AnyTagClassName
{
color: #FE05C8;
}
</style>
background-color css
<style>
a { background-color: #FE05C8; }
a { background-color: rgb(254,5,200); }
div.DivClassName
{
background-color: #FE05C8;
}
.BgClassName
{
background-color: #FE05C8;
}
</style>
border-color css
<style>
span { border-color: #FE05C8; }
span { border-color: rgb(254,5,200); }
td.TdClassName
{
border-color: #FE05C8;
}
.TagClassName
{
border-color: #FE05C8;
}
</style>