Shades of Shocking Pink #F21DD4
Tints of Shocking Pink #F21DD4
RGB
CMYK
RGB Variations
Color information
#F21DD4 (or 0xF21DD4) is known color: Shocking Pink. HEX triplet: F2, 1D and D4. RGB value is (242,29,212). Sum of RGB (Red+Green+Blue) = 242+29+212=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DD4 is #0DE22B. Grayscale: #717171. Windows color (decimal): -909868 or 13901298. OLE color: 13901298.
HSL color Cylindrical-coordinate representation of color #F21DD4: hue angle of 308.45º 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 #F21DD4 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 212 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.05 |
| HSL | 308.45º | 0.89% | 0.53% | - |
| HSV(B) | 308.45º | 0.88% | 0.95% | - |
| XYZ | 48.94 | 24.51 | 64.44 | - |
| YUV | 113.55 | 183.57 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 212 | 0 | 0.88 | 0.12 | 0.05 | 308.45 | 0.89 | 0.53 |
| Hex | F2 | 1D | D4 | 0 | 58 | C | 5 | 134 | 59 | 35 |
| Octal | 362 | 35 | 324 | 0 | 130 | 14 | 5 | 464 | 131 | 65 |
| Binary | 11110010 | 11101 | 11010100 | 0 | 1011000 | 1100 | 101 | 100110100 | 1011001 | 110101 |
Color Harmonies of #F21DD4
Complementary color
Monochromatic Colors of #F21DD4
Black with #F21DD4
Text Example
Text Example
White with #F21DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DD4; }
p { color: rgb(242,29,212); }
H1.HeaderClassName
{
color: #F21DD4;
}
.AnyTagClassName
{
color: #F21DD4;
}
</style>
background-color css
<style>
a { background-color: #F21DD4; }
a { background-color: rgb(242,29,212); }
div.DivClassName
{
background-color: #F21DD4;
}
.BgClassName
{
background-color: #F21DD4;
}
</style>
border-color css
<style>
span { border-color: #F21DD4; }
span { border-color: rgb(242,29,212); }
td.TdClassName
{
border-color: #F21DD4;
}
.TagClassName
{
border-color: #F21DD4;
}
</style>