Shades of Shocking Pink #F716BA
Tints of Shocking Pink #F716BA
RGB
CMYK
RGB Variations
Color information
#F716BA (or 0xF716BA) is known color: Shocking Pink. HEX triplet: F7, 16 and BA. RGB value is (247,22,186). Sum of RGB (Red+Green+Blue) = 247+22+186=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F716BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F716BA is #08E945. Grayscale: #6B6B6B. Windows color (decimal): -584006 or 12195575. OLE color: 12195575.
HSL color Cylindrical-coordinate representation of color #F716BA: hue angle of 316.27º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F716BA is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 186 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.03 |
| HSL | 316.27º | 0.93% | 0.53% | - |
| HSV(B) | 316.27º | 0.91% | 0.97% | - |
| XYZ | 47.51 | 23.89 | 48.56 | - |
| YUV | 107.97 | 172.04 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 186 | 0 | 0.91 | 0.25 | 0.03 | 316.27 | 0.93 | 0.53 |
| Hex | F7 | 16 | BA | 0 | 5B | 19 | 3 | 13C | 5D | 35 |
| Octal | 367 | 26 | 272 | 0 | 133 | 31 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 10110 | 10111010 | 0 | 1011011 | 11001 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F716BA
Complementary color
Monochromatic Colors of #F716BA
Black with #F716BA
Text Example
Text Example
White with #F716BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716BA; }
p { color: rgb(247,22,186); }
H1.HeaderClassName
{
color: #F716BA;
}
.AnyTagClassName
{
color: #F716BA;
}
</style>
background-color css
<style>
a { background-color: #F716BA; }
a { background-color: rgb(247,22,186); }
div.DivClassName
{
background-color: #F716BA;
}
.BgClassName
{
background-color: #F716BA;
}
</style>
border-color css
<style>
span { border-color: #F716BA; }
span { border-color: rgb(247,22,186); }
td.TdClassName
{
border-color: #F716BA;
}
.TagClassName
{
border-color: #F716BA;
}
</style>