Shades of Hot Magenta #F916E1
Tints of Hot Magenta #F916E1
RGB
CMYK
RGB Variations
Color information
#F916E1 (or 0xF916E1) is known color: Hot Magenta. HEX triplet: F9, 16 and E1. RGB value is (249,22,225). Sum of RGB (Red+Green+Blue) = 249+22+225=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 22 (8.98% from 255 or 4.44% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F916E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916E1 is #06E91E. Grayscale: #707070. Windows color (decimal): -452895 or 14751481. OLE color: 14751481.
HSL color Cylindrical-coordinate representation of color #F916E1: hue angle of 306.34º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916E1 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 225 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.02 |
| HSL | 306.34º | 0.95% | 0.53% | - |
| HSV(B) | 306.34º | 0.91% | 0.98% | - |
| XYZ | 52.94 | 26.15 | 73.49 | - |
| YUV | 113.02 | 191.21 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 225 | 0 | 0.91 | 0.10 | 0.02 | 306.34 | 0.95 | 0.53 |
| Hex | F9 | 16 | E1 | 0 | 5B | A | 2 | 132 | 5F | 35 |
| Octal | 371 | 26 | 341 | 0 | 133 | 12 | 2 | 462 | 137 | 65 |
| Binary | 11111001 | 10110 | 11100001 | 0 | 1011011 | 1010 | 10 | 100110010 | 1011111 | 110101 |
Color Harmonies of #F916E1
Complementary color
Monochromatic Colors of #F916E1
Black with #F916E1
Text Example
Text Example
White with #F916E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F916E1; }
p { color: rgb(249,22,225); }
H1.HeaderClassName
{
color: #F916E1;
}
.AnyTagClassName
{
color: #F916E1;
}
</style>
background-color css
<style>
a { background-color: #F916E1; }
a { background-color: rgb(249,22,225); }
div.DivClassName
{
background-color: #F916E1;
}
.BgClassName
{
background-color: #F916E1;
}
</style>
border-color css
<style>
span { border-color: #F916E1; }
span { border-color: rgb(249,22,225); }
td.TdClassName
{
border-color: #F916E1;
}
.TagClassName
{
border-color: #F916E1;
}
</style>