Shades of Magenta #F719FA
Tints of Magenta #F719FA
RGB
CMYK
RGB Variations
Color information
#F719FA (or 0xF719FA) is known color: Magenta. HEX triplet: F7, 19 and FA. RGB value is (247,25,250). Sum of RGB (Red+Green+Blue) = 247+25+250=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 25 (10.16% from 255 or 4.79% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #F719FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F719FA is #08E605. Grayscale: #747474. Windows color (decimal): -583174 or 16390647. OLE color: 16390647.
HSL color Cylindrical-coordinate representation of color #F719FA: hue angle of 299.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F719FA is Cyan = 0.01, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 25 | 250 | - |
| CMYK | 0.01 | 0.9 | 0 | 0.02 |
| HSL | 299.2º | 0.96% | 0.54% | - |
| HSV(B) | 299.2º | 0.9% | 0.98% | - |
| XYZ | 55.96 | 27.37 | 92.78 | - |
| YUV | 117.03 | 203.05 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 250 | 0.01 | 0.9 | 0 | 0.02 | 299.2 | 0.96 | 0.54 |
| Hex | F7 | 19 | FA | 1 | 5A | 0 | 2 | 12B | 60 | 36 |
| Octal | 367 | 31 | 372 | 1 | 132 | 0 | 2 | 453 | 140 | 66 |
| Binary | 11110111 | 11001 | 11111010 | 1 | 1011010 | 0 | 10 | 100101011 | 1100000 | 110110 |
Color Harmonies of #F719FA
Complementary color
Monochromatic Colors of #F719FA
Black with #F719FA
Text Example
Text Example
White with #F719FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719FA; }
p { color: rgb(247,25,250); }
H1.HeaderClassName
{
color: #F719FA;
}
.AnyTagClassName
{
color: #F719FA;
}
</style>
background-color css
<style>
a { background-color: #F719FA; }
a { background-color: rgb(247,25,250); }
div.DivClassName
{
background-color: #F719FA;
}
.BgClassName
{
background-color: #F719FA;
}
</style>
border-color css
<style>
span { border-color: #F719FA; }
span { border-color: rgb(247,25,250); }
td.TdClassName
{
border-color: #F719FA;
}
.TagClassName
{
border-color: #F719FA;
}
</style>