Shades of Shocking Pink #F719CC
Tints of Shocking Pink #F719CC
RGB
CMYK
RGB Variations
Color information
#F719CC (or 0xF719CC) is known color: Shocking Pink. HEX triplet: F7, 19 and CC. RGB value is (247,25,204). Sum of RGB (Red+Green+Blue) = 247+25+204=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F719CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719CC is #08E633. Grayscale: #6F6F6F. Windows color (decimal): -583220 or 13375991. OLE color: 13375991.
HSL color Cylindrical-coordinate representation of color #F719CC: hue angle of 311.62º 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 #F719CC is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 204 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.03 |
| HSL | 311.62º | 0.93% | 0.53% | - |
| HSV(B) | 311.62º | 0.9% | 0.97% | - |
| XYZ | 49.6 | 24.83 | 59.3 | - |
| YUV | 111.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 204 | 0 | 0.90 | 0.17 | 0.03 | 311.62 | 0.93 | 0.53 |
| Hex | F7 | 19 | CC | 0 | 5A | 11 | 3 | 138 | 5D | 35 |
| Octal | 367 | 31 | 314 | 0 | 132 | 21 | 3 | 470 | 135 | 65 |
| Binary | 11110111 | 11001 | 11001100 | 0 | 1011010 | 10001 | 11 | 100111000 | 1011101 | 110101 |
Color Harmonies of #F719CC
Complementary color
Monochromatic Colors of #F719CC
Black with #F719CC
Text Example
Text Example
White with #F719CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719CC; }
p { color: rgb(247,25,204); }
H1.HeaderClassName
{
color: #F719CC;
}
.AnyTagClassName
{
color: #F719CC;
}
</style>
background-color css
<style>
a { background-color: #F719CC; }
a { background-color: rgb(247,25,204); }
div.DivClassName
{
background-color: #F719CC;
}
.BgClassName
{
background-color: #F719CC;
}
</style>
border-color css
<style>
span { border-color: #F719CC; }
span { border-color: rgb(247,25,204); }
td.TdClassName
{
border-color: #F719CC;
}
.TagClassName
{
border-color: #F719CC;
}
</style>