Shades of Shocking Pink #FF11CD
Tints of Shocking Pink #FF11CD
RGB
CMYK
RGB Variations
Color information
#FF11CD (or 0xFF11CD) is known color: Shocking Pink. HEX triplet: FF, 11 and CD. RGB value is (255,17,205). Sum of RGB (Red+Green+Blue) = 255+17+205=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11CD is #00EE32. Grayscale: #6D6D6D. Windows color (decimal): -60979 or 13439487. OLE color: 13439487.
HSL color Cylindrical-coordinate representation of color #FF11CD: hue angle of 312.61º 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 #FF11CD is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 205 | - |
| CMYK | 0 | 0.93 | 0.20 | 0 |
| HSL | 312.61º | 1% | 0.53% | - |
| HSV(B) | 312.61º | 0.93% | 1% | - |
| XYZ | 52.46 | 26.07 | 60.02 | - |
| YUV | 109.59 | 181.85 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 205 | 0 | 0.93 | 0.20 | 0 | 312.61 | 1 | 0.53 |
| Hex | FF | 11 | CD | 0 | 5D | 14 | 0 | 139 | 64 | 35 |
| Octal | 377 | 21 | 315 | 0 | 135 | 24 | 0 | 471 | 144 | 65 |
| Binary | 11111111 | 10001 | 11001101 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100100 | 110101 |
Color Harmonies of #FF11CD
Complementary color
Monochromatic Colors of #FF11CD
Black with #FF11CD
Text Example
Text Example
White with #FF11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11CD; }
p { color: rgb(255,17,205); }
H1.HeaderClassName
{
color: #FF11CD;
}
.AnyTagClassName
{
color: #FF11CD;
}
</style>
background-color css
<style>
a { background-color: #FF11CD; }
a { background-color: rgb(255,17,205); }
div.DivClassName
{
background-color: #FF11CD;
}
.BgClassName
{
background-color: #FF11CD;
}
</style>
border-color css
<style>
span { border-color: #FF11CD; }
span { border-color: rgb(255,17,205); }
td.TdClassName
{
border-color: #FF11CD;
}
.TagClassName
{
border-color: #FF11CD;
}
</style>