Shades of Shocking Pink #F51ED0
Tints of Shocking Pink #F51ED0
RGB
CMYK
RGB Variations
Color information
#F51ED0 (or 0xF51ED0) is known color: Shocking Pink. HEX triplet: F5, 1E and D0. RGB value is (245,30,208). Sum of RGB (Red+Green+Blue) = 245+30+208=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ED0 is #0AE12F. Grayscale: #727272. Windows color (decimal): -713008 or 13639413. OLE color: 13639413.
HSL color Cylindrical-coordinate representation of color #F51ED0: hue angle of 310.33º 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 #F51ED0 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 208 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.04 |
| HSL | 310.33º | 0.91% | 0.54% | - |
| HSV(B) | 310.33º | 0.88% | 0.96% | - |
| XYZ | 49.51 | 24.9 | 61.87 | - |
| YUV | 114.58 | 180.73 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 208 | 0 | 0.88 | 0.15 | 0.04 | 310.33 | 0.91 | 0.54 |
| Hex | F5 | 1E | D0 | 0 | 58 | F | 4 | 136 | 5B | 36 |
| Octal | 365 | 36 | 320 | 0 | 130 | 17 | 4 | 466 | 133 | 66 |
| Binary | 11110101 | 11110 | 11010000 | 0 | 1011000 | 1111 | 100 | 100110110 | 1011011 | 110110 |
Color Harmonies of #F51ED0
Complementary color
Monochromatic Colors of #F51ED0
Black with #F51ED0
Text Example
Text Example
White with #F51ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ED0; }
p { color: rgb(245,30,208); }
H1.HeaderClassName
{
color: #F51ED0;
}
.AnyTagClassName
{
color: #F51ED0;
}
</style>
background-color css
<style>
a { background-color: #F51ED0; }
a { background-color: rgb(245,30,208); }
div.DivClassName
{
background-color: #F51ED0;
}
.BgClassName
{
background-color: #F51ED0;
}
</style>
border-color css
<style>
span { border-color: #F51ED0; }
span { border-color: rgb(245,30,208); }
td.TdClassName
{
border-color: #F51ED0;
}
.TagClassName
{
border-color: #F51ED0;
}
</style>