Shades of Shocking Pink #F516C5
Tints of Shocking Pink #F516C5
RGB
CMYK
RGB Variations
Color information
#F516C5 (or 0xF516C5) is known color: Shocking Pink. HEX triplet: F5, 16 and C5. RGB value is (245,22,197). Sum of RGB (Red+Green+Blue) = 245+22+197=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F516C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516C5 is #0AE93A. Grayscale: #6C6C6C. Windows color (decimal): -715067 or 12916469. OLE color: 12916469.
HSL color Cylindrical-coordinate representation of color #F516C5: hue angle of 312.91º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516C5 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 197 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.04 |
| HSL | 312.91º | 0.92% | 0.52% | - |
| HSV(B) | 312.91º | 0.91% | 0.96% | - |
| XYZ | 48.02 | 24.02 | 54.93 | - |
| YUV | 108.63 | 177.88 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 197 | 0 | 0.91 | 0.20 | 0.04 | 312.91 | 0.92 | 0.52 |
| Hex | F5 | 16 | C5 | 0 | 5B | 14 | 4 | 139 | 5C | 34 |
| Octal | 365 | 26 | 305 | 0 | 133 | 24 | 4 | 471 | 134 | 64 |
| Binary | 11110101 | 10110 | 11000101 | 0 | 1011011 | 10100 | 100 | 100111001 | 1011100 | 110100 |
Color Harmonies of #F516C5
Complementary color
Monochromatic Colors of #F516C5
Black with #F516C5
Text Example
Text Example
White with #F516C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516C5; }
p { color: rgb(245,22,197); }
H1.HeaderClassName
{
color: #F516C5;
}
.AnyTagClassName
{
color: #F516C5;
}
</style>
background-color css
<style>
a { background-color: #F516C5; }
a { background-color: rgb(245,22,197); }
div.DivClassName
{
background-color: #F516C5;
}
.BgClassName
{
background-color: #F516C5;
}
</style>
border-color css
<style>
span { border-color: #F516C5; }
span { border-color: rgb(245,22,197); }
td.TdClassName
{
border-color: #F516C5;
}
.TagClassName
{
border-color: #F516C5;
}
</style>