Shades of Shocking Pink #F21EBC
Tints of Shocking Pink #F21EBC
RGB
CMYK
RGB Variations
Color information
#F21EBC (or 0xF21EBC) is known color: Shocking Pink. HEX triplet: F2, 1E and BC. RGB value is (242,30,188). Sum of RGB (Red+Green+Blue) = 242+30+188=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21EBC is #0DE143. Grayscale: #6E6E6E. Windows color (decimal): -909636 or 12328690. OLE color: 12328690.
HSL color Cylindrical-coordinate representation of color #F21EBC: hue angle of 315.28º 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 #F21EBC is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 188 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.05 |
| HSL | 315.28º | 0.89% | 0.53% | - |
| HSV(B) | 315.28º | 0.88% | 0.95% | - |
| XYZ | 46.16 | 23.44 | 49.67 | - |
| YUV | 111.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 188 | 0 | 0.88 | 0.22 | 0.05 | 315.28 | 0.89 | 0.53 |
| Hex | F2 | 1E | BC | 0 | 58 | 16 | 5 | 13B | 59 | 35 |
| Octal | 362 | 36 | 274 | 0 | 130 | 26 | 5 | 473 | 131 | 65 |
| Binary | 11110010 | 11110 | 10111100 | 0 | 1011000 | 10110 | 101 | 100111011 | 1011001 | 110101 |
Color Harmonies of #F21EBC
Complementary color
Monochromatic Colors of #F21EBC
Black with #F21EBC
Text Example
Text Example
White with #F21EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21EBC; }
p { color: rgb(242,30,188); }
H1.HeaderClassName
{
color: #F21EBC;
}
.AnyTagClassName
{
color: #F21EBC;
}
</style>
background-color css
<style>
a { background-color: #F21EBC; }
a { background-color: rgb(242,30,188); }
div.DivClassName
{
background-color: #F21EBC;
}
.BgClassName
{
background-color: #F21EBC;
}
</style>
border-color css
<style>
span { border-color: #F21EBC; }
span { border-color: rgb(242,30,188); }
td.TdClassName
{
border-color: #F21EBC;
}
.TagClassName
{
border-color: #F21EBC;
}
</style>