Shades of Shocking Pink #F51EC5
Tints of Shocking Pink #F51EC5
RGB
CMYK
RGB Variations
Color information
#F51EC5 (or 0xF51EC5) is known color: Shocking Pink. HEX triplet: F5, 1E and C5. RGB value is (245,30,197). Sum of RGB (Red+Green+Blue) = 245+30+197=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EC5 is #0AE13A. Grayscale: #707070. Windows color (decimal): -713019 or 12918517. OLE color: 12918517.
HSL color Cylindrical-coordinate representation of color #F51EC5: hue angle of 313.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EC5 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 197 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.04 |
| HSL | 313.4º | 0.91% | 0.54% | - |
| HSV(B) | 313.4º | 0.88% | 0.96% | - |
| XYZ | 48.2 | 24.37 | 54.99 | - |
| YUV | 113.32 | 175.23 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 197 | 0 | 0.88 | 0.20 | 0.04 | 313.4 | 0.91 | 0.54 |
| Hex | F5 | 1E | C5 | 0 | 58 | 14 | 4 | 139 | 5B | 36 |
| Octal | 365 | 36 | 305 | 0 | 130 | 24 | 4 | 471 | 133 | 66 |
| Binary | 11110101 | 11110 | 11000101 | 0 | 1011000 | 10100 | 100 | 100111001 | 1011011 | 110110 |
Color Harmonies of #F51EC5
Complementary color
Monochromatic Colors of #F51EC5
Black with #F51EC5
Text Example
Text Example
White with #F51EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EC5; }
p { color: rgb(245,30,197); }
H1.HeaderClassName
{
color: #F51EC5;
}
.AnyTagClassName
{
color: #F51EC5;
}
</style>
background-color css
<style>
a { background-color: #F51EC5; }
a { background-color: rgb(245,30,197); }
div.DivClassName
{
background-color: #F51EC5;
}
.BgClassName
{
background-color: #F51EC5;
}
</style>
border-color css
<style>
span { border-color: #F51EC5; }
span { border-color: rgb(245,30,197); }
td.TdClassName
{
border-color: #F51EC5;
}
.TagClassName
{
border-color: #F51EC5;
}
</style>