Shades of Shocking Pink #F016BC
Tints of Shocking Pink #F016BC
RGB
CMYK
RGB Variations
Color information
#F016BC (or 0xF016BC) is known color: Shocking Pink. HEX triplet: F0, 16 and BC. RGB value is (240,22,188). Sum of RGB (Red+Green+Blue) = 240+22+188=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F016BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016BC is #0FE943. Grayscale: #696969. Windows color (decimal): -1042756 or 12326640. OLE color: 12326640.
HSL color Cylindrical-coordinate representation of color #F016BC: hue angle of 314.31º 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 #F016BC is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 188 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.06 |
| HSL | 314.31º | 0.88% | 0.51% | - |
| HSV(B) | 314.31º | 0.91% | 0.94% | - |
| XYZ | 45.3 | 22.73 | 49.58 | - |
| YUV | 106.11 | 174.22 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 188 | 0 | 0.91 | 0.22 | 0.06 | 314.31 | 0.88 | 0.51 |
| Hex | F0 | 16 | BC | 0 | 5B | 16 | 6 | 13A | 58 | 33 |
| Octal | 360 | 26 | 274 | 0 | 133 | 26 | 6 | 472 | 130 | 63 |
| Binary | 11110000 | 10110 | 10111100 | 0 | 1011011 | 10110 | 110 | 100111010 | 1011000 | 110011 |
Color Harmonies of #F016BC
Complementary color
Monochromatic Colors of #F016BC
Black with #F016BC
Text Example
Text Example
White with #F016BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016BC; }
p { color: rgb(240,22,188); }
H1.HeaderClassName
{
color: #F016BC;
}
.AnyTagClassName
{
color: #F016BC;
}
</style>
background-color css
<style>
a { background-color: #F016BC; }
a { background-color: rgb(240,22,188); }
div.DivClassName
{
background-color: #F016BC;
}
.BgClassName
{
background-color: #F016BC;
}
</style>
border-color css
<style>
span { border-color: #F016BC; }
span { border-color: rgb(240,22,188); }
td.TdClassName
{
border-color: #F016BC;
}
.TagClassName
{
border-color: #F016BC;
}
</style>