Shades of Shocking Pink #F21ECC
Tints of Shocking Pink #F21ECC
RGB
CMYK
RGB Variations
Color information
#F21ECC (or 0xF21ECC) is known color: Shocking Pink. HEX triplet: F2, 1E and CC. RGB value is (242,30,204). Sum of RGB (Red+Green+Blue) = 242+30+204=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ECC is #0DE133. Grayscale: #707070. Windows color (decimal): -909620 or 13377266. OLE color: 13377266.
HSL color Cylindrical-coordinate representation of color #F21ECC: hue angle of 310.75º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21ECC is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 204 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.05 |
| HSL | 310.75º | 0.89% | 0.53% | - |
| HSV(B) | 310.75º | 0.88% | 0.95% | - |
| XYZ | 47.98 | 24.17 | 59.26 | - |
| YUV | 113.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 204 | 0 | 0.88 | 0.16 | 0.05 | 310.75 | 0.89 | 0.53 |
| Hex | F2 | 1E | CC | 0 | 58 | 10 | 5 | 137 | 59 | 35 |
| Octal | 362 | 36 | 314 | 0 | 130 | 20 | 5 | 467 | 131 | 65 |
| Binary | 11110010 | 11110 | 11001100 | 0 | 1011000 | 10000 | 101 | 100110111 | 1011001 | 110101 |
Color Harmonies of #F21ECC
Complementary color
Monochromatic Colors of #F21ECC
Black with #F21ECC
Text Example
Text Example
White with #F21ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ECC; }
p { color: rgb(242,30,204); }
H1.HeaderClassName
{
color: #F21ECC;
}
.AnyTagClassName
{
color: #F21ECC;
}
</style>
background-color css
<style>
a { background-color: #F21ECC; }
a { background-color: rgb(242,30,204); }
div.DivClassName
{
background-color: #F21ECC;
}
.BgClassName
{
background-color: #F21ECC;
}
</style>
border-color css
<style>
span { border-color: #F21ECC; }
span { border-color: rgb(242,30,204); }
td.TdClassName
{
border-color: #F21ECC;
}
.TagClassName
{
border-color: #F21ECC;
}
</style>