Shades of Shocking Pink #F516BB
Tints of Shocking Pink #F516BB
RGB
CMYK
RGB Variations
Color information
#F516BB (or 0xF516BB) is known color: Shocking Pink. HEX triplet: F5, 16 and BB. RGB value is (245,22,187). Sum of RGB (Red+Green+Blue) = 245+22+187=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F516BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516BB is #0AE944. Grayscale: #6B6B6B. Windows color (decimal): -715077 or 12261109. OLE color: 12261109.
HSL color Cylindrical-coordinate representation of color #F516BB: hue angle of 315.61º 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 #F516BB is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 187 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.04 |
| HSL | 315.61º | 0.92% | 0.52% | - |
| HSV(B) | 315.61º | 0.91% | 0.96% | - |
| XYZ | 46.91 | 23.57 | 49.09 | - |
| YUV | 107.49 | 172.88 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 187 | 0 | 0.91 | 0.24 | 0.04 | 315.61 | 0.92 | 0.52 |
| Hex | F5 | 16 | BB | 0 | 5B | 18 | 4 | 13C | 5C | 34 |
| Octal | 365 | 26 | 273 | 0 | 133 | 30 | 4 | 474 | 134 | 64 |
| Binary | 11110101 | 10110 | 10111011 | 0 | 1011011 | 11000 | 100 | 100111100 | 1011100 | 110100 |
Color Harmonies of #F516BB
Complementary color
Monochromatic Colors of #F516BB
Black with #F516BB
Text Example
Text Example
White with #F516BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516BB; }
p { color: rgb(245,22,187); }
H1.HeaderClassName
{
color: #F516BB;
}
.AnyTagClassName
{
color: #F516BB;
}
</style>
background-color css
<style>
a { background-color: #F516BB; }
a { background-color: rgb(245,22,187); }
div.DivClassName
{
background-color: #F516BB;
}
.BgClassName
{
background-color: #F516BB;
}
</style>
border-color css
<style>
span { border-color: #F516BB; }
span { border-color: rgb(245,22,187); }
td.TdClassName
{
border-color: #F516BB;
}
.TagClassName
{
border-color: #F516BB;
}
</style>