Shades of Shocking Pink #FB01BB
Tints of Shocking Pink #FB01BB
RGB
CMYK
RGB Variations
Color information
#FB01BB (or 0xFB01BB) is known color: Shocking Pink. HEX triplet: FB, 01 and BB. RGB value is (251,1,187). Sum of RGB (Red+Green+Blue) = 251+1+187=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01BB is #04FE44. Grayscale: #606060. Windows color (decimal): -327237 or 12255739. OLE color: 12255739.
HSL color Cylindrical-coordinate representation of color #FB01BB: hue angle of 315.36º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01BB is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.02 |
| HSL | 315.36º | 0.99% | 0.49% | - |
| HSV(B) | 315.36º | 1% | 0.98% | - |
| XYZ | 48.76 | 24.12 | 49.1 | - |
| YUV | 96.95 | 178.83 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 187 | 0 | 1.00 | 0.25 | 0.02 | 315.36 | 0.99 | 0.49 |
| Hex | FB | 1 | BB | 0 | 64 | 19 | 2 | 13B | 63 | 31 |
| Octal | 373 | 1 | 273 | 0 | 144 | 31 | 2 | 473 | 143 | 61 |
| Binary | 11111011 | 1 | 10111011 | 0 | 1100100 | 11001 | 10 | 100111011 | 1100011 | 110001 |
Color Harmonies of #FB01BB
Complementary color
Monochromatic Colors of #FB01BB
Black with #FB01BB
Text Example
Text Example
White with #FB01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01BB; }
p { color: rgb(251,1,187); }
H1.HeaderClassName
{
color: #FB01BB;
}
.AnyTagClassName
{
color: #FB01BB;
}
</style>
background-color css
<style>
a { background-color: #FB01BB; }
a { background-color: rgb(251,1,187); }
div.DivClassName
{
background-color: #FB01BB;
}
.BgClassName
{
background-color: #FB01BB;
}
</style>
border-color css
<style>
span { border-color: #FB01BB; }
span { border-color: rgb(251,1,187); }
td.TdClassName
{
border-color: #FB01BB;
}
.TagClassName
{
border-color: #FB01BB;
}
</style>