Shades of Hot Magenta #FE05C7
Tints of Hot Magenta #FE05C7
RGB
CMYK
RGB Variations
Color information
#FE05C7 (or 0xFE05C7) is known color: Hot Magenta. HEX triplet: FE, 05 and C7. RGB value is (254,5,199). Sum of RGB (Red+Green+Blue) = 254+5+199=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05C7 is #01FA38. Grayscale: #656565. Windows color (decimal): -129593 or 13043198. OLE color: 13043198.
HSL color Cylindrical-coordinate representation of color #FE05C7: hue angle of 313.25º 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 #FE05C7 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.00 |
| HSL | 313.25º | 0.99% | 0.51% | - |
| HSV(B) | 313.25º | 0.98% | 1% | - |
| XYZ | 51.24 | 25.3 | 56.22 | - |
| YUV | 101.57 | 182.99 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 199 | 0 | 0.98 | 0.22 | 0.00 | 313.25 | 0.99 | 0.51 |
| Hex | FE | 5 | C7 | 0 | 62 | 16 | 0 | 139 | 63 | 33 |
| Octal | 376 | 5 | 307 | 0 | 142 | 26 | 0 | 471 | 143 | 63 |
| Binary | 11111110 | 101 | 11000111 | 0 | 1100010 | 10110 | 0 | 100111001 | 1100011 | 110011 |
Color Harmonies of #FE05C7
Complementary color
Monochromatic Colors of #FE05C7
Black with #FE05C7
Text Example
Text Example
White with #FE05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05C7; }
p { color: rgb(254,5,199); }
H1.HeaderClassName
{
color: #FE05C7;
}
.AnyTagClassName
{
color: #FE05C7;
}
</style>
background-color css
<style>
a { background-color: #FE05C7; }
a { background-color: rgb(254,5,199); }
div.DivClassName
{
background-color: #FE05C7;
}
.BgClassName
{
background-color: #FE05C7;
}
</style>
border-color css
<style>
span { border-color: #FE05C7; }
span { border-color: rgb(254,5,199); }
td.TdClassName
{
border-color: #FE05C7;
}
.TagClassName
{
border-color: #FE05C7;
}
</style>