Shades of Shocking Pink #F21DD0
Tints of Shocking Pink #F21DD0
RGB
CMYK
RGB Variations
Color information
#F21DD0 (or 0xF21DD0) is known color: Shocking Pink. HEX triplet: F2, 1D and D0. RGB value is (242,29,208). Sum of RGB (Red+Green+Blue) = 242+29+208=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DD0 is #0DE22F. Grayscale: #707070. Windows color (decimal): -909872 or 13639154. OLE color: 13639154.
HSL color Cylindrical-coordinate representation of color #F21DD0: hue angle of 309.58º 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 #F21DD0 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 208 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.58º | 0.89% | 0.53% | - |
| HSV(B) | 309.58º | 0.88% | 0.95% | - |
| XYZ | 48.44 | 24.31 | 61.81 | - |
| YUV | 113.09 | 181.57 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 208 | 0 | 0.88 | 0.14 | 0.05 | 309.58 | 0.89 | 0.53 |
| Hex | F2 | 1D | D0 | 0 | 58 | E | 5 | 136 | 59 | 35 |
| Octal | 362 | 35 | 320 | 0 | 130 | 16 | 5 | 466 | 131 | 65 |
| Binary | 11110010 | 11101 | 11010000 | 0 | 1011000 | 1110 | 101 | 100110110 | 1011001 | 110101 |
Color Harmonies of #F21DD0
Complementary color
Monochromatic Colors of #F21DD0
Black with #F21DD0
Text Example
Text Example
White with #F21DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DD0; }
p { color: rgb(242,29,208); }
H1.HeaderClassName
{
color: #F21DD0;
}
.AnyTagClassName
{
color: #F21DD0;
}
</style>
background-color css
<style>
a { background-color: #F21DD0; }
a { background-color: rgb(242,29,208); }
div.DivClassName
{
background-color: #F21DD0;
}
.BgClassName
{
background-color: #F21DD0;
}
</style>
border-color css
<style>
span { border-color: #F21DD0; }
span { border-color: rgb(242,29,208); }
td.TdClassName
{
border-color: #F21DD0;
}
.TagClassName
{
border-color: #F21DD0;
}
</style>