Shades of Hot Magenta #FE16D8
Tints of Hot Magenta #FE16D8
RGB
CMYK
RGB Variations
Color information
#FE16D8 (or 0xFE16D8) is known color: Hot Magenta. HEX triplet: FE, 16 and D8. RGB value is (254,22,216). Sum of RGB (Red+Green+Blue) = 254+22+216=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 22 (8.98% from 255 or 4.47% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16D8 is #01E927. Grayscale: #707070. Windows color (decimal): -125224 or 14161662. OLE color: 14161662.
HSL color Cylindrical-coordinate representation of color #FE16D8: hue angle of 309.83º 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 #FE16D8 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 216 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.00 |
| HSL | 309.83º | 0.99% | 0.54% | - |
| HSV(B) | 309.83º | 0.91% | 1% | - |
| XYZ | 53.55 | 26.6 | 67.28 | - |
| YUV | 113.48 | 185.86 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 216 | 0 | 0.91 | 0.15 | 0.00 | 309.83 | 0.99 | 0.54 |
| Hex | FE | 16 | D8 | 0 | 5B | F | 0 | 136 | 63 | 36 |
| Octal | 376 | 26 | 330 | 0 | 133 | 17 | 0 | 466 | 143 | 66 |
| Binary | 11111110 | 10110 | 11011000 | 0 | 1011011 | 1111 | 0 | 100110110 | 1100011 | 110110 |
Color Harmonies of #FE16D8
Complementary color
Monochromatic Colors of #FE16D8
Black with #FE16D8
Text Example
Text Example
White with #FE16D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16D8; }
p { color: rgb(254,22,216); }
H1.HeaderClassName
{
color: #FE16D8;
}
.AnyTagClassName
{
color: #FE16D8;
}
</style>
background-color css
<style>
a { background-color: #FE16D8; }
a { background-color: rgb(254,22,216); }
div.DivClassName
{
background-color: #FE16D8;
}
.BgClassName
{
background-color: #FE16D8;
}
</style>
border-color css
<style>
span { border-color: #FE16D8; }
span { border-color: rgb(254,22,216); }
td.TdClassName
{
border-color: #FE16D8;
}
.TagClassName
{
border-color: #FE16D8;
}
</style>