Shades of Shocking Pink #F21DD2
Tints of Shocking Pink #F21DD2
RGB
CMYK
RGB Variations
Color information
#F21DD2 (or 0xF21DD2) is known color: Shocking Pink. HEX triplet: F2, 1D and D2. RGB value is (242,29,210). Sum of RGB (Red+Green+Blue) = 242+29+210=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DD2 is #0DE22D. Grayscale: #707070. Windows color (decimal): -909870 or 13770226. OLE color: 13770226.
HSL color Cylindrical-coordinate representation of color #F21DD2: hue angle of 309.01º 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 #F21DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 210 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.05 |
| HSL | 309.01º | 0.89% | 0.53% | - |
| HSV(B) | 309.01º | 0.88% | 0.95% | - |
| XYZ | 48.69 | 24.41 | 63.12 | - |
| YUV | 113.32 | 182.57 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 210 | 0 | 0.88 | 0.13 | 0.05 | 309.01 | 0.89 | 0.53 |
| Hex | F2 | 1D | D2 | 0 | 58 | D | 5 | 135 | 59 | 35 |
| Octal | 362 | 35 | 322 | 0 | 130 | 15 | 5 | 465 | 131 | 65 |
| Binary | 11110010 | 11101 | 11010010 | 0 | 1011000 | 1101 | 101 | 100110101 | 1011001 | 110101 |
Color Harmonies of #F21DD2
Complementary color
Monochromatic Colors of #F21DD2
Black with #F21DD2
Text Example
Text Example
White with #F21DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DD2; }
p { color: rgb(242,29,210); }
H1.HeaderClassName
{
color: #F21DD2;
}
.AnyTagClassName
{
color: #F21DD2;
}
</style>
background-color css
<style>
a { background-color: #F21DD2; }
a { background-color: rgb(242,29,210); }
div.DivClassName
{
background-color: #F21DD2;
}
.BgClassName
{
background-color: #F21DD2;
}
</style>
border-color css
<style>
span { border-color: #F21DD2; }
span { border-color: rgb(242,29,210); }
td.TdClassName
{
border-color: #F21DD2;
}
.TagClassName
{
border-color: #F21DD2;
}
</style>