Shades of Shocking Pink #F50ABC
Tints of Shocking Pink #F50ABC
RGB
CMYK
RGB Variations
Color information
#F50ABC (or 0xF50ABC) is known color: Shocking Pink. HEX triplet: F5, 0A and BC. RGB value is (245,10,188). Sum of RGB (Red+Green+Blue) = 245+10+188=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ABC is #0AF543. Grayscale: #646464. Windows color (decimal): -718148 or 12323573. OLE color: 12323573.
HSL color Cylindrical-coordinate representation of color #F50ABC: hue angle of 314.55º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50ABC is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.04 |
| HSL | 314.55º | 0.92% | 0.5% | - |
| HSV(B) | 314.55º | 0.96% | 0.96% | - |
| XYZ | 46.84 | 23.26 | 49.6 | - |
| YUV | 100.56 | 177.36 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 188 | 0 | 0.96 | 0.23 | 0.04 | 314.55 | 0.92 | 0.5 |
| Hex | F5 | A | BC | 0 | 60 | 17 | 4 | 13B | 5C | 32 |
| Octal | 365 | 12 | 274 | 0 | 140 | 27 | 4 | 473 | 134 | 62 |
| Binary | 11110101 | 1010 | 10111100 | 0 | 1100000 | 10111 | 100 | 100111011 | 1011100 | 110010 |
Color Harmonies of #F50ABC
Complementary color
Monochromatic Colors of #F50ABC
Black with #F50ABC
Text Example
Text Example
White with #F50ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50ABC; }
p { color: rgb(245,10,188); }
H1.HeaderClassName
{
color: #F50ABC;
}
.AnyTagClassName
{
color: #F50ABC;
}
</style>
background-color css
<style>
a { background-color: #F50ABC; }
a { background-color: rgb(245,10,188); }
div.DivClassName
{
background-color: #F50ABC;
}
.BgClassName
{
background-color: #F50ABC;
}
</style>
border-color css
<style>
span { border-color: #F50ABC; }
span { border-color: rgb(245,10,188); }
td.TdClassName
{
border-color: #F50ABC;
}
.TagClassName
{
border-color: #F50ABC;
}
</style>