Shades of Hot Magenta #F116D9
Tints of Hot Magenta #F116D9
RGB
CMYK
RGB Variations
Color information
#F116D9 (or 0xF116D9) is known color: Hot Magenta. HEX triplet: F1, 16 and D9. RGB value is (241,22,217). Sum of RGB (Red+Green+Blue) = 241+22+217=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F116D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116D9 is #0EE926. Grayscale: #6D6D6D. Windows color (decimal): -977191 or 14227185. OLE color: 14227185.
HSL color Cylindrical-coordinate representation of color #F116D9: hue angle of 306.58º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116D9 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 217 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.05 |
| HSL | 306.58º | 0.89% | 0.52% | - |
| HSV(B) | 306.58º | 0.91% | 0.95% | - |
| XYZ | 49.09 | 24.28 | 67.75 | - |
| YUV | 109.71 | 188.55 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 217 | 0 | 0.91 | 0.10 | 0.05 | 306.58 | 0.89 | 0.52 |
| Hex | F1 | 16 | D9 | 0 | 5B | A | 5 | 133 | 59 | 34 |
| Octal | 361 | 26 | 331 | 0 | 133 | 12 | 5 | 463 | 131 | 64 |
| Binary | 11110001 | 10110 | 11011001 | 0 | 1011011 | 1010 | 101 | 100110011 | 1011001 | 110100 |
Color Harmonies of #F116D9
Complementary color
Monochromatic Colors of #F116D9
Black with #F116D9
Text Example
Text Example
White with #F116D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116D9; }
p { color: rgb(241,22,217); }
H1.HeaderClassName
{
color: #F116D9;
}
.AnyTagClassName
{
color: #F116D9;
}
</style>
background-color css
<style>
a { background-color: #F116D9; }
a { background-color: rgb(241,22,217); }
div.DivClassName
{
background-color: #F116D9;
}
.BgClassName
{
background-color: #F116D9;
}
</style>
border-color css
<style>
span { border-color: #F116D9; }
span { border-color: rgb(241,22,217); }
td.TdClassName
{
border-color: #F116D9;
}
.TagClassName
{
border-color: #F116D9;
}
</style>