Shades of Shocking Pink #FF11BC
Tints of Shocking Pink #FF11BC
RGB
CMYK
RGB Variations
Color information
#FF11BC (or 0xFF11BC) is known color: Shocking Pink. HEX triplet: FF, 11 and BC. RGB value is (255,17,188). Sum of RGB (Red+Green+Blue) = 255+17+188=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11BC is #00EE43. Grayscale: #6B6B6B. Windows color (decimal): -60996 or 12325375. OLE color: 12325375.
HSL color Cylindrical-coordinate representation of color #FF11BC: hue angle of 316.89º 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 #FF11BC is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 188 | - |
| CMYK | 0 | 0.93 | 0.26 | 0 |
| HSL | 316.89º | 1% | 0.53% | - |
| HSV(B) | 316.89º | 0.93% | 1% | - |
| XYZ | 50.52 | 25.29 | 49.8 | - |
| YUV | 107.66 | 173.35 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 188 | 0 | 0.93 | 0.26 | 0 | 316.89 | 1 | 0.53 |
| Hex | FF | 11 | BC | 0 | 5D | 1A | 0 | 13D | 64 | 35 |
| Octal | 377 | 21 | 274 | 0 | 135 | 32 | 0 | 475 | 144 | 65 |
| Binary | 11111111 | 10001 | 10111100 | 0 | 1011101 | 11010 | 0 | 100111101 | 1100100 | 110101 |
Color Harmonies of #FF11BC
Complementary color
Monochromatic Colors of #FF11BC
Black with #FF11BC
Text Example
Text Example
White with #FF11BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11BC; }
p { color: rgb(255,17,188); }
H1.HeaderClassName
{
color: #FF11BC;
}
.AnyTagClassName
{
color: #FF11BC;
}
</style>
background-color css
<style>
a { background-color: #FF11BC; }
a { background-color: rgb(255,17,188); }
div.DivClassName
{
background-color: #FF11BC;
}
.BgClassName
{
background-color: #FF11BC;
}
</style>
border-color css
<style>
span { border-color: #FF11BC; }
span { border-color: rgb(255,17,188); }
td.TdClassName
{
border-color: #FF11BC;
}
.TagClassName
{
border-color: #FF11BC;
}
</style>