Shades of Hot Magenta #F116E0
Tints of Hot Magenta #F116E0
RGB
CMYK
RGB Variations
Color information
#F116E0 (or 0xF116E0) is known color: Hot Magenta. HEX triplet: F1, 16 and E0. RGB value is (241,22,224). Sum of RGB (Red+Green+Blue) = 241+22+224=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F116E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116E0 is #0EE91F. Grayscale: #6D6D6D. Windows color (decimal): -977184 or 14685937. OLE color: 14685937.
HSL color Cylindrical-coordinate representation of color #F116E0: hue angle of 304.66º 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 #F116E0 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 224 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.05 |
| HSL | 304.66º | 0.89% | 0.52% | - |
| HSV(B) | 304.66º | 0.91% | 0.95% | - |
| XYZ | 50.02 | 24.66 | 72.64 | - |
| YUV | 110.51 | 192.05 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 224 | 0 | 0.91 | 0.07 | 0.05 | 304.66 | 0.89 | 0.52 |
| Hex | F1 | 16 | E0 | 0 | 5B | 7 | 5 | 131 | 59 | 34 |
| Octal | 361 | 26 | 340 | 0 | 133 | 7 | 5 | 461 | 131 | 64 |
| Binary | 11110001 | 10110 | 11100000 | 0 | 1011011 | 111 | 101 | 100110001 | 1011001 | 110100 |
Color Harmonies of #F116E0
Complementary color
Monochromatic Colors of #F116E0
Black with #F116E0
Text Example
Text Example
White with #F116E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116E0; }
p { color: rgb(241,22,224); }
H1.HeaderClassName
{
color: #F116E0;
}
.AnyTagClassName
{
color: #F116E0;
}
</style>
background-color css
<style>
a { background-color: #F116E0; }
a { background-color: rgb(241,22,224); }
div.DivClassName
{
background-color: #F116E0;
}
.BgClassName
{
background-color: #F116E0;
}
</style>
border-color css
<style>
span { border-color: #F116E0; }
span { border-color: rgb(241,22,224); }
td.TdClassName
{
border-color: #F116E0;
}
.TagClassName
{
border-color: #F116E0;
}
</style>