Shades of Hot Magenta #FF16E4
Tints of Hot Magenta #FF16E4
RGB
CMYK
RGB Variations
Color information
#FF16E4 (or 0xFF16E4) is known color: Hot Magenta. HEX triplet: FF, 16 and E4. RGB value is (255,22,228). Sum of RGB (Red+Green+Blue) = 255+22+228=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF16E4 is #00E91B. Grayscale: #727272. Windows color (decimal): -59676 or 14948095. OLE color: 14948095.
HSL color Cylindrical-coordinate representation of color #FF16E4: hue angle of 306.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF16E4 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 228 | - |
| CMYK | 0 | 0.91 | 0.11 | 0 |
| HSL | 306.95º | 1% | 0.54% | - |
| HSV(B) | 306.95º | 0.91% | 1% | - |
| XYZ | 55.53 | 27.44 | 75.77 | - |
| YUV | 115.15 | 191.69 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 228 | 0 | 0.91 | 0.11 | 0 | 306.95 | 1 | 0.54 |
| Hex | FF | 16 | E4 | 0 | 5B | B | 0 | 133 | 64 | 36 |
| Octal | 377 | 26 | 344 | 0 | 133 | 13 | 0 | 463 | 144 | 66 |
| Binary | 11111111 | 10110 | 11100100 | 0 | 1011011 | 1011 | 0 | 100110011 | 1100100 | 110110 |
Color Harmonies of #FF16E4
Complementary color
Monochromatic Colors of #FF16E4
Black with #FF16E4
Text Example
Text Example
White with #FF16E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16E4; }
p { color: rgb(255,22,228); }
H1.HeaderClassName
{
color: #FF16E4;
}
.AnyTagClassName
{
color: #FF16E4;
}
</style>
background-color css
<style>
a { background-color: #FF16E4; }
a { background-color: rgb(255,22,228); }
div.DivClassName
{
background-color: #FF16E4;
}
.BgClassName
{
background-color: #FF16E4;
}
</style>
border-color css
<style>
span { border-color: #FF16E4; }
span { border-color: rgb(255,22,228); }
td.TdClassName
{
border-color: #FF16E4;
}
.TagClassName
{
border-color: #FF16E4;
}
</style>