Shades of Shocking Pink #F50CB0
Tints of Shocking Pink #F50CB0
RGB
CMYK
RGB Variations
Color information
#F50CB0 (or 0xF50CB0) is known color: Shocking Pink. HEX triplet: F5, 0C and B0. RGB value is (245,12,176). Sum of RGB (Red+Green+Blue) = 245+12+176=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50CB0 is #0AF34F. Grayscale: #636363. Windows color (decimal): -717648 or 11537653. OLE color: 11537653.
HSL color Cylindrical-coordinate representation of color #F50CB0: hue angle of 317.77º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CB0 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 176 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.04 |
| HSL | 317.77º | 0.92% | 0.5% | - |
| HSV(B) | 317.77º | 0.95% | 0.96% | - |
| XYZ | 45.62 | 22.81 | 43.07 | - |
| YUV | 100.36 | 170.69 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 176 | 0 | 0.95 | 0.28 | 0.04 | 317.77 | 0.92 | 0.5 |
| Hex | F5 | C | B0 | 0 | 5F | 1C | 4 | 13E | 5C | 32 |
| Octal | 365 | 14 | 260 | 0 | 137 | 34 | 4 | 476 | 134 | 62 |
| Binary | 11110101 | 1100 | 10110000 | 0 | 1011111 | 11100 | 100 | 100111110 | 1011100 | 110010 |
Color Harmonies of #F50CB0
Complementary color
Monochromatic Colors of #F50CB0
Black with #F50CB0
Text Example
Text Example
White with #F50CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CB0; }
p { color: rgb(245,12,176); }
H1.HeaderClassName
{
color: #F50CB0;
}
.AnyTagClassName
{
color: #F50CB0;
}
</style>
background-color css
<style>
a { background-color: #F50CB0; }
a { background-color: rgb(245,12,176); }
div.DivClassName
{
background-color: #F50CB0;
}
.BgClassName
{
background-color: #F50CB0;
}
</style>
border-color css
<style>
span { border-color: #F50CB0; }
span { border-color: rgb(245,12,176); }
td.TdClassName
{
border-color: #F50CB0;
}
.TagClassName
{
border-color: #F50CB0;
}
</style>