Shades of Shocking Pink #F21EC1
Tints of Shocking Pink #F21EC1
RGB
CMYK
RGB Variations
Color information
#F21EC1 (or 0xF21EC1) is known color: Shocking Pink. HEX triplet: F2, 1E and C1. RGB value is (242,30,193). Sum of RGB (Red+Green+Blue) = 242+30+193=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21EC1 is #0DE13E. Grayscale: #6F6F6F. Windows color (decimal): -909631 or 12656370. OLE color: 12656370.
HSL color Cylindrical-coordinate representation of color #F21EC1: hue angle of 313.87º 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 #F21EC1 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 193 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.05 |
| HSL | 313.87º | 0.89% | 0.53% | - |
| HSV(B) | 313.87º | 0.88% | 0.95% | - |
| XYZ | 46.71 | 23.66 | 52.56 | - |
| YUV | 111.97 | 173.74 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 193 | 0 | 0.88 | 0.20 | 0.05 | 313.87 | 0.89 | 0.53 |
| Hex | F2 | 1E | C1 | 0 | 58 | 14 | 5 | 13A | 59 | 35 |
| Octal | 362 | 36 | 301 | 0 | 130 | 24 | 5 | 472 | 131 | 65 |
| Binary | 11110010 | 11110 | 11000001 | 0 | 1011000 | 10100 | 101 | 100111010 | 1011001 | 110101 |
Color Harmonies of #F21EC1
Complementary color
Monochromatic Colors of #F21EC1
Black with #F21EC1
Text Example
Text Example
White with #F21EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21EC1; }
p { color: rgb(242,30,193); }
H1.HeaderClassName
{
color: #F21EC1;
}
.AnyTagClassName
{
color: #F21EC1;
}
</style>
background-color css
<style>
a { background-color: #F21EC1; }
a { background-color: rgb(242,30,193); }
div.DivClassName
{
background-color: #F21EC1;
}
.BgClassName
{
background-color: #F21EC1;
}
</style>
border-color css
<style>
span { border-color: #F21EC1; }
span { border-color: rgb(242,30,193); }
td.TdClassName
{
border-color: #F21EC1;
}
.TagClassName
{
border-color: #F21EC1;
}
</style>