Shades of Shocking Pink #F719BC
Tints of Shocking Pink #F719BC
RGB
CMYK
RGB Variations
Color information
#F719BC (or 0xF719BC) is known color: Shocking Pink. HEX triplet: F7, 19 and BC. RGB value is (247,25,188). Sum of RGB (Red+Green+Blue) = 247+25+188=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F719BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719BC is #08E643. Grayscale: #6D6D6D. Windows color (decimal): -583236 or 12327415. OLE color: 12327415.
HSL color Cylindrical-coordinate representation of color #F719BC: hue angle of 315.95º 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 #F719BC is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 188 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.03 |
| HSL | 315.95º | 0.93% | 0.53% | - |
| HSV(B) | 315.95º | 0.9% | 0.97% | - |
| XYZ | 47.78 | 24.1 | 49.71 | - |
| YUV | 109.96 | 172.05 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 188 | 0 | 0.90 | 0.24 | 0.03 | 315.95 | 0.93 | 0.53 |
| Hex | F7 | 19 | BC | 0 | 5A | 18 | 3 | 13C | 5D | 35 |
| Octal | 367 | 31 | 274 | 0 | 132 | 30 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 11001 | 10111100 | 0 | 1011010 | 11000 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F719BC
Complementary color
Monochromatic Colors of #F719BC
Black with #F719BC
Text Example
Text Example
White with #F719BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719BC; }
p { color: rgb(247,25,188); }
H1.HeaderClassName
{
color: #F719BC;
}
.AnyTagClassName
{
color: #F719BC;
}
</style>
background-color css
<style>
a { background-color: #F719BC; }
a { background-color: rgb(247,25,188); }
div.DivClassName
{
background-color: #F719BC;
}
.BgClassName
{
background-color: #F719BC;
}
</style>
border-color css
<style>
span { border-color: #F719BC; }
span { border-color: rgb(247,25,188); }
td.TdClassName
{
border-color: #F719BC;
}
.TagClassName
{
border-color: #F719BC;
}
</style>