Shades of Shocking Pink #F51ECD
Tints of Shocking Pink #F51ECD
RGB
CMYK
RGB Variations
Color information
#F51ECD (or 0xF51ECD) is known color: Shocking Pink. HEX triplet: F5, 1E and CD. RGB value is (245,30,205). Sum of RGB (Red+Green+Blue) = 245+30+205=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ECD is #0AE132. Grayscale: #717171. Windows color (decimal): -713011 or 13442805. OLE color: 13442805.
HSL color Cylindrical-coordinate representation of color #F51ECD: hue angle of 311.16º 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 #F51ECD is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 205 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.04 |
| HSL | 311.16º | 0.91% | 0.54% | - |
| HSV(B) | 311.16º | 0.88% | 0.96% | - |
| XYZ | 49.14 | 24.75 | 59.94 | - |
| YUV | 114.24 | 179.23 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 205 | 0 | 0.88 | 0.16 | 0.04 | 311.16 | 0.91 | 0.54 |
| Hex | F5 | 1E | CD | 0 | 58 | 10 | 4 | 137 | 5B | 36 |
| Octal | 365 | 36 | 315 | 0 | 130 | 20 | 4 | 467 | 133 | 66 |
| Binary | 11110101 | 11110 | 11001101 | 0 | 1011000 | 10000 | 100 | 100110111 | 1011011 | 110110 |
Color Harmonies of #F51ECD
Complementary color
Monochromatic Colors of #F51ECD
Black with #F51ECD
Text Example
Text Example
White with #F51ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ECD; }
p { color: rgb(245,30,205); }
H1.HeaderClassName
{
color: #F51ECD;
}
.AnyTagClassName
{
color: #F51ECD;
}
</style>
background-color css
<style>
a { background-color: #F51ECD; }
a { background-color: rgb(245,30,205); }
div.DivClassName
{
background-color: #F51ECD;
}
.BgClassName
{
background-color: #F51ECD;
}
</style>
border-color css
<style>
span { border-color: #F51ECD; }
span { border-color: rgb(245,30,205); }
td.TdClassName
{
border-color: #F51ECD;
}
.TagClassName
{
border-color: #F51ECD;
}
</style>