Shades of Shocking Pink #F719D2
Tints of Shocking Pink #F719D2
RGB
CMYK
RGB Variations
Color information
#F719D2 (or 0xF719D2) is known color: Shocking Pink. HEX triplet: F7, 19 and D2. RGB value is (247,25,210). Sum of RGB (Red+Green+Blue) = 247+25+210=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F719D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719D2 is #08E62D. Grayscale: #6F6F6F. Windows color (decimal): -583214 or 13769207. OLE color: 13769207.
HSL color Cylindrical-coordinate representation of color #F719D2: hue angle of 310º 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 #F719D2 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 210 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.03 |
| HSL | 310º | 0.93% | 0.53% | - |
| HSV(B) | 310º | 0.9% | 0.97% | - |
| XYZ | 50.34 | 25.12 | 63.17 | - |
| YUV | 112.47 | 183.05 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 210 | 0 | 0.90 | 0.15 | 0.03 | 310 | 0.93 | 0.53 |
| Hex | F7 | 19 | D2 | 0 | 5A | F | 3 | 136 | 5D | 35 |
| Octal | 367 | 31 | 322 | 0 | 132 | 17 | 3 | 466 | 135 | 65 |
| Binary | 11110111 | 11001 | 11010010 | 0 | 1011010 | 1111 | 11 | 100110110 | 1011101 | 110101 |
Color Harmonies of #F719D2
Complementary color
Monochromatic Colors of #F719D2
Black with #F719D2
Text Example
Text Example
White with #F719D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719D2; }
p { color: rgb(247,25,210); }
H1.HeaderClassName
{
color: #F719D2;
}
.AnyTagClassName
{
color: #F719D2;
}
</style>
background-color css
<style>
a { background-color: #F719D2; }
a { background-color: rgb(247,25,210); }
div.DivClassName
{
background-color: #F719D2;
}
.BgClassName
{
background-color: #F719D2;
}
</style>
border-color css
<style>
span { border-color: #F719D2; }
span { border-color: rgb(247,25,210); }
td.TdClassName
{
border-color: #F719D2;
}
.TagClassName
{
border-color: #F719D2;
}
</style>