Shades of Shocking Pink #F716B7
Tints of Shocking Pink #F716B7
RGB
CMYK
RGB Variations
Color information
#F716B7 (or 0xF716B7) is known color: Shocking Pink. HEX triplet: F7, 16 and B7. RGB value is (247,22,183). Sum of RGB (Red+Green+Blue) = 247+22+183=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F716B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F716B7 is #08E948. Grayscale: #6B6B6B. Windows color (decimal): -584009 or 11998967. OLE color: 11998967.
HSL color Cylindrical-coordinate representation of color #F716B7: hue angle of 317.07º 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 #F716B7 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 183 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.03 |
| HSL | 317.07º | 0.93% | 0.53% | - |
| HSV(B) | 317.07º | 0.91% | 0.97% | - |
| XYZ | 47.19 | 23.77 | 46.9 | - |
| YUV | 107.63 | 170.54 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 183 | 0 | 0.91 | 0.26 | 0.03 | 317.07 | 0.93 | 0.53 |
| Hex | F7 | 16 | B7 | 0 | 5B | 1A | 3 | 13D | 5D | 35 |
| Octal | 367 | 26 | 267 | 0 | 133 | 32 | 3 | 475 | 135 | 65 |
| Binary | 11110111 | 10110 | 10110111 | 0 | 1011011 | 11010 | 11 | 100111101 | 1011101 | 110101 |
Color Harmonies of #F716B7
Complementary color
Monochromatic Colors of #F716B7
Black with #F716B7
Text Example
Text Example
White with #F716B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716B7; }
p { color: rgb(247,22,183); }
H1.HeaderClassName
{
color: #F716B7;
}
.AnyTagClassName
{
color: #F716B7;
}
</style>
background-color css
<style>
a { background-color: #F716B7; }
a { background-color: rgb(247,22,183); }
div.DivClassName
{
background-color: #F716B7;
}
.BgClassName
{
background-color: #F716B7;
}
</style>
border-color css
<style>
span { border-color: #F716B7; }
span { border-color: rgb(247,22,183); }
td.TdClassName
{
border-color: #F716B7;
}
.TagClassName
{
border-color: #F716B7;
}
</style>