Shades of Hot Magenta #F110D7
Tints of Hot Magenta #F110D7
RGB
CMYK
RGB Variations
Color information
#F110D7 (or 0xF110D7) is known color: Hot Magenta. HEX triplet: F1, 10 and D7. RGB value is (241,16,215). Sum of RGB (Red+Green+Blue) = 241+16+215=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F110D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110D7 is #0EEF28. Grayscale: #696969. Windows color (decimal): -978729 or 14094577. OLE color: 14094577.
HSL color Cylindrical-coordinate representation of color #F110D7: hue angle of 306.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110D7 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 215 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.05 |
| HSL | 306.93º | 0.89% | 0.5% | - |
| HSV(B) | 306.93º | 0.93% | 0.95% | - |
| XYZ | 48.73 | 23.98 | 66.35 | - |
| YUV | 105.96 | 189.54 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 215 | 0 | 0.93 | 0.11 | 0.05 | 306.93 | 0.89 | 0.5 |
| Hex | F1 | 10 | D7 | 0 | 5D | B | 5 | 133 | 59 | 32 |
| Octal | 361 | 20 | 327 | 0 | 135 | 13 | 5 | 463 | 131 | 62 |
| Binary | 11110001 | 10000 | 11010111 | 0 | 1011101 | 1011 | 101 | 100110011 | 1011001 | 110010 |
Color Harmonies of #F110D7
Complementary color
Monochromatic Colors of #F110D7
Black with #F110D7
Text Example
Text Example
White with #F110D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110D7; }
p { color: rgb(241,16,215); }
H1.HeaderClassName
{
color: #F110D7;
}
.AnyTagClassName
{
color: #F110D7;
}
</style>
background-color css
<style>
a { background-color: #F110D7; }
a { background-color: rgb(241,16,215); }
div.DivClassName
{
background-color: #F110D7;
}
.BgClassName
{
background-color: #F110D7;
}
</style>
border-color css
<style>
span { border-color: #F110D7; }
span { border-color: rgb(241,16,215); }
td.TdClassName
{
border-color: #F110D7;
}
.TagClassName
{
border-color: #F110D7;
}
</style>