Shades of Shocking Pink #FF0BBC
Tints of Shocking Pink #FF0BBC
RGB
CMYK
RGB Variations
Color information
#FF0BBC (or 0xFF0BBC) is known color: Shocking Pink. HEX triplet: FF, 0B and BC. RGB value is (255,11,188). Sum of RGB (Red+Green+Blue) = 255+11+188=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BBC is #00F443. Grayscale: #676767. Windows color (decimal): -62532 or 12323839. OLE color: 12323839.
HSL color Cylindrical-coordinate representation of color #FF0BBC: hue angle of 316.48º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BBC is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 188 | - |
| CMYK | 0 | 0.96 | 0.26 | 0 |
| HSL | 316.48º | 1% | 0.52% | - |
| HSV(B) | 316.48º | 0.96% | 1% | - |
| XYZ | 50.44 | 25.13 | 49.77 | - |
| YUV | 104.13 | 175.34 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 188 | 0 | 0.96 | 0.26 | 0 | 316.48 | 1 | 0.52 |
| Hex | FF | B | BC | 0 | 60 | 1A | 0 | 13C | 64 | 34 |
| Octal | 377 | 13 | 274 | 0 | 140 | 32 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1011 | 10111100 | 0 | 1100000 | 11010 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF0BBC
Complementary color
Monochromatic Colors of #FF0BBC
Black with #FF0BBC
Text Example
Text Example
White with #FF0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BBC; }
p { color: rgb(255,11,188); }
H1.HeaderClassName
{
color: #FF0BBC;
}
.AnyTagClassName
{
color: #FF0BBC;
}
</style>
background-color css
<style>
a { background-color: #FF0BBC; }
a { background-color: rgb(255,11,188); }
div.DivClassName
{
background-color: #FF0BBC;
}
.BgClassName
{
background-color: #FF0BBC;
}
</style>
border-color css
<style>
span { border-color: #FF0BBC; }
span { border-color: rgb(255,11,188); }
td.TdClassName
{
border-color: #FF0BBC;
}
.TagClassName
{
border-color: #FF0BBC;
}
</style>