Shades of Magenta #F719EC
Tints of Magenta #F719EC
RGB
CMYK
RGB Variations
Color information
#F719EC (or 0xF719EC) is known color: Magenta. HEX triplet: F7, 19 and EC. RGB value is (247,25,236). Sum of RGB (Red+Green+Blue) = 247+25+236=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 25 (10.16% from 255 or 4.92% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F719EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F719EC is #08E613. Grayscale: #727272. Windows color (decimal): -583188 or 15473143. OLE color: 15473143.
HSL color Cylindrical-coordinate representation of color #F719EC: hue angle of 302.97º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F719EC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 236 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.03 |
| HSL | 302.97º | 0.93% | 0.53% | - |
| HSV(B) | 302.97º | 0.9% | 0.97% | - |
| XYZ | 53.85 | 26.53 | 81.64 | - |
| YUV | 115.43 | 196.05 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 236 | 0 | 0.90 | 0.04 | 0.03 | 302.97 | 0.93 | 0.53 |
| Hex | F7 | 19 | EC | 0 | 5A | 4 | 3 | 12F | 5D | 35 |
| Octal | 367 | 31 | 354 | 0 | 132 | 4 | 3 | 457 | 135 | 65 |
| Binary | 11110111 | 11001 | 11101100 | 0 | 1011010 | 100 | 11 | 100101111 | 1011101 | 110101 |
Color Harmonies of #F719EC
Complementary color
Monochromatic Colors of #F719EC
Black with #F719EC
Text Example
Text Example
White with #F719EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719EC; }
p { color: rgb(247,25,236); }
H1.HeaderClassName
{
color: #F719EC;
}
.AnyTagClassName
{
color: #F719EC;
}
</style>
background-color css
<style>
a { background-color: #F719EC; }
a { background-color: rgb(247,25,236); }
div.DivClassName
{
background-color: #F719EC;
}
.BgClassName
{
background-color: #F719EC;
}
</style>
border-color css
<style>
span { border-color: #F719EC; }
span { border-color: rgb(247,25,236); }
td.TdClassName
{
border-color: #F719EC;
}
.TagClassName
{
border-color: #F719EC;
}
</style>