Shades of Magenta #F119EC
Tints of Magenta #F119EC
RGB
CMYK
RGB Variations
Color information
#F119EC (or 0xF119EC) is known color: Magenta. HEX triplet: F1, 19 and EC. RGB value is (241,25,236). Sum of RGB (Red+Green+Blue) = 241+25+236=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 25 (10.16% from 255 or 4.98% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F119EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119EC is #0EE613. Grayscale: #717171. Windows color (decimal): -976404 or 15473137. OLE color: 15473137.
HSL color Cylindrical-coordinate representation of color #F119EC: hue angle of 301.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119EC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 236 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.05 |
| HSL | 301.39º | 0.89% | 0.52% | - |
| HSV(B) | 301.39º | 0.9% | 0.95% | - |
| XYZ | 51.76 | 25.45 | 81.54 | - |
| YUV | 113.64 | 197.06 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 236 | 0 | 0.90 | 0.02 | 0.05 | 301.39 | 0.89 | 0.52 |
| Hex | F1 | 19 | EC | 0 | 5A | 2 | 5 | 12D | 59 | 34 |
| Octal | 361 | 31 | 354 | 0 | 132 | 2 | 5 | 455 | 131 | 64 |
| Binary | 11110001 | 11001 | 11101100 | 0 | 1011010 | 10 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F119EC
Complementary color
Monochromatic Colors of #F119EC
Black with #F119EC
Text Example
Text Example
White with #F119EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119EC; }
p { color: rgb(241,25,236); }
H1.HeaderClassName
{
color: #F119EC;
}
.AnyTagClassName
{
color: #F119EC;
}
</style>
background-color css
<style>
a { background-color: #F119EC; }
a { background-color: rgb(241,25,236); }
div.DivClassName
{
background-color: #F119EC;
}
.BgClassName
{
background-color: #F119EC;
}
</style>
border-color css
<style>
span { border-color: #F119EC; }
span { border-color: rgb(241,25,236); }
td.TdClassName
{
border-color: #F119EC;
}
.TagClassName
{
border-color: #F119EC;
}
</style>