Shades of Shocking Pink #F21DCE
Tints of Shocking Pink #F21DCE
RGB
CMYK
RGB Variations
Color information
#F21DCE (or 0xF21DCE) is known color: Shocking Pink. HEX triplet: F2, 1D and CE. RGB value is (242,29,206). Sum of RGB (Red+Green+Blue) = 242+29+206=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DCE is #0DE231. Grayscale: #707070. Windows color (decimal): -909874 or 13508082. OLE color: 13508082.
HSL color Cylindrical-coordinate representation of color #F21DCE: hue angle of 310.14º 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 #F21DCE is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 206 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.05 |
| HSL | 310.14º | 0.89% | 0.53% | - |
| HSV(B) | 310.14º | 0.88% | 0.95% | - |
| XYZ | 48.2 | 24.21 | 60.53 | - |
| YUV | 112.87 | 180.57 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 206 | 0 | 0.88 | 0.15 | 0.05 | 310.14 | 0.89 | 0.53 |
| Hex | F2 | 1D | CE | 0 | 58 | F | 5 | 136 | 59 | 35 |
| Octal | 362 | 35 | 316 | 0 | 130 | 17 | 5 | 466 | 131 | 65 |
| Binary | 11110010 | 11101 | 11001110 | 0 | 1011000 | 1111 | 101 | 100110110 | 1011001 | 110101 |
Color Harmonies of #F21DCE
Complementary color
Monochromatic Colors of #F21DCE
Black with #F21DCE
Text Example
Text Example
White with #F21DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DCE; }
p { color: rgb(242,29,206); }
H1.HeaderClassName
{
color: #F21DCE;
}
.AnyTagClassName
{
color: #F21DCE;
}
</style>
background-color css
<style>
a { background-color: #F21DCE; }
a { background-color: rgb(242,29,206); }
div.DivClassName
{
background-color: #F21DCE;
}
.BgClassName
{
background-color: #F21DCE;
}
</style>
border-color css
<style>
span { border-color: #F21DCE; }
span { border-color: rgb(242,29,206); }
td.TdClassName
{
border-color: #F21DCE;
}
.TagClassName
{
border-color: #F21DCE;
}
</style>