Shades of Shocking Pink #FF11BD
Tints of Shocking Pink #FF11BD
RGB
CMYK
RGB Variations
Color information
#FF11BD (or 0xFF11BD) is known color: Shocking Pink. HEX triplet: FF, 11 and BD. RGB value is (255,17,189). Sum of RGB (Red+Green+Blue) = 255+17+189=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11BD is #00EE42. Grayscale: #6B6B6B. Windows color (decimal): -60995 or 12390911. OLE color: 12390911.
HSL color Cylindrical-coordinate representation of color #FF11BD: hue angle of 316.64º 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 #FF11BD is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 189 | - |
| CMYK | 0 | 0.93 | 0.26 | 0 |
| HSL | 316.64º | 1% | 0.53% | - |
| HSV(B) | 316.64º | 0.93% | 1% | - |
| XYZ | 50.63 | 25.34 | 50.37 | - |
| YUV | 107.77 | 173.85 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 189 | 0 | 0.93 | 0.26 | 0 | 316.64 | 1 | 0.53 |
| Hex | FF | 11 | BD | 0 | 5D | 1A | 0 | 13D | 64 | 35 |
| Octal | 377 | 21 | 275 | 0 | 135 | 32 | 0 | 475 | 144 | 65 |
| Binary | 11111111 | 10001 | 10111101 | 0 | 1011101 | 11010 | 0 | 100111101 | 1100100 | 110101 |
Color Harmonies of #FF11BD
Complementary color
Monochromatic Colors of #FF11BD
Black with #FF11BD
Text Example
Text Example
White with #FF11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11BD; }
p { color: rgb(255,17,189); }
H1.HeaderClassName
{
color: #FF11BD;
}
.AnyTagClassName
{
color: #FF11BD;
}
</style>
background-color css
<style>
a { background-color: #FF11BD; }
a { background-color: rgb(255,17,189); }
div.DivClassName
{
background-color: #FF11BD;
}
.BgClassName
{
background-color: #FF11BD;
}
</style>
border-color css
<style>
span { border-color: #FF11BD; }
span { border-color: rgb(255,17,189); }
td.TdClassName
{
border-color: #FF11BD;
}
.TagClassName
{
border-color: #FF11BD;
}
</style>