Shades of Shocking Pink #F10EBC
Tints of Shocking Pink #F10EBC
RGB
CMYK
RGB Variations
Color information
#F10EBC (or 0xF10EBC) is known color: Shocking Pink. HEX triplet: F1, 0E and BC. RGB value is (241,14,188). Sum of RGB (Red+Green+Blue) = 241+14+188=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10EBC is #0EF143. Grayscale: #656565. Windows color (decimal): -979268 or 12324593. OLE color: 12324593.
HSL color Cylindrical-coordinate representation of color #F10EBC: hue angle of 314.01º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10EBC is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.05 |
| HSL | 314.01º | 0.89% | 0.5% | - |
| HSV(B) | 314.01º | 0.94% | 0.95% | - |
| XYZ | 45.51 | 22.65 | 49.55 | - |
| YUV | 101.71 | 176.71 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 188 | 0 | 0.94 | 0.22 | 0.05 | 314.01 | 0.89 | 0.5 |
| Hex | F1 | E | BC | 0 | 5E | 16 | 5 | 13A | 59 | 32 |
| Octal | 361 | 16 | 274 | 0 | 136 | 26 | 5 | 472 | 131 | 62 |
| Binary | 11110001 | 1110 | 10111100 | 0 | 1011110 | 10110 | 101 | 100111010 | 1011001 | 110010 |
Color Harmonies of #F10EBC
Complementary color
Monochromatic Colors of #F10EBC
Black with #F10EBC
Text Example
Text Example
White with #F10EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EBC; }
p { color: rgb(241,14,188); }
H1.HeaderClassName
{
color: #F10EBC;
}
.AnyTagClassName
{
color: #F10EBC;
}
</style>
background-color css
<style>
a { background-color: #F10EBC; }
a { background-color: rgb(241,14,188); }
div.DivClassName
{
background-color: #F10EBC;
}
.BgClassName
{
background-color: #F10EBC;
}
</style>
border-color css
<style>
span { border-color: #F10EBC; }
span { border-color: rgb(241,14,188); }
td.TdClassName
{
border-color: #F10EBC;
}
.TagClassName
{
border-color: #F10EBC;
}
</style>