Shades of Hot Magenta #FE16E5
Tints of Hot Magenta #FE16E5
RGB
CMYK
RGB Variations
Color information
#FE16E5 (or 0xFE16E5) is known color: Hot Magenta. HEX triplet: FE, 16 and E5. RGB value is (254,22,229). Sum of RGB (Red+Green+Blue) = 254+22+229=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16E5 is #01E91A. Grayscale: #727272. Windows color (decimal): -125211 or 15013630. OLE color: 15013630.
HSL color Cylindrical-coordinate representation of color #FE16E5: hue angle of 306.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE16E5 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 229 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.00 |
| HSL | 306.47º | 0.99% | 0.54% | - |
| HSV(B) | 306.47º | 0.91% | 1% | - |
| XYZ | 55.3 | 27.3 | 76.48 | - |
| YUV | 114.97 | 192.36 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 229 | 0 | 0.91 | 0.10 | 0.00 | 306.47 | 0.99 | 0.54 |
| Hex | FE | 16 | E5 | 0 | 5B | A | 0 | 132 | 63 | 36 |
| Octal | 376 | 26 | 345 | 0 | 133 | 12 | 0 | 462 | 143 | 66 |
| Binary | 11111110 | 10110 | 11100101 | 0 | 1011011 | 1010 | 0 | 100110010 | 1100011 | 110110 |
Color Harmonies of #FE16E5
Complementary color
Monochromatic Colors of #FE16E5
Black with #FE16E5
Text Example
Text Example
White with #FE16E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16E5; }
p { color: rgb(254,22,229); }
H1.HeaderClassName
{
color: #FE16E5;
}
.AnyTagClassName
{
color: #FE16E5;
}
</style>
background-color css
<style>
a { background-color: #FE16E5; }
a { background-color: rgb(254,22,229); }
div.DivClassName
{
background-color: #FE16E5;
}
.BgClassName
{
background-color: #FE16E5;
}
</style>
border-color css
<style>
span { border-color: #FE16E5; }
span { border-color: rgb(254,22,229); }
td.TdClassName
{
border-color: #FE16E5;
}
.TagClassName
{
border-color: #FE16E5;
}
</style>