Shades of Shocking Pink #F516BC
Tints of Shocking Pink #F516BC
RGB
CMYK
RGB Variations
Color information
#F516BC (or 0xF516BC) is known color: Shocking Pink. HEX triplet: F5, 16 and BC. RGB value is (245,22,188). Sum of RGB (Red+Green+Blue) = 245+22+188=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F516BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516BC is #0AE943. Grayscale: #6B6B6B. Windows color (decimal): -715076 or 12326645. OLE color: 12326645.
HSL color Cylindrical-coordinate representation of color #F516BC: hue angle of 315.34º 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 #F516BC is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 188 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.04 |
| HSL | 315.34º | 0.92% | 0.52% | - |
| HSV(B) | 315.34º | 0.91% | 0.96% | - |
| XYZ | 47.02 | 23.62 | 49.66 | - |
| YUV | 107.6 | 173.38 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 188 | 0 | 0.91 | 0.23 | 0.04 | 315.34 | 0.92 | 0.52 |
| Hex | F5 | 16 | BC | 0 | 5B | 17 | 4 | 13B | 5C | 34 |
| Octal | 365 | 26 | 274 | 0 | 133 | 27 | 4 | 473 | 134 | 64 |
| Binary | 11110101 | 10110 | 10111100 | 0 | 1011011 | 10111 | 100 | 100111011 | 1011100 | 110100 |
Color Harmonies of #F516BC
Complementary color
Monochromatic Colors of #F516BC
Black with #F516BC
Text Example
Text Example
White with #F516BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516BC; }
p { color: rgb(245,22,188); }
H1.HeaderClassName
{
color: #F516BC;
}
.AnyTagClassName
{
color: #F516BC;
}
</style>
background-color css
<style>
a { background-color: #F516BC; }
a { background-color: rgb(245,22,188); }
div.DivClassName
{
background-color: #F516BC;
}
.BgClassName
{
background-color: #F516BC;
}
</style>
border-color css
<style>
span { border-color: #F516BC; }
span { border-color: rgb(245,22,188); }
td.TdClassName
{
border-color: #F516BC;
}
.TagClassName
{
border-color: #F516BC;
}
</style>