Shades of Shocking Pink #F21DCA
Tints of Shocking Pink #F21DCA
RGB
CMYK
RGB Variations
Color information
#F21DCA (or 0xF21DCA) is known color: Shocking Pink. HEX triplet: F2, 1D and CA. RGB value is (242,29,202). Sum of RGB (Red+Green+Blue) = 242+29+202=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DCA is #0DE235. Grayscale: #6F6F6F. Windows color (decimal): -909878 or 13245938. OLE color: 13245938.
HSL color Cylindrical-coordinate representation of color #F21DCA: hue angle of 311.27º 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 #F21DCA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 202 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.05 |
| HSL | 311.27º | 0.89% | 0.53% | - |
| HSV(B) | 311.27º | 0.88% | 0.95% | - |
| XYZ | 47.72 | 24.02 | 58 | - |
| YUV | 112.41 | 178.57 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 202 | 0 | 0.88 | 0.17 | 0.05 | 311.27 | 0.89 | 0.53 |
| Hex | F2 | 1D | CA | 0 | 58 | 11 | 5 | 137 | 59 | 35 |
| Octal | 362 | 35 | 312 | 0 | 130 | 21 | 5 | 467 | 131 | 65 |
| Binary | 11110010 | 11101 | 11001010 | 0 | 1011000 | 10001 | 101 | 100110111 | 1011001 | 110101 |
Color Harmonies of #F21DCA
Complementary color
Monochromatic Colors of #F21DCA
Black with #F21DCA
Text Example
Text Example
White with #F21DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DCA; }
p { color: rgb(242,29,202); }
H1.HeaderClassName
{
color: #F21DCA;
}
.AnyTagClassName
{
color: #F21DCA;
}
</style>
background-color css
<style>
a { background-color: #F21DCA; }
a { background-color: rgb(242,29,202); }
div.DivClassName
{
background-color: #F21DCA;
}
.BgClassName
{
background-color: #F21DCA;
}
</style>
border-color css
<style>
span { border-color: #F21DCA; }
span { border-color: rgb(242,29,202); }
td.TdClassName
{
border-color: #F21DCA;
}
.TagClassName
{
border-color: #F21DCA;
}
</style>