Shades of Shocking Pink #F516BA
Tints of Shocking Pink #F516BA
RGB
CMYK
RGB Variations
Color information
#F516BA (or 0xF516BA) is known color: Shocking Pink. HEX triplet: F5, 16 and BA. RGB value is (245,22,186). Sum of RGB (Red+Green+Blue) = 245+22+186=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F516BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516BA is #0AE945. Grayscale: #6A6A6A. Windows color (decimal): -715078 or 12195573. OLE color: 12195573.
HSL color Cylindrical-coordinate representation of color #F516BA: hue angle of 315.87º 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 #F516BA is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 186 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.04 |
| HSL | 315.87º | 0.92% | 0.52% | - |
| HSV(B) | 315.87º | 0.91% | 0.96% | - |
| XYZ | 46.81 | 23.53 | 48.53 | - |
| YUV | 107.37 | 172.38 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 186 | 0 | 0.91 | 0.24 | 0.04 | 315.87 | 0.92 | 0.52 |
| Hex | F5 | 16 | BA | 0 | 5B | 18 | 4 | 13C | 5C | 34 |
| Octal | 365 | 26 | 272 | 0 | 133 | 30 | 4 | 474 | 134 | 64 |
| Binary | 11110101 | 10110 | 10111010 | 0 | 1011011 | 11000 | 100 | 100111100 | 1011100 | 110100 |
Color Harmonies of #F516BA
Complementary color
Monochromatic Colors of #F516BA
Black with #F516BA
Text Example
Text Example
White with #F516BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516BA; }
p { color: rgb(245,22,186); }
H1.HeaderClassName
{
color: #F516BA;
}
.AnyTagClassName
{
color: #F516BA;
}
</style>
background-color css
<style>
a { background-color: #F516BA; }
a { background-color: rgb(245,22,186); }
div.DivClassName
{
background-color: #F516BA;
}
.BgClassName
{
background-color: #F516BA;
}
</style>
border-color css
<style>
span { border-color: #F516BA; }
span { border-color: rgb(245,22,186); }
td.TdClassName
{
border-color: #F516BA;
}
.TagClassName
{
border-color: #F516BA;
}
</style>