Shades of Shocking Pink #FF11BA
Tints of Shocking Pink #FF11BA
RGB
CMYK
RGB Variations
Color information
#FF11BA (or 0xFF11BA) is known color: Shocking Pink. HEX triplet: FF, 11 and BA. RGB value is (255,17,186). Sum of RGB (Red+Green+Blue) = 255+17+186=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11BA is #00EE45. Grayscale: #6A6A6A. Windows color (decimal): -60998 or 12194303. OLE color: 12194303.
HSL color Cylindrical-coordinate representation of color #FF11BA: hue angle of 317.39º 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 #FF11BA is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 186 | - |
| CMYK | 0 | 0.93 | 0.27 | 0 |
| HSL | 317.4º | 1% | 0.53% | - |
| HSV(B) | 317.4º | 0.93% | 1% | - |
| XYZ | 50.3 | 25.21 | 48.67 | - |
| YUV | 107.43 | 172.35 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 186 | 0 | 0.93 | 0.27 | 0 | 317.4 | 1 | 0.53 |
| Hex | FF | 11 | BA | 0 | 5D | 1B | 0 | 13D | 64 | 35 |
| Octal | 377 | 21 | 272 | 0 | 135 | 33 | 0 | 475 | 144 | 65 |
| Binary | 11111111 | 10001 | 10111010 | 0 | 1011101 | 11011 | 0 | 100111101 | 1100100 | 110101 |
Color Harmonies of #FF11BA
Complementary color
Monochromatic Colors of #FF11BA
Black with #FF11BA
Text Example
Text Example
White with #FF11BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11BA; }
p { color: rgb(255,17,186); }
H1.HeaderClassName
{
color: #FF11BA;
}
.AnyTagClassName
{
color: #FF11BA;
}
</style>
background-color css
<style>
a { background-color: #FF11BA; }
a { background-color: rgb(255,17,186); }
div.DivClassName
{
background-color: #FF11BA;
}
.BgClassName
{
background-color: #FF11BA;
}
</style>
border-color css
<style>
span { border-color: #FF11BA; }
span { border-color: rgb(255,17,186); }
td.TdClassName
{
border-color: #FF11BA;
}
.TagClassName
{
border-color: #FF11BA;
}
</style>