Shades of Shocking Pink #F21ECF
Tints of Shocking Pink #F21ECF
RGB
CMYK
RGB Variations
Color information
#F21ECF (or 0xF21ECF) is known color: Shocking Pink. HEX triplet: F2, 1E and CF. RGB value is (242,30,207). Sum of RGB (Red+Green+Blue) = 242+30+207=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ECF is #0DE130. Grayscale: #717171. Windows color (decimal): -909617 or 13573874. OLE color: 13573874.
HSL color Cylindrical-coordinate representation of color #F21ECF: hue angle of 309.91º 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 #F21ECF is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 207 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.91º | 0.89% | 0.53% | - |
| HSV(B) | 309.91º | 0.88% | 0.95% | - |
| XYZ | 48.34 | 24.31 | 61.18 | - |
| YUV | 113.57 | 180.74 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 207 | 0 | 0.88 | 0.14 | 0.05 | 309.91 | 0.89 | 0.53 |
| Hex | F2 | 1E | CF | 0 | 58 | E | 5 | 136 | 59 | 35 |
| Octal | 362 | 36 | 317 | 0 | 130 | 16 | 5 | 466 | 131 | 65 |
| Binary | 11110010 | 11110 | 11001111 | 0 | 1011000 | 1110 | 101 | 100110110 | 1011001 | 110101 |
Color Harmonies of #F21ECF
Complementary color
Monochromatic Colors of #F21ECF
Black with #F21ECF
Text Example
Text Example
White with #F21ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ECF; }
p { color: rgb(242,30,207); }
H1.HeaderClassName
{
color: #F21ECF;
}
.AnyTagClassName
{
color: #F21ECF;
}
</style>
background-color css
<style>
a { background-color: #F21ECF; }
a { background-color: rgb(242,30,207); }
div.DivClassName
{
background-color: #F21ECF;
}
.BgClassName
{
background-color: #F21ECF;
}
</style>
border-color css
<style>
span { border-color: #F21ECF; }
span { border-color: rgb(242,30,207); }
td.TdClassName
{
border-color: #F21ECF;
}
.TagClassName
{
border-color: #F21ECF;
}
</style>