Shades of Hot Magenta #F116DA
Tints of Hot Magenta #F116DA
RGB
CMYK
RGB Variations
Color information
#F116DA (or 0xF116DA) is known color: Hot Magenta. HEX triplet: F1, 16 and DA. RGB value is (241,22,218). Sum of RGB (Red+Green+Blue) = 241+22+218=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F116DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116DA is #0EE925. Grayscale: #6D6D6D. Windows color (decimal): -977190 or 14292721. OLE color: 14292721.
HSL color Cylindrical-coordinate representation of color #F116DA: hue angle of 306.3º 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 #F116DA is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 218 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.05 |
| HSL | 306.3º | 0.89% | 0.52% | - |
| HSV(B) | 306.3º | 0.91% | 0.95% | - |
| XYZ | 49.22 | 24.34 | 68.43 | - |
| YUV | 109.83 | 189.05 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 218 | 0 | 0.91 | 0.10 | 0.05 | 306.3 | 0.89 | 0.52 |
| Hex | F1 | 16 | DA | 0 | 5B | A | 5 | 132 | 59 | 34 |
| Octal | 361 | 26 | 332 | 0 | 133 | 12 | 5 | 462 | 131 | 64 |
| Binary | 11110001 | 10110 | 11011010 | 0 | 1011011 | 1010 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F116DA
Complementary color
Monochromatic Colors of #F116DA
Black with #F116DA
Text Example
Text Example
White with #F116DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116DA; }
p { color: rgb(241,22,218); }
H1.HeaderClassName
{
color: #F116DA;
}
.AnyTagClassName
{
color: #F116DA;
}
</style>
background-color css
<style>
a { background-color: #F116DA; }
a { background-color: rgb(241,22,218); }
div.DivClassName
{
background-color: #F116DA;
}
.BgClassName
{
background-color: #F116DA;
}
</style>
border-color css
<style>
span { border-color: #F116DA; }
span { border-color: rgb(241,22,218); }
td.TdClassName
{
border-color: #F116DA;
}
.TagClassName
{
border-color: #F116DA;
}
</style>