Shades of Shocking Pink #FF11BB
Tints of Shocking Pink #FF11BB
RGB
CMYK
RGB Variations
Color information
#FF11BB (or 0xFF11BB) is known color: Shocking Pink. HEX triplet: FF, 11 and BB. RGB value is (255,17,187). Sum of RGB (Red+Green+Blue) = 255+17+187=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11BB is #00EE44. Grayscale: #6B6B6B. Windows color (decimal): -60997 or 12259839. OLE color: 12259839.
HSL color Cylindrical-coordinate representation of color #FF11BB: hue angle of 317.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11BB is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 187 | - |
| CMYK | 0 | 0.93 | 0.27 | 0 |
| HSL | 317.14º | 1% | 0.53% | - |
| HSV(B) | 317.14º | 0.93% | 1% | - |
| XYZ | 50.41 | 25.25 | 49.23 | - |
| YUV | 107.54 | 172.85 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 187 | 0 | 0.93 | 0.27 | 0 | 317.14 | 1 | 0.53 |
| Hex | FF | 11 | BB | 0 | 5D | 1B | 0 | 13D | 64 | 35 |
| Octal | 377 | 21 | 273 | 0 | 135 | 33 | 0 | 475 | 144 | 65 |
| Binary | 11111111 | 10001 | 10111011 | 0 | 1011101 | 11011 | 0 | 100111101 | 1100100 | 110101 |
Color Harmonies of #FF11BB
Complementary color
Monochromatic Colors of #FF11BB
Black with #FF11BB
Text Example
Text Example
White with #FF11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11BB; }
p { color: rgb(255,17,187); }
H1.HeaderClassName
{
color: #FF11BB;
}
.AnyTagClassName
{
color: #FF11BB;
}
</style>
background-color css
<style>
a { background-color: #FF11BB; }
a { background-color: rgb(255,17,187); }
div.DivClassName
{
background-color: #FF11BB;
}
.BgClassName
{
background-color: #FF11BB;
}
</style>
border-color css
<style>
span { border-color: #FF11BB; }
span { border-color: rgb(255,17,187); }
td.TdClassName
{
border-color: #FF11BB;
}
.TagClassName
{
border-color: #FF11BB;
}
</style>