Shades of Shocking Pink #F21DC9
Tints of Shocking Pink #F21DC9
RGB
CMYK
RGB Variations
Color information
#F21DC9 (or 0xF21DC9) is known color: Shocking Pink. HEX triplet: F2, 1D and C9. RGB value is (242,29,201). Sum of RGB (Red+Green+Blue) = 242+29+201=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DC9 is #0DE236. Grayscale: #6F6F6F. Windows color (decimal): -909879 or 13180402. OLE color: 13180402.
HSL color Cylindrical-coordinate representation of color #F21DC9: hue angle of 311.55º 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 #F21DC9 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 201 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.05 |
| HSL | 311.55º | 0.89% | 0.53% | - |
| HSV(B) | 311.55º | 0.88% | 0.95% | - |
| XYZ | 47.6 | 23.97 | 57.38 | - |
| YUV | 112.3 | 178.07 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 201 | 0 | 0.88 | 0.17 | 0.05 | 311.55 | 0.89 | 0.53 |
| Hex | F2 | 1D | C9 | 0 | 58 | 11 | 5 | 138 | 59 | 35 |
| Octal | 362 | 35 | 311 | 0 | 130 | 21 | 5 | 470 | 131 | 65 |
| Binary | 11110010 | 11101 | 11001001 | 0 | 1011000 | 10001 | 101 | 100111000 | 1011001 | 110101 |
Color Harmonies of #F21DC9
Complementary color
Monochromatic Colors of #F21DC9
Black with #F21DC9
Text Example
Text Example
White with #F21DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DC9; }
p { color: rgb(242,29,201); }
H1.HeaderClassName
{
color: #F21DC9;
}
.AnyTagClassName
{
color: #F21DC9;
}
</style>
background-color css
<style>
a { background-color: #F21DC9; }
a { background-color: rgb(242,29,201); }
div.DivClassName
{
background-color: #F21DC9;
}
.BgClassName
{
background-color: #F21DC9;
}
</style>
border-color css
<style>
span { border-color: #F21DC9; }
span { border-color: rgb(242,29,201); }
td.TdClassName
{
border-color: #F21DC9;
}
.TagClassName
{
border-color: #F21DC9;
}
</style>