Shades of Shocking Pink #F716C5
Tints of Shocking Pink #F716C5
RGB
CMYK
RGB Variations
Color information
#F716C5 (or 0xF716C5) is known color: Shocking Pink. HEX triplet: F7, 16 and C5. RGB value is (247,22,197). Sum of RGB (Red+Green+Blue) = 247+22+197=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F716C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F716C5 is #08E93A. Grayscale: #6C6C6C. Windows color (decimal): -583995 or 12916471. OLE color: 12916471.
HSL color Cylindrical-coordinate representation of color #F716C5: hue angle of 313.33º 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 #F716C5 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 197 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.03 |
| HSL | 313.33º | 0.93% | 0.53% | - |
| HSV(B) | 313.33º | 0.91% | 0.97% | - |
| XYZ | 48.72 | 24.38 | 54.96 | - |
| YUV | 109.23 | 177.54 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 197 | 0 | 0.91 | 0.20 | 0.03 | 313.33 | 0.93 | 0.53 |
| Hex | F7 | 16 | C5 | 0 | 5B | 14 | 3 | 139 | 5D | 35 |
| Octal | 367 | 26 | 305 | 0 | 133 | 24 | 3 | 471 | 135 | 65 |
| Binary | 11110111 | 10110 | 11000101 | 0 | 1011011 | 10100 | 11 | 100111001 | 1011101 | 110101 |
Color Harmonies of #F716C5
Complementary color
Monochromatic Colors of #F716C5
Black with #F716C5
Text Example
Text Example
White with #F716C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716C5; }
p { color: rgb(247,22,197); }
H1.HeaderClassName
{
color: #F716C5;
}
.AnyTagClassName
{
color: #F716C5;
}
</style>
background-color css
<style>
a { background-color: #F716C5; }
a { background-color: rgb(247,22,197); }
div.DivClassName
{
background-color: #F716C5;
}
.BgClassName
{
background-color: #F716C5;
}
</style>
border-color css
<style>
span { border-color: #F716C5; }
span { border-color: rgb(247,22,197); }
td.TdClassName
{
border-color: #F716C5;
}
.TagClassName
{
border-color: #F716C5;
}
</style>