Shades of Shocking Pink #FF0BB5
Tints of Shocking Pink #FF0BB5
RGB
CMYK
RGB Variations
Color information
#FF0BB5 (or 0xFF0BB5) is known color: Shocking Pink. HEX triplet: FF, 0B and B5. RGB value is (255,11,181). Sum of RGB (Red+Green+Blue) = 255+11+181=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BB5 is #00F44A. Grayscale: #666666. Windows color (decimal): -62539 or 11865087. OLE color: 11865087.
HSL color Cylindrical-coordinate representation of color #FF0BB5: hue angle of 318.2º 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 #FF0BB5 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 181 | - |
| CMYK | 0 | 0.96 | 0.29 | 0 |
| HSL | 318.2º | 1% | 0.52% | - |
| HSV(B) | 318.2º | 0.96% | 1% | - |
| XYZ | 49.7 | 24.84 | 45.89 | - |
| YUV | 103.34 | 171.84 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 181 | 0 | 0.96 | 0.29 | 0 | 318.2 | 1 | 0.52 |
| Hex | FF | B | B5 | 0 | 60 | 1D | 0 | 13E | 64 | 34 |
| Octal | 377 | 13 | 265 | 0 | 140 | 35 | 0 | 476 | 144 | 64 |
| Binary | 11111111 | 1011 | 10110101 | 0 | 1100000 | 11101 | 0 | 100111110 | 1100100 | 110100 |
Color Harmonies of #FF0BB5
Complementary color
Monochromatic Colors of #FF0BB5
Black with #FF0BB5
Text Example
Text Example
White with #FF0BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BB5; }
p { color: rgb(255,11,181); }
H1.HeaderClassName
{
color: #FF0BB5;
}
.AnyTagClassName
{
color: #FF0BB5;
}
</style>
background-color css
<style>
a { background-color: #FF0BB5; }
a { background-color: rgb(255,11,181); }
div.DivClassName
{
background-color: #FF0BB5;
}
.BgClassName
{
background-color: #FF0BB5;
}
</style>
border-color css
<style>
span { border-color: #FF0BB5; }
span { border-color: rgb(255,11,181); }
td.TdClassName
{
border-color: #FF0BB5;
}
.TagClassName
{
border-color: #FF0BB5;
}
</style>