Shades of Shocking Pink #F21CCC
Tints of Shocking Pink #F21CCC
RGB
CMYK
RGB Variations
Color information
#F21CCC (or 0xF21CCC) is known color: Shocking Pink. HEX triplet: F2, 1C and CC. RGB value is (242,28,204). Sum of RGB (Red+Green+Blue) = 242+28+204=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CCC is #0DE333. Grayscale: #6F6F6F. Windows color (decimal): -910132 or 13376754. OLE color: 13376754.
HSL color Cylindrical-coordinate representation of color #F21CCC: hue angle of 310.65º 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 #F21CCC is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 204 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.05 |
| HSL | 310.65º | 0.89% | 0.53% | - |
| HSV(B) | 310.65º | 0.88% | 0.95% | - |
| XYZ | 47.93 | 24.07 | 59.25 | - |
| YUV | 112.05 | 179.9 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 204 | 0 | 0.88 | 0.16 | 0.05 | 310.65 | 0.89 | 0.53 |
| Hex | F2 | 1C | CC | 0 | 58 | 10 | 5 | 137 | 59 | 35 |
| Octal | 362 | 34 | 314 | 0 | 130 | 20 | 5 | 467 | 131 | 65 |
| Binary | 11110010 | 11100 | 11001100 | 0 | 1011000 | 10000 | 101 | 100110111 | 1011001 | 110101 |
Color Harmonies of #F21CCC
Complementary color
Monochromatic Colors of #F21CCC
Black with #F21CCC
Text Example
Text Example
White with #F21CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CCC; }
p { color: rgb(242,28,204); }
H1.HeaderClassName
{
color: #F21CCC;
}
.AnyTagClassName
{
color: #F21CCC;
}
</style>
background-color css
<style>
a { background-color: #F21CCC; }
a { background-color: rgb(242,28,204); }
div.DivClassName
{
background-color: #F21CCC;
}
.BgClassName
{
background-color: #F21CCC;
}
</style>
border-color css
<style>
span { border-color: #F21CCC; }
span { border-color: rgb(242,28,204); }
td.TdClassName
{
border-color: #F21CCC;
}
.TagClassName
{
border-color: #F21CCC;
}
</style>