Shades of Shocking Pink #FF1BBB
Tints of Shocking Pink #FF1BBB
RGB
CMYK
RGB Variations
Color information
#FF1BBB (or 0xFF1BBB) is known color: Shocking Pink. HEX triplet: FF, 1B and BB. RGB value is (255,27,187). Sum of RGB (Red+Green+Blue) = 255+27+187=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1BBB is #00E444. Grayscale: #717171. Windows color (decimal): -58437 or 12262399. OLE color: 12262399.
HSL color Cylindrical-coordinate representation of color #FF1BBB: hue angle of 317.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BBB is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 187 | - |
| CMYK | 0 | 0.89 | 0.27 | 0 |
| HSL | 317.89º | 1% | 0.55% | - |
| HSV(B) | 317.89º | 0.89% | 1% | - |
| XYZ | 50.6 | 25.63 | 49.29 | - |
| YUV | 113.41 | 169.54 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 187 | 0 | 0.89 | 0.27 | 0 | 317.89 | 1 | 0.55 |
| Hex | FF | 1B | BB | 0 | 59 | 1B | 0 | 13E | 64 | 37 |
| Octal | 377 | 33 | 273 | 0 | 131 | 33 | 0 | 476 | 144 | 67 |
| Binary | 11111111 | 11011 | 10111011 | 0 | 1011001 | 11011 | 0 | 100111110 | 1100100 | 110111 |
Color Harmonies of #FF1BBB
Complementary color
Monochromatic Colors of #FF1BBB
Black with #FF1BBB
Text Example
Text Example
White with #FF1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BBB; }
p { color: rgb(255,27,187); }
H1.HeaderClassName
{
color: #FF1BBB;
}
.AnyTagClassName
{
color: #FF1BBB;
}
</style>
background-color css
<style>
a { background-color: #FF1BBB; }
a { background-color: rgb(255,27,187); }
div.DivClassName
{
background-color: #FF1BBB;
}
.BgClassName
{
background-color: #FF1BBB;
}
</style>
border-color css
<style>
span { border-color: #FF1BBB; }
span { border-color: rgb(255,27,187); }
td.TdClassName
{
border-color: #FF1BBB;
}
.TagClassName
{
border-color: #FF1BBB;
}
</style>