Shades of Magenta #F112EA
Tints of Magenta #F112EA
RGB
CMYK
RGB Variations
Color information
#F112EA (or 0xF112EA) is known color: Magenta. HEX triplet: F1, 12 and EA. RGB value is (241,18,234). Sum of RGB (Red+Green+Blue) = 241+18+234=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F112EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F112EA is #0EED15. Grayscale: #6C6C6C. Windows color (decimal): -978198 or 15340273. OLE color: 15340273.
HSL color Cylindrical-coordinate representation of color #F112EA: hue angle of 301.88º 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 #F112EA is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 234 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.05 |
| HSL | 301.88º | 0.89% | 0.51% | - |
| HSV(B) | 301.88º | 0.93% | 0.95% | - |
| XYZ | 51.34 | 25.07 | 79.98 | - |
| YUV | 109.3 | 198.38 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 234 | 0 | 0.93 | 0.03 | 0.05 | 301.88 | 0.89 | 0.51 |
| Hex | F1 | 12 | EA | 0 | 5D | 3 | 5 | 12E | 59 | 33 |
| Octal | 361 | 22 | 352 | 0 | 135 | 3 | 5 | 456 | 131 | 63 |
| Binary | 11110001 | 10010 | 11101010 | 0 | 1011101 | 11 | 101 | 100101110 | 1011001 | 110011 |
Color Harmonies of #F112EA
Complementary color
Monochromatic Colors of #F112EA
Black with #F112EA
Text Example
Text Example
White with #F112EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112EA; }
p { color: rgb(241,18,234); }
H1.HeaderClassName
{
color: #F112EA;
}
.AnyTagClassName
{
color: #F112EA;
}
</style>
background-color css
<style>
a { background-color: #F112EA; }
a { background-color: rgb(241,18,234); }
div.DivClassName
{
background-color: #F112EA;
}
.BgClassName
{
background-color: #F112EA;
}
</style>
border-color css
<style>
span { border-color: #F112EA; }
span { border-color: rgb(241,18,234); }
td.TdClassName
{
border-color: #F112EA;
}
.TagClassName
{
border-color: #F112EA;
}
</style>