Shades of Shocking Pink #F716BD
Tints of Shocking Pink #F716BD
RGB
CMYK
RGB Variations
Color information
#F716BD (or 0xF716BD) is known color: Shocking Pink. HEX triplet: F7, 16 and BD. RGB value is (247,22,189). Sum of RGB (Red+Green+Blue) = 247+22+189=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F716BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F716BD is #08E942. Grayscale: #6B6B6B. Windows color (decimal): -584003 or 12392183. OLE color: 12392183.
HSL color Cylindrical-coordinate representation of color #F716BD: hue angle of 315.47º 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 #F716BD is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 189 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.03 |
| HSL | 315.47º | 0.93% | 0.53% | - |
| HSV(B) | 315.47º | 0.91% | 0.97% | - |
| XYZ | 47.83 | 24.02 | 50.26 | - |
| YUV | 108.31 | 173.54 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 189 | 0 | 0.91 | 0.23 | 0.03 | 315.47 | 0.93 | 0.53 |
| Hex | F7 | 16 | BD | 0 | 5B | 17 | 3 | 13B | 5D | 35 |
| Octal | 367 | 26 | 275 | 0 | 133 | 27 | 3 | 473 | 135 | 65 |
| Binary | 11110111 | 10110 | 10111101 | 0 | 1011011 | 10111 | 11 | 100111011 | 1011101 | 110101 |
Color Harmonies of #F716BD
Complementary color
Monochromatic Colors of #F716BD
Black with #F716BD
Text Example
Text Example
White with #F716BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716BD; }
p { color: rgb(247,22,189); }
H1.HeaderClassName
{
color: #F716BD;
}
.AnyTagClassName
{
color: #F716BD;
}
</style>
background-color css
<style>
a { background-color: #F716BD; }
a { background-color: rgb(247,22,189); }
div.DivClassName
{
background-color: #F716BD;
}
.BgClassName
{
background-color: #F716BD;
}
</style>
border-color css
<style>
span { border-color: #F716BD; }
span { border-color: rgb(247,22,189); }
td.TdClassName
{
border-color: #F716BD;
}
.TagClassName
{
border-color: #F716BD;
}
</style>