Shades of Shocking Pink #F51EC6
Tints of Shocking Pink #F51EC6
RGB
CMYK
RGB Variations
Color information
#F51EC6 (or 0xF51EC6) is known color: Shocking Pink. HEX triplet: F5, 1E and C6. RGB value is (245,30,198). Sum of RGB (Red+Green+Blue) = 245+30+198=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EC6 is #0AE139. Grayscale: #707070. Windows color (decimal): -713018 or 12984053. OLE color: 12984053.
HSL color Cylindrical-coordinate representation of color #F51EC6: hue angle of 313.12º 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 #F51EC6 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 198 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.04 |
| HSL | 313.12º | 0.91% | 0.54% | - |
| HSV(B) | 313.12º | 0.88% | 0.96% | - |
| XYZ | 48.31 | 24.42 | 55.59 | - |
| YUV | 113.44 | 175.73 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 198 | 0 | 0.88 | 0.19 | 0.04 | 313.12 | 0.91 | 0.54 |
| Hex | F5 | 1E | C6 | 0 | 58 | 13 | 4 | 139 | 5B | 36 |
| Octal | 365 | 36 | 306 | 0 | 130 | 23 | 4 | 471 | 133 | 66 |
| Binary | 11110101 | 11110 | 11000110 | 0 | 1011000 | 10011 | 100 | 100111001 | 1011011 | 110110 |
Color Harmonies of #F51EC6
Complementary color
Monochromatic Colors of #F51EC6
Black with #F51EC6
Text Example
Text Example
White with #F51EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EC6; }
p { color: rgb(245,30,198); }
H1.HeaderClassName
{
color: #F51EC6;
}
.AnyTagClassName
{
color: #F51EC6;
}
</style>
background-color css
<style>
a { background-color: #F51EC6; }
a { background-color: rgb(245,30,198); }
div.DivClassName
{
background-color: #F51EC6;
}
.BgClassName
{
background-color: #F51EC6;
}
</style>
border-color css
<style>
span { border-color: #F51EC6; }
span { border-color: rgb(245,30,198); }
td.TdClassName
{
border-color: #F51EC6;
}
.TagClassName
{
border-color: #F51EC6;
}
</style>