Shades of Shocking Pink #FF01BB
Tints of Shocking Pink #FF01BB
RGB
CMYK
RGB Variations
Color information
#FF01BB (or 0xFF01BB) is known color: Shocking Pink. HEX triplet: FF, 01 and BB. RGB value is (255,1,187). Sum of RGB (Red+Green+Blue) = 255+1+187=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01BB is #00FE44. Grayscale: #616161. Windows color (decimal): -65093 or 12255743. OLE color: 12255743.
HSL color Cylindrical-coordinate representation of color #FF01BB: hue angle of 316.06º 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 #FF01BB is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.27 | 0 |
| HSL | 316.06º | 1% | 0.5% | - |
| HSV(B) | 316.06º | 1% | 1% | - |
| XYZ | 50.22 | 24.87 | 49.17 | - |
| YUV | 98.15 | 178.15 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 187 | 0 | 1.00 | 0.27 | 0 | 316.06 | 1 | 0.5 |
| Hex | FF | 1 | BB | 0 | 64 | 1B | 0 | 13C | 64 | 32 |
| Octal | 377 | 1 | 273 | 0 | 144 | 33 | 0 | 474 | 144 | 62 |
| Binary | 11111111 | 1 | 10111011 | 0 | 1100100 | 11011 | 0 | 100111100 | 1100100 | 110010 |
Color Harmonies of #FF01BB
Complementary color
Monochromatic Colors of #FF01BB
Black with #FF01BB
Text Example
Text Example
White with #FF01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01BB; }
p { color: rgb(255,1,187); }
H1.HeaderClassName
{
color: #FF01BB;
}
.AnyTagClassName
{
color: #FF01BB;
}
</style>
background-color css
<style>
a { background-color: #FF01BB; }
a { background-color: rgb(255,1,187); }
div.DivClassName
{
background-color: #FF01BB;
}
.BgClassName
{
background-color: #FF01BB;
}
</style>
border-color css
<style>
span { border-color: #FF01BB; }
span { border-color: rgb(255,1,187); }
td.TdClassName
{
border-color: #FF01BB;
}
.TagClassName
{
border-color: #FF01BB;
}
</style>