Shades of Hot Magenta #F112DF
Tints of Hot Magenta #F112DF
RGB
CMYK
RGB Variations
Color information
#F112DF (or 0xF112DF) is known color: Hot Magenta. HEX triplet: F1, 12 and DF. RGB value is (241,18,223). Sum of RGB (Red+Green+Blue) = 241+18+223=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F112DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112DF is #0EED20. Grayscale: #6B6B6B. Windows color (decimal): -978209 or 14619377. OLE color: 14619377.
HSL color Cylindrical-coordinate representation of color #F112DF: hue angle of 304.84º 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 #F112DF is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 223 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.05 |
| HSL | 304.84º | 0.89% | 0.51% | - |
| HSV(B) | 304.84º | 0.93% | 0.95% | - |
| XYZ | 49.81 | 24.46 | 71.91 | - |
| YUV | 108.05 | 192.88 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 223 | 0 | 0.93 | 0.07 | 0.05 | 304.84 | 0.89 | 0.51 |
| Hex | F1 | 12 | DF | 0 | 5D | 7 | 5 | 131 | 59 | 33 |
| Octal | 361 | 22 | 337 | 0 | 135 | 7 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10010 | 11011111 | 0 | 1011101 | 111 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F112DF
Complementary color
Monochromatic Colors of #F112DF
Black with #F112DF
Text Example
Text Example
White with #F112DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112DF; }
p { color: rgb(241,18,223); }
H1.HeaderClassName
{
color: #F112DF;
}
.AnyTagClassName
{
color: #F112DF;
}
</style>
background-color css
<style>
a { background-color: #F112DF; }
a { background-color: rgb(241,18,223); }
div.DivClassName
{
background-color: #F112DF;
}
.BgClassName
{
background-color: #F112DF;
}
</style>
border-color css
<style>
span { border-color: #F112DF; }
span { border-color: rgb(241,18,223); }
td.TdClassName
{
border-color: #F112DF;
}
.TagClassName
{
border-color: #F112DF;
}
</style>