Shades of Shocking Pink #F21DD1
Tints of Shocking Pink #F21DD1
RGB
CMYK
RGB Variations
Color information
#F21DD1 (or 0xF21DD1) is known color: Shocking Pink. HEX triplet: F2, 1D and D1. RGB value is (242,29,209). Sum of RGB (Red+Green+Blue) = 242+29+209=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DD1 is #0DE22E. Grayscale: #707070. Windows color (decimal): -909871 or 13704690. OLE color: 13704690.
HSL color Cylindrical-coordinate representation of color #F21DD1: hue angle of 309.3º 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 #F21DD1 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 209 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.3º | 0.89% | 0.53% | - |
| HSV(B) | 309.3º | 0.88% | 0.95% | - |
| XYZ | 48.57 | 24.36 | 62.46 | - |
| YUV | 113.21 | 182.07 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 209 | 0 | 0.88 | 0.14 | 0.05 | 309.3 | 0.89 | 0.53 |
| Hex | F2 | 1D | D1 | 0 | 58 | E | 5 | 135 | 59 | 35 |
| Octal | 362 | 35 | 321 | 0 | 130 | 16 | 5 | 465 | 131 | 65 |
| Binary | 11110010 | 11101 | 11010001 | 0 | 1011000 | 1110 | 101 | 100110101 | 1011001 | 110101 |
Color Harmonies of #F21DD1
Complementary color
Monochromatic Colors of #F21DD1
Black with #F21DD1
Text Example
Text Example
White with #F21DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DD1; }
p { color: rgb(242,29,209); }
H1.HeaderClassName
{
color: #F21DD1;
}
.AnyTagClassName
{
color: #F21DD1;
}
</style>
background-color css
<style>
a { background-color: #F21DD1; }
a { background-color: rgb(242,29,209); }
div.DivClassName
{
background-color: #F21DD1;
}
.BgClassName
{
background-color: #F21DD1;
}
</style>
border-color css
<style>
span { border-color: #F21DD1; }
span { border-color: rgb(242,29,209); }
td.TdClassName
{
border-color: #F21DD1;
}
.TagClassName
{
border-color: #F21DD1;
}
</style>