Shades of Shocking Pink #F719BB
Tints of Shocking Pink #F719BB
RGB
CMYK
RGB Variations
Color information
#F719BB (or 0xF719BB) is known color: Shocking Pink. HEX triplet: F7, 19 and BB. RGB value is (247,25,187). Sum of RGB (Red+Green+Blue) = 247+25+187=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F719BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719BB is #08E644. Grayscale: #6D6D6D. Windows color (decimal): -583237 or 12261879. OLE color: 12261879.
HSL color Cylindrical-coordinate representation of color #F719BB: hue angle of 316.22º 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 #F719BB is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 187 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.03 |
| HSL | 316.22º | 0.93% | 0.53% | - |
| HSV(B) | 316.22º | 0.9% | 0.97% | - |
| XYZ | 47.68 | 24.06 | 49.14 | - |
| YUV | 109.85 | 171.55 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 187 | 0 | 0.90 | 0.24 | 0.03 | 316.22 | 0.93 | 0.53 |
| Hex | F7 | 19 | BB | 0 | 5A | 18 | 3 | 13C | 5D | 35 |
| Octal | 367 | 31 | 273 | 0 | 132 | 30 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 11001 | 10111011 | 0 | 1011010 | 11000 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F719BB
Complementary color
Monochromatic Colors of #F719BB
Black with #F719BB
Text Example
Text Example
White with #F719BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719BB; }
p { color: rgb(247,25,187); }
H1.HeaderClassName
{
color: #F719BB;
}
.AnyTagClassName
{
color: #F719BB;
}
</style>
background-color css
<style>
a { background-color: #F719BB; }
a { background-color: rgb(247,25,187); }
div.DivClassName
{
background-color: #F719BB;
}
.BgClassName
{
background-color: #F719BB;
}
</style>
border-color css
<style>
span { border-color: #F719BB; }
span { border-color: rgb(247,25,187); }
td.TdClassName
{
border-color: #F719BB;
}
.TagClassName
{
border-color: #F719BB;
}
</style>