Shades of Shocking Pink #F71ECC
Tints of Shocking Pink #F71ECC
RGB
CMYK
RGB Variations
Color information
#F71ECC (or 0xF71ECC) is known color: Shocking Pink. HEX triplet: F7, 1E and CC. RGB value is (247,30,204). Sum of RGB (Red+Green+Blue) = 247+30+204=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ECC is #08E133. Grayscale: #727272. Windows color (decimal): -581940 or 13377271. OLE color: 13377271.
HSL color Cylindrical-coordinate representation of color #F71ECC: hue angle of 311.89º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71ECC is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 204 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.03 |
| HSL | 311.89º | 0.93% | 0.54% | - |
| HSV(B) | 311.89º | 0.88% | 0.97% | - |
| XYZ | 49.72 | 25.06 | 59.34 | - |
| YUV | 114.72 | 178.39 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 204 | 0 | 0.88 | 0.17 | 0.03 | 311.89 | 0.93 | 0.54 |
| Hex | F7 | 1E | CC | 0 | 58 | 11 | 3 | 138 | 5D | 36 |
| Octal | 367 | 36 | 314 | 0 | 130 | 21 | 3 | 470 | 135 | 66 |
| Binary | 11110111 | 11110 | 11001100 | 0 | 1011000 | 10001 | 11 | 100111000 | 1011101 | 110110 |
Color Harmonies of #F71ECC
Complementary color
Monochromatic Colors of #F71ECC
Black with #F71ECC
Text Example
Text Example
White with #F71ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71ECC; }
p { color: rgb(247,30,204); }
H1.HeaderClassName
{
color: #F71ECC;
}
.AnyTagClassName
{
color: #F71ECC;
}
</style>
background-color css
<style>
a { background-color: #F71ECC; }
a { background-color: rgb(247,30,204); }
div.DivClassName
{
background-color: #F71ECC;
}
.BgClassName
{
background-color: #F71ECC;
}
</style>
border-color css
<style>
span { border-color: #F71ECC; }
span { border-color: rgb(247,30,204); }
td.TdClassName
{
border-color: #F71ECC;
}
.TagClassName
{
border-color: #F71ECC;
}
</style>