Shades of Hot Magenta #F112D9
Tints of Hot Magenta #F112D9
RGB
CMYK
RGB Variations
Color information
#F112D9 (or 0xF112D9) is known color: Hot Magenta. HEX triplet: F1, 12 and D9. RGB value is (241,18,217). Sum of RGB (Red+Green+Blue) = 241+18+217=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F112D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112D9 is #0EED26. Grayscale: #6A6A6A. Windows color (decimal): -978215 or 14226161. OLE color: 14226161.
HSL color Cylindrical-coordinate representation of color #F112D9: hue angle of 306.46º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112D9 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 217 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.05 |
| HSL | 306.46º | 0.89% | 0.51% | - |
| HSV(B) | 306.46º | 0.93% | 0.95% | - |
| XYZ | 49.02 | 24.14 | 67.72 | - |
| YUV | 107.36 | 189.88 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 217 | 0 | 0.93 | 0.10 | 0.05 | 306.46 | 0.89 | 0.51 |
| Hex | F1 | 12 | D9 | 0 | 5D | A | 5 | 132 | 59 | 33 |
| Octal | 361 | 22 | 331 | 0 | 135 | 12 | 5 | 462 | 131 | 63 |
| Binary | 11110001 | 10010 | 11011001 | 0 | 1011101 | 1010 | 101 | 100110010 | 1011001 | 110011 |
Color Harmonies of #F112D9
Complementary color
Monochromatic Colors of #F112D9
Black with #F112D9
Text Example
Text Example
White with #F112D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112D9; }
p { color: rgb(241,18,217); }
H1.HeaderClassName
{
color: #F112D9;
}
.AnyTagClassName
{
color: #F112D9;
}
</style>
background-color css
<style>
a { background-color: #F112D9; }
a { background-color: rgb(241,18,217); }
div.DivClassName
{
background-color: #F112D9;
}
.BgClassName
{
background-color: #F112D9;
}
</style>
border-color css
<style>
span { border-color: #F112D9; }
span { border-color: rgb(241,18,217); }
td.TdClassName
{
border-color: #F112D9;
}
.TagClassName
{
border-color: #F112D9;
}
</style>