Shades of Shocking Pink #F516CC
Tints of Shocking Pink #F516CC
RGB
CMYK
RGB Variations
Color information
#F516CC (or 0xF516CC) is known color: Shocking Pink. HEX triplet: F5, 16 and CC. RGB value is (245,22,204). Sum of RGB (Red+Green+Blue) = 245+22+204=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F516CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516CC is #0AE933. Grayscale: #6C6C6C. Windows color (decimal): -715060 or 13375221. OLE color: 13375221.
HSL color Cylindrical-coordinate representation of color #F516CC: hue angle of 311.03º 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 #F516CC is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 204 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.04 |
| HSL | 311.03º | 0.92% | 0.52% | - |
| HSV(B) | 311.03º | 0.91% | 0.96% | - |
| XYZ | 48.84 | 24.35 | 59.25 | - |
| YUV | 109.43 | 181.38 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 204 | 0 | 0.91 | 0.17 | 0.04 | 311.03 | 0.92 | 0.52 |
| Hex | F5 | 16 | CC | 0 | 5B | 11 | 4 | 137 | 5C | 34 |
| Octal | 365 | 26 | 314 | 0 | 133 | 21 | 4 | 467 | 134 | 64 |
| Binary | 11110101 | 10110 | 11001100 | 0 | 1011011 | 10001 | 100 | 100110111 | 1011100 | 110100 |
Color Harmonies of #F516CC
Complementary color
Monochromatic Colors of #F516CC
Black with #F516CC
Text Example
Text Example
White with #F516CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516CC; }
p { color: rgb(245,22,204); }
H1.HeaderClassName
{
color: #F516CC;
}
.AnyTagClassName
{
color: #F516CC;
}
</style>
background-color css
<style>
a { background-color: #F516CC; }
a { background-color: rgb(245,22,204); }
div.DivClassName
{
background-color: #F516CC;
}
.BgClassName
{
background-color: #F516CC;
}
</style>
border-color css
<style>
span { border-color: #F516CC; }
span { border-color: rgb(245,22,204); }
td.TdClassName
{
border-color: #F516CC;
}
.TagClassName
{
border-color: #F516CC;
}
</style>