Shades of Shocking Pink #F21ACC
Tints of Shocking Pink #F21ACC
RGB
CMYK
RGB Variations
Color information
#F21ACC (or 0xF21ACC) is known color: Shocking Pink. HEX triplet: F2, 1A and CC. RGB value is (242,26,204). Sum of RGB (Red+Green+Blue) = 242+26+204=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ACC is #0DE533. Grayscale: #6E6E6E. Windows color (decimal): -910644 or 13376242. OLE color: 13376242.
HSL color Cylindrical-coordinate representation of color #F21ACC: hue angle of 310.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21ACC is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.05 |
| HSL | 310.56º | 0.89% | 0.53% | - |
| HSV(B) | 310.56º | 0.89% | 0.95% | - |
| XYZ | 47.89 | 23.98 | 59.23 | - |
| YUV | 110.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 204 | 0 | 0.89 | 0.16 | 0.05 | 310.56 | 0.89 | 0.53 |
| Hex | F2 | 1A | CC | 0 | 59 | 10 | 5 | 137 | 59 | 35 |
| Octal | 362 | 32 | 314 | 0 | 131 | 20 | 5 | 467 | 131 | 65 |
| Binary | 11110010 | 11010 | 11001100 | 0 | 1011001 | 10000 | 101 | 100110111 | 1011001 | 110101 |
Color Harmonies of #F21ACC
Complementary color
Monochromatic Colors of #F21ACC
Black with #F21ACC
Text Example
Text Example
White with #F21ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ACC; }
p { color: rgb(242,26,204); }
H1.HeaderClassName
{
color: #F21ACC;
}
.AnyTagClassName
{
color: #F21ACC;
}
</style>
background-color css
<style>
a { background-color: #F21ACC; }
a { background-color: rgb(242,26,204); }
div.DivClassName
{
background-color: #F21ACC;
}
.BgClassName
{
background-color: #F21ACC;
}
</style>
border-color css
<style>
span { border-color: #F21ACC; }
span { border-color: rgb(242,26,204); }
td.TdClassName
{
border-color: #F21ACC;
}
.TagClassName
{
border-color: #F21ACC;
}
</style>