Shades of Shocking Pink #FF0BBB
Tints of Shocking Pink #FF0BBB
RGB
CMYK
RGB Variations
Color information
#FF0BBB (or 0xFF0BBB) is known color: Shocking Pink. HEX triplet: FF, 0B and BB. RGB value is (255,11,187). Sum of RGB (Red+Green+Blue) = 255+11+187=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BBB is #00F444. Grayscale: #676767. Windows color (decimal): -62533 or 12258303. OLE color: 12258303.
HSL color Cylindrical-coordinate representation of color #FF0BBB: hue angle of 316.72º 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 #FF0BBB is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 187 | - |
| CMYK | 0 | 0.96 | 0.27 | 0 |
| HSL | 316.72º | 1% | 0.52% | - |
| HSV(B) | 316.72º | 0.96% | 1% | - |
| XYZ | 50.33 | 25.09 | 49.2 | - |
| YUV | 104.02 | 174.84 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 187 | 0 | 0.96 | 0.27 | 0 | 316.72 | 1 | 0.52 |
| Hex | FF | B | BB | 0 | 60 | 1B | 0 | 13D | 64 | 34 |
| Octal | 377 | 13 | 273 | 0 | 140 | 33 | 0 | 475 | 144 | 64 |
| Binary | 11111111 | 1011 | 10111011 | 0 | 1100000 | 11011 | 0 | 100111101 | 1100100 | 110100 |
Color Harmonies of #FF0BBB
Complementary color
Monochromatic Colors of #FF0BBB
Black with #FF0BBB
Text Example
Text Example
White with #FF0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BBB; }
p { color: rgb(255,11,187); }
H1.HeaderClassName
{
color: #FF0BBB;
}
.AnyTagClassName
{
color: #FF0BBB;
}
</style>
background-color css
<style>
a { background-color: #FF0BBB; }
a { background-color: rgb(255,11,187); }
div.DivClassName
{
background-color: #FF0BBB;
}
.BgClassName
{
background-color: #FF0BBB;
}
</style>
border-color css
<style>
span { border-color: #FF0BBB; }
span { border-color: rgb(255,11,187); }
td.TdClassName
{
border-color: #FF0BBB;
}
.TagClassName
{
border-color: #FF0BBB;
}
</style>