Shades of Shocking Pink #F21ECB
Tints of Shocking Pink #F21ECB
RGB
CMYK
RGB Variations
Color information
#F21ECB (or 0xF21ECB) is known color: Shocking Pink. HEX triplet: F2, 1E and CB. RGB value is (242,30,203). Sum of RGB (Red+Green+Blue) = 242+30+203=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ECB is #0DE134. Grayscale: #707070. Windows color (decimal): -909621 or 13311730. OLE color: 13311730.
HSL color Cylindrical-coordinate representation of color #F21ECB: hue angle of 311.04º 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 #F21ECB is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 203 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.05 |
| HSL | 311.04º | 0.89% | 0.53% | - |
| HSV(B) | 311.04º | 0.88% | 0.95% | - |
| XYZ | 47.86 | 24.12 | 58.63 | - |
| YUV | 113.11 | 178.74 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 203 | 0 | 0.88 | 0.16 | 0.05 | 311.04 | 0.89 | 0.53 |
| Hex | F2 | 1E | CB | 0 | 58 | 10 | 5 | 137 | 59 | 35 |
| Octal | 362 | 36 | 313 | 0 | 130 | 20 | 5 | 467 | 131 | 65 |
| Binary | 11110010 | 11110 | 11001011 | 0 | 1011000 | 10000 | 101 | 100110111 | 1011001 | 110101 |
Color Harmonies of #F21ECB
Complementary color
Monochromatic Colors of #F21ECB
Black with #F21ECB
Text Example
Text Example
White with #F21ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ECB; }
p { color: rgb(242,30,203); }
H1.HeaderClassName
{
color: #F21ECB;
}
.AnyTagClassName
{
color: #F21ECB;
}
</style>
background-color css
<style>
a { background-color: #F21ECB; }
a { background-color: rgb(242,30,203); }
div.DivClassName
{
background-color: #F21ECB;
}
.BgClassName
{
background-color: #F21ECB;
}
</style>
border-color css
<style>
span { border-color: #F21ECB; }
span { border-color: rgb(242,30,203); }
td.TdClassName
{
border-color: #F21ECB;
}
.TagClassName
{
border-color: #F21ECB;
}
</style>