Shades of Shocking Pink #F016BB
Tints of Shocking Pink #F016BB
RGB
CMYK
RGB Variations
Color information
#F016BB (or 0xF016BB) is known color: Shocking Pink. HEX triplet: F0, 16 and BB. RGB value is (240,22,187). Sum of RGB (Red+Green+Blue) = 240+22+187=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F016BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016BB is #0FE944. Grayscale: #696969. Windows color (decimal): -1042757 or 12261104. OLE color: 12261104.
HSL color Cylindrical-coordinate representation of color #F016BB: hue angle of 314.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016BB is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 187 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.06 |
| HSL | 314.59º | 0.88% | 0.51% | - |
| HSV(B) | 314.59º | 0.91% | 0.94% | - |
| XYZ | 45.19 | 22.69 | 49.01 | - |
| YUV | 105.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 187 | 0 | 0.91 | 0.22 | 0.06 | 314.59 | 0.88 | 0.51 |
| Hex | F0 | 16 | BB | 0 | 5B | 16 | 6 | 13B | 58 | 33 |
| Octal | 360 | 26 | 273 | 0 | 133 | 26 | 6 | 473 | 130 | 63 |
| Binary | 11110000 | 10110 | 10111011 | 0 | 1011011 | 10110 | 110 | 100111011 | 1011000 | 110011 |
Color Harmonies of #F016BB
Complementary color
Monochromatic Colors of #F016BB
Black with #F016BB
Text Example
Text Example
White with #F016BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016BB; }
p { color: rgb(240,22,187); }
H1.HeaderClassName
{
color: #F016BB;
}
.AnyTagClassName
{
color: #F016BB;
}
</style>
background-color css
<style>
a { background-color: #F016BB; }
a { background-color: rgb(240,22,187); }
div.DivClassName
{
background-color: #F016BB;
}
.BgClassName
{
background-color: #F016BB;
}
</style>
border-color css
<style>
span { border-color: #F016BB; }
span { border-color: rgb(240,22,187); }
td.TdClassName
{
border-color: #F016BB;
}
.TagClassName
{
border-color: #F016BB;
}
</style>