Shades of Shocking Pink #F21ED1
Tints of Shocking Pink #F21ED1
RGB
CMYK
RGB Variations
Color information
#F21ED1 (or 0xF21ED1) is known color: Shocking Pink. HEX triplet: F2, 1E and D1. RGB value is (242,30,209). Sum of RGB (Red+Green+Blue) = 242+30+209=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ED1 is #0DE12E. Grayscale: #717171. Windows color (decimal): -909615 or 13704946. OLE color: 13704946.
HSL color Cylindrical-coordinate representation of color #F21ED1: hue angle of 309.34º 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 #F21ED1 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 209 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.34º | 0.89% | 0.53% | - |
| HSV(B) | 309.34º | 0.88% | 0.95% | - |
| XYZ | 48.59 | 24.41 | 62.47 | - |
| YUV | 113.79 | 181.74 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 209 | 0 | 0.88 | 0.14 | 0.05 | 309.34 | 0.89 | 0.53 |
| Hex | F2 | 1E | D1 | 0 | 58 | E | 5 | 135 | 59 | 35 |
| Octal | 362 | 36 | 321 | 0 | 130 | 16 | 5 | 465 | 131 | 65 |
| Binary | 11110010 | 11110 | 11010001 | 0 | 1011000 | 1110 | 101 | 100110101 | 1011001 | 110101 |
Color Harmonies of #F21ED1
Complementary color
Monochromatic Colors of #F21ED1
Black with #F21ED1
Text Example
Text Example
White with #F21ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ED1; }
p { color: rgb(242,30,209); }
H1.HeaderClassName
{
color: #F21ED1;
}
.AnyTagClassName
{
color: #F21ED1;
}
</style>
background-color css
<style>
a { background-color: #F21ED1; }
a { background-color: rgb(242,30,209); }
div.DivClassName
{
background-color: #F21ED1;
}
.BgClassName
{
background-color: #F21ED1;
}
</style>
border-color css
<style>
span { border-color: #F21ED1; }
span { border-color: rgb(242,30,209); }
td.TdClassName
{
border-color: #F21ED1;
}
.TagClassName
{
border-color: #F21ED1;
}
</style>