Shades of Hot Magenta #F112E0
Tints of Hot Magenta #F112E0
RGB
CMYK
RGB Variations
Color information
#F112E0 (or 0xF112E0) is known color: Hot Magenta. HEX triplet: F1, 12 and E0. RGB value is (241,18,224). Sum of RGB (Red+Green+Blue) = 241+18+224=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F112E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112E0 is #0EED1F. Grayscale: #6B6B6B. Windows color (decimal): -978208 or 14684913. OLE color: 14684913.
HSL color Cylindrical-coordinate representation of color #F112E0: hue angle of 304.57º 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 #F112E0 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 224 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.05 |
| HSL | 304.57º | 0.89% | 0.51% | - |
| HSV(B) | 304.57º | 0.93% | 0.95% | - |
| XYZ | 49.95 | 24.52 | 72.62 | - |
| YUV | 108.16 | 193.38 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 224 | 0 | 0.93 | 0.07 | 0.05 | 304.57 | 0.89 | 0.51 |
| Hex | F1 | 12 | E0 | 0 | 5D | 7 | 5 | 131 | 59 | 33 |
| Octal | 361 | 22 | 340 | 0 | 135 | 7 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10010 | 11100000 | 0 | 1011101 | 111 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F112E0
Complementary color
Monochromatic Colors of #F112E0
Black with #F112E0
Text Example
Text Example
White with #F112E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112E0; }
p { color: rgb(241,18,224); }
H1.HeaderClassName
{
color: #F112E0;
}
.AnyTagClassName
{
color: #F112E0;
}
</style>
background-color css
<style>
a { background-color: #F112E0; }
a { background-color: rgb(241,18,224); }
div.DivClassName
{
background-color: #F112E0;
}
.BgClassName
{
background-color: #F112E0;
}
</style>
border-color css
<style>
span { border-color: #F112E0; }
span { border-color: rgb(241,18,224); }
td.TdClassName
{
border-color: #F112E0;
}
.TagClassName
{
border-color: #F112E0;
}
</style>