Shades of Shocking Pink #F50EBE
Tints of Shocking Pink #F50EBE
RGB
CMYK
RGB Variations
Color information
#F50EBE (or 0xF50EBE) is known color: Shocking Pink. HEX triplet: F5, 0E and BE. RGB value is (245,14,190). Sum of RGB (Red+Green+Blue) = 245+14+190=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50EBE is #0AF141. Grayscale: #666666. Windows color (decimal): -717122 or 12455669. OLE color: 12455669.
HSL color Cylindrical-coordinate representation of color #F50EBE: hue angle of 314.29º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50EBE is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.04 |
| HSL | 314.29º | 0.92% | 0.51% | - |
| HSV(B) | 314.29º | 0.94% | 0.96% | - |
| XYZ | 47.11 | 23.44 | 50.76 | - |
| YUV | 103.13 | 177.03 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 190 | 0 | 0.94 | 0.22 | 0.04 | 314.29 | 0.92 | 0.51 |
| Hex | F5 | E | BE | 0 | 5E | 16 | 4 | 13A | 5C | 33 |
| Octal | 365 | 16 | 276 | 0 | 136 | 26 | 4 | 472 | 134 | 63 |
| Binary | 11110101 | 1110 | 10111110 | 0 | 1011110 | 10110 | 100 | 100111010 | 1011100 | 110011 |
Color Harmonies of #F50EBE
Complementary color
Monochromatic Colors of #F50EBE
Black with #F50EBE
Text Example
Text Example
White with #F50EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50EBE; }
p { color: rgb(245,14,190); }
H1.HeaderClassName
{
color: #F50EBE;
}
.AnyTagClassName
{
color: #F50EBE;
}
</style>
background-color css
<style>
a { background-color: #F50EBE; }
a { background-color: rgb(245,14,190); }
div.DivClassName
{
background-color: #F50EBE;
}
.BgClassName
{
background-color: #F50EBE;
}
</style>
border-color css
<style>
span { border-color: #F50EBE; }
span { border-color: rgb(245,14,190); }
td.TdClassName
{
border-color: #F50EBE;
}
.TagClassName
{
border-color: #F50EBE;
}
</style>