Shades of Shocking Pink #FF11CC
Tints of Shocking Pink #FF11CC
RGB
CMYK
RGB Variations
Color information
#FF11CC (or 0xFF11CC) is known color: Shocking Pink. HEX triplet: FF, 11 and CC. RGB value is (255,17,204). Sum of RGB (Red+Green+Blue) = 255+17+204=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11CC is #00EE33. Grayscale: #6C6C6C. Windows color (decimal): -60980 or 13373951. OLE color: 13373951.
HSL color Cylindrical-coordinate representation of color #FF11CC: hue angle of 312.86º 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 #FF11CC is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 204 | - |
| CMYK | 0 | 0.93 | 0.2 | 0 |
| HSL | 312.86º | 1% | 0.53% | - |
| HSV(B) | 312.86º | 0.93% | 1% | - |
| XYZ | 52.34 | 26.02 | 59.39 | - |
| YUV | 109.48 | 181.35 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 204 | 0 | 0.93 | 0.2 | 0 | 312.86 | 1 | 0.53 |
| Hex | FF | 11 | CC | 0 | 5D | 14 | 0 | 139 | 64 | 35 |
| Octal | 377 | 21 | 314 | 0 | 135 | 24 | 0 | 471 | 144 | 65 |
| Binary | 11111111 | 10001 | 11001100 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100100 | 110101 |
Color Harmonies of #FF11CC
Complementary color
Monochromatic Colors of #FF11CC
Black with #FF11CC
Text Example
Text Example
White with #FF11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11CC; }
p { color: rgb(255,17,204); }
H1.HeaderClassName
{
color: #FF11CC;
}
.AnyTagClassName
{
color: #FF11CC;
}
</style>
background-color css
<style>
a { background-color: #FF11CC; }
a { background-color: rgb(255,17,204); }
div.DivClassName
{
background-color: #FF11CC;
}
.BgClassName
{
background-color: #FF11CC;
}
</style>
border-color css
<style>
span { border-color: #FF11CC; }
span { border-color: rgb(255,17,204); }
td.TdClassName
{
border-color: #FF11CC;
}
.TagClassName
{
border-color: #FF11CC;
}
</style>