Shades of Shocking Pink #F21CC9
Tints of Shocking Pink #F21CC9
RGB
CMYK
RGB Variations
Color information
#F21CC9 (or 0xF21CC9) is known color: Shocking Pink. HEX triplet: F2, 1C and C9. RGB value is (242,28,201). Sum of RGB (Red+Green+Blue) = 242+28+201=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CC9 is #0DE336. Grayscale: #6F6F6F. Windows color (decimal): -910135 or 13180146. OLE color: 13180146.
HSL color Cylindrical-coordinate representation of color #F21CC9: hue angle of 311.5º 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 #F21CC9 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 201 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.05 |
| HSL | 311.5º | 0.89% | 0.53% | - |
| HSV(B) | 311.5º | 0.88% | 0.95% | - |
| XYZ | 47.58 | 23.92 | 57.37 | - |
| YUV | 111.71 | 178.4 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 201 | 0 | 0.88 | 0.17 | 0.05 | 311.5 | 0.89 | 0.53 |
| Hex | F2 | 1C | C9 | 0 | 58 | 11 | 5 | 137 | 59 | 35 |
| Octal | 362 | 34 | 311 | 0 | 130 | 21 | 5 | 467 | 131 | 65 |
| Binary | 11110010 | 11100 | 11001001 | 0 | 1011000 | 10001 | 101 | 100110111 | 1011001 | 110101 |
Color Harmonies of #F21CC9
Complementary color
Monochromatic Colors of #F21CC9
Black with #F21CC9
Text Example
Text Example
White with #F21CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CC9; }
p { color: rgb(242,28,201); }
H1.HeaderClassName
{
color: #F21CC9;
}
.AnyTagClassName
{
color: #F21CC9;
}
</style>
background-color css
<style>
a { background-color: #F21CC9; }
a { background-color: rgb(242,28,201); }
div.DivClassName
{
background-color: #F21CC9;
}
.BgClassName
{
background-color: #F21CC9;
}
</style>
border-color css
<style>
span { border-color: #F21CC9; }
span { border-color: rgb(242,28,201); }
td.TdClassName
{
border-color: #F21CC9;
}
.TagClassName
{
border-color: #F21CC9;
}
</style>