Shades of Magenta #F112F2
Tints of Magenta #F112F2
RGB
CMYK
RGB Variations
Color information
#F112F2 (or 0xF112F2) is known color: Magenta. HEX triplet: F1, 12 and F2. RGB value is (241,18,242). Sum of RGB (Red+Green+Blue) = 241+18+242=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #F112F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F112F2 is #0EED0D. Grayscale: #6D6D6D. Windows color (decimal): -978190 or 15864561. OLE color: 15864561.
HSL color Cylindrical-coordinate representation of color #F112F2: hue angle of 299.73º degrees, saturation: 0.9, 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 #F112F2 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 242 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.05 |
| HSL | 299.73º | 0.9% | 0.51% | - |
| HSV(B) | 299.73º | 0.93% | 0.95% | - |
| XYZ | 52.52 | 25.54 | 86.17 | - |
| YUV | 110.21 | 202.38 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 242 | 0.00 | 0.93 | 0 | 0.05 | 299.73 | 0.9 | 0.51 |
| Hex | F1 | 12 | F2 | 0 | 5D | 0 | 5 | 12C | 5A | 33 |
| Octal | 361 | 22 | 362 | 0 | 135 | 0 | 5 | 454 | 132 | 63 |
| Binary | 11110001 | 10010 | 11110010 | 0 | 1011101 | 0 | 101 | 100101100 | 1011010 | 110011 |
Color Harmonies of #F112F2
Complementary color
Monochromatic Colors of #F112F2
Black with #F112F2
Text Example
Text Example
White with #F112F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112F2; }
p { color: rgb(241,18,242); }
H1.HeaderClassName
{
color: #F112F2;
}
.AnyTagClassName
{
color: #F112F2;
}
</style>
background-color css
<style>
a { background-color: #F112F2; }
a { background-color: rgb(241,18,242); }
div.DivClassName
{
background-color: #F112F2;
}
.BgClassName
{
background-color: #F112F2;
}
</style>
border-color css
<style>
span { border-color: #F112F2; }
span { border-color: rgb(241,18,242); }
td.TdClassName
{
border-color: #F112F2;
}
.TagClassName
{
border-color: #F112F2;
}
</style>