Shades of Shocking Pink #FF11D0
Tints of Shocking Pink #FF11D0
RGB
CMYK
RGB Variations
Color information
#FF11D0 (or 0xFF11D0) is known color: Shocking Pink. HEX triplet: FF, 11 and D0. RGB value is (255,17,208). Sum of RGB (Red+Green+Blue) = 255+17+208=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11D0 is #00EE2F. Grayscale: #6D6D6D. Windows color (decimal): -60976 or 13636095. OLE color: 13636095.
HSL color Cylindrical-coordinate representation of color #FF11D0: hue angle of 311.85º 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 #FF11D0 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 208 | - |
| CMYK | 0 | 0.93 | 0.18 | 0 |
| HSL | 311.85º | 1% | 0.53% | - |
| HSV(B) | 311.85º | 0.93% | 1% | - |
| XYZ | 52.83 | 26.21 | 61.95 | - |
| YUV | 109.94 | 183.35 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 208 | 0 | 0.93 | 0.18 | 0 | 311.85 | 1 | 0.53 |
| Hex | FF | 11 | D0 | 0 | 5D | 12 | 0 | 138 | 64 | 35 |
| Octal | 377 | 21 | 320 | 0 | 135 | 22 | 0 | 470 | 144 | 65 |
| Binary | 11111111 | 10001 | 11010000 | 0 | 1011101 | 10010 | 0 | 100111000 | 1100100 | 110101 |
Color Harmonies of #FF11D0
Complementary color
Monochromatic Colors of #FF11D0
Black with #FF11D0
Text Example
Text Example
White with #FF11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11D0; }
p { color: rgb(255,17,208); }
H1.HeaderClassName
{
color: #FF11D0;
}
.AnyTagClassName
{
color: #FF11D0;
}
</style>
background-color css
<style>
a { background-color: #FF11D0; }
a { background-color: rgb(255,17,208); }
div.DivClassName
{
background-color: #FF11D0;
}
.BgClassName
{
background-color: #FF11D0;
}
</style>
border-color css
<style>
span { border-color: #FF11D0; }
span { border-color: rgb(255,17,208); }
td.TdClassName
{
border-color: #FF11D0;
}
.TagClassName
{
border-color: #FF11D0;
}
</style>