Shades of Shocking Pink #FF00BB
Tints of Shocking Pink #FF00BB
RGB
CMYK
RGB Variations
Color information
#FF00BB (or 0xFF00BB) is known color: Shocking Pink. HEX triplet: FF, 00 and BB. RGB value is (255,0,187). Sum of RGB (Red+Green+Blue) = 255+0+187=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00BB is #00FF44. Grayscale: #616161. Windows color (decimal): -65349 or 12255487. OLE color: 12255487.
HSL color Cylindrical-coordinate representation of color #FF00BB: hue angle of 316º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00BB is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.27 | 0 |
| HSL | 316º | 1% | 0.5% | - |
| HSV(B) | 316º | 1% | 1% | - |
| XYZ | 50.21 | 24.85 | 49.16 | - |
| YUV | 97.56 | 178.48 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 187 | 0 | 1 | 0.27 | 0 | 316 | 1 | 0.5 |
| Hex | FF | 0 | BB | 0 | 64 | 1B | 0 | 13C | 64 | 32 |
| Octal | 377 | 0 | 273 | 0 | 144 | 33 | 0 | 474 | 144 | 62 |
| Binary | 11111111 | 0 | 10111011 | 0 | 1100100 | 11011 | 0 | 100111100 | 1100100 | 110010 |
Color Harmonies of #FF00BB
Complementary color
Monochromatic Colors of #FF00BB
Black with #FF00BB
Text Example
Text Example
White with #FF00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00BB; }
p { color: rgb(255,0,187); }
H1.HeaderClassName
{
color: #FF00BB;
}
.AnyTagClassName
{
color: #FF00BB;
}
</style>
background-color css
<style>
a { background-color: #FF00BB; }
a { background-color: rgb(255,0,187); }
div.DivClassName
{
background-color: #FF00BB;
}
.BgClassName
{
background-color: #FF00BB;
}
</style>
border-color css
<style>
span { border-color: #FF00BB; }
span { border-color: rgb(255,0,187); }
td.TdClassName
{
border-color: #FF00BB;
}
.TagClassName
{
border-color: #FF00BB;
}
</style>