Shades of Shocking Pink #F719D9
Tints of Shocking Pink #F719D9
RGB
CMYK
RGB Variations
Color information
#F719D9 (or 0xF719D9) is known color: Shocking Pink. HEX triplet: F7, 19 and D9. RGB value is (247,25,217). Sum of RGB (Red+Green+Blue) = 247+25+217=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F719D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719D9 is #08E626. Grayscale: #707070. Windows color (decimal): -583207 or 14227959. OLE color: 14227959.
HSL color Cylindrical-coordinate representation of color #F719D9: hue angle of 308.11º 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 #F719D9 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 217 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.03 |
| HSL | 308.11º | 0.93% | 0.53% | - |
| HSV(B) | 308.11º | 0.9% | 0.97% | - |
| XYZ | 51.23 | 25.48 | 67.86 | - |
| YUV | 113.27 | 186.55 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 217 | 0 | 0.90 | 0.12 | 0.03 | 308.11 | 0.93 | 0.53 |
| Hex | F7 | 19 | D9 | 0 | 5A | C | 3 | 134 | 5D | 35 |
| Octal | 367 | 31 | 331 | 0 | 132 | 14 | 3 | 464 | 135 | 65 |
| Binary | 11110111 | 11001 | 11011001 | 0 | 1011010 | 1100 | 11 | 100110100 | 1011101 | 110101 |
Color Harmonies of #F719D9
Complementary color
Monochromatic Colors of #F719D9
Black with #F719D9
Text Example
Text Example
White with #F719D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719D9; }
p { color: rgb(247,25,217); }
H1.HeaderClassName
{
color: #F719D9;
}
.AnyTagClassName
{
color: #F719D9;
}
</style>
background-color css
<style>
a { background-color: #F719D9; }
a { background-color: rgb(247,25,217); }
div.DivClassName
{
background-color: #F719D9;
}
.BgClassName
{
background-color: #F719D9;
}
</style>
border-color css
<style>
span { border-color: #F719D9; }
span { border-color: rgb(247,25,217); }
td.TdClassName
{
border-color: #F719D9;
}
.TagClassName
{
border-color: #F719D9;
}
</style>