Shades of Magenta #F113F2
Tints of Magenta #F113F2
RGB
CMYK
RGB Variations
Color information
#F113F2 (or 0xF113F2) is known color: Magenta. HEX triplet: F1, 13 and F2. RGB value is (241,19,242). Sum of RGB (Red+Green+Blue) = 241+19+242=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #F113F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113F2 is #0EEC0D. Grayscale: #6E6E6E. Windows color (decimal): -977934 or 15864817. OLE color: 15864817.
HSL color Cylindrical-coordinate representation of color #F113F2: 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.92%. Process color model (Four color, CMYK) of #F113F2 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 242 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.05 |
| HSL | 299.73º | 0.9% | 0.51% | - |
| HSV(B) | 299.73º | 0.92% | 0.95% | - |
| XYZ | 52.54 | 25.58 | 86.17 | - |
| YUV | 110.8 | 202.05 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 242 | 0.00 | 0.92 | 0 | 0.05 | 299.73 | 0.9 | 0.51 |
| Hex | F1 | 13 | F2 | 0 | 5C | 0 | 5 | 12C | 5A | 33 |
| Octal | 361 | 23 | 362 | 0 | 134 | 0 | 5 | 454 | 132 | 63 |
| Binary | 11110001 | 10011 | 11110010 | 0 | 1011100 | 0 | 101 | 100101100 | 1011010 | 110011 |
Color Harmonies of #F113F2
Complementary color
Monochromatic Colors of #F113F2
Black with #F113F2
Text Example
Text Example
White with #F113F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113F2; }
p { color: rgb(241,19,242); }
H1.HeaderClassName
{
color: #F113F2;
}
.AnyTagClassName
{
color: #F113F2;
}
</style>
background-color css
<style>
a { background-color: #F113F2; }
a { background-color: rgb(241,19,242); }
div.DivClassName
{
background-color: #F113F2;
}
.BgClassName
{
background-color: #F113F2;
}
</style>
border-color css
<style>
span { border-color: #F113F2; }
span { border-color: rgb(241,19,242); }
td.TdClassName
{
border-color: #F113F2;
}
.TagClassName
{
border-color: #F113F2;
}
</style>