Shades of Shocking Pink #FF0BBD
Tints of Shocking Pink #FF0BBD
RGB
CMYK
RGB Variations
Color information
#FF0BBD (or 0xFF0BBD) is known color: Shocking Pink. HEX triplet: FF, 0B and BD. RGB value is (255,11,189). Sum of RGB (Red+Green+Blue) = 255+11+189=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BBD is #00F442. Grayscale: #676767. Windows color (decimal): -62531 or 12389375. OLE color: 12389375.
HSL color Cylindrical-coordinate representation of color #FF0BBD: hue angle of 316.23º 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 #FF0BBD is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 189 | - |
| CMYK | 0 | 0.96 | 0.26 | 0 |
| HSL | 316.23º | 1% | 0.52% | - |
| HSV(B) | 316.23º | 0.96% | 1% | - |
| XYZ | 50.54 | 25.17 | 50.34 | - |
| YUV | 104.25 | 175.84 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 189 | 0 | 0.96 | 0.26 | 0 | 316.23 | 1 | 0.52 |
| Hex | FF | B | BD | 0 | 60 | 1A | 0 | 13C | 64 | 34 |
| Octal | 377 | 13 | 275 | 0 | 140 | 32 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1011 | 10111101 | 0 | 1100000 | 11010 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF0BBD
Complementary color
Monochromatic Colors of #FF0BBD
Black with #FF0BBD
Text Example
Text Example
White with #FF0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BBD; }
p { color: rgb(255,11,189); }
H1.HeaderClassName
{
color: #FF0BBD;
}
.AnyTagClassName
{
color: #FF0BBD;
}
</style>
background-color css
<style>
a { background-color: #FF0BBD; }
a { background-color: rgb(255,11,189); }
div.DivClassName
{
background-color: #FF0BBD;
}
.BgClassName
{
background-color: #FF0BBD;
}
</style>
border-color css
<style>
span { border-color: #FF0BBD; }
span { border-color: rgb(255,11,189); }
td.TdClassName
{
border-color: #FF0BBD;
}
.TagClassName
{
border-color: #FF0BBD;
}
</style>