Shades of Shocking Pink #F80BBC
Tints of Shocking Pink #F80BBC
RGB
CMYK
RGB Variations
Color information
#F80BBC (or 0xF80BBC) is known color: Shocking Pink. HEX triplet: F8, 0B and BC. RGB value is (248,11,188). Sum of RGB (Red+Green+Blue) = 248+11+188=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BBC is #07F443. Grayscale: #656565. Windows color (decimal): -521284 or 12323832. OLE color: 12323832.
HSL color Cylindrical-coordinate representation of color #F80BBC: hue angle of 315.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80BBC is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 188 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.03 |
| HSL | 315.19º | 0.94% | 0.51% | - |
| HSV(B) | 315.19º | 0.96% | 0.97% | - |
| XYZ | 47.91 | 23.83 | 49.65 | - |
| YUV | 102.04 | 176.52 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 188 | 0 | 0.96 | 0.24 | 0.03 | 315.19 | 0.94 | 0.51 |
| Hex | F8 | B | BC | 0 | 60 | 18 | 3 | 13B | 5E | 33 |
| Octal | 370 | 13 | 274 | 0 | 140 | 30 | 3 | 473 | 136 | 63 |
| Binary | 11111000 | 1011 | 10111100 | 0 | 1100000 | 11000 | 11 | 100111011 | 1011110 | 110011 |
Color Harmonies of #F80BBC
Complementary color
Monochromatic Colors of #F80BBC
Black with #F80BBC
Text Example
Text Example
White with #F80BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BBC; }
p { color: rgb(248,11,188); }
H1.HeaderClassName
{
color: #F80BBC;
}
.AnyTagClassName
{
color: #F80BBC;
}
</style>
background-color css
<style>
a { background-color: #F80BBC; }
a { background-color: rgb(248,11,188); }
div.DivClassName
{
background-color: #F80BBC;
}
.BgClassName
{
background-color: #F80BBC;
}
</style>
border-color css
<style>
span { border-color: #F80BBC; }
span { border-color: rgb(248,11,188); }
td.TdClassName
{
border-color: #F80BBC;
}
.TagClassName
{
border-color: #F80BBC;
}
</style>