Shades of Shocking Pink #F21EBA
Tints of Shocking Pink #F21EBA
RGB
CMYK
RGB Variations
Color information
#F21EBA (or 0xF21EBA) is known color: Shocking Pink. HEX triplet: F2, 1E and BA. RGB value is (242,30,186). Sum of RGB (Red+Green+Blue) = 242+30+186=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21EBA is #0DE145. Grayscale: #6E6E6E. Windows color (decimal): -909638 or 12197618. OLE color: 12197618.
HSL color Cylindrical-coordinate representation of color #F21EBA: hue angle of 315.85º 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 #F21EBA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 186 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.05 |
| HSL | 315.85º | 0.89% | 0.53% | - |
| HSV(B) | 315.85º | 0.88% | 0.95% | - |
| XYZ | 45.95 | 23.35 | 48.54 | - |
| YUV | 111.17 | 170.24 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 186 | 0 | 0.88 | 0.23 | 0.05 | 315.85 | 0.89 | 0.53 |
| Hex | F2 | 1E | BA | 0 | 58 | 17 | 5 | 13C | 59 | 35 |
| Octal | 362 | 36 | 272 | 0 | 130 | 27 | 5 | 474 | 131 | 65 |
| Binary | 11110010 | 11110 | 10111010 | 0 | 1011000 | 10111 | 101 | 100111100 | 1011001 | 110101 |
Color Harmonies of #F21EBA
Complementary color
Monochromatic Colors of #F21EBA
Black with #F21EBA
Text Example
Text Example
White with #F21EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21EBA; }
p { color: rgb(242,30,186); }
H1.HeaderClassName
{
color: #F21EBA;
}
.AnyTagClassName
{
color: #F21EBA;
}
</style>
background-color css
<style>
a { background-color: #F21EBA; }
a { background-color: rgb(242,30,186); }
div.DivClassName
{
background-color: #F21EBA;
}
.BgClassName
{
background-color: #F21EBA;
}
</style>
border-color css
<style>
span { border-color: #F21EBA; }
span { border-color: rgb(242,30,186); }
td.TdClassName
{
border-color: #F21EBA;
}
.TagClassName
{
border-color: #F21EBA;
}
</style>