Shades of Shocking Pink #F50FCC
Tints of Shocking Pink #F50FCC
RGB
CMYK
RGB Variations
Color information
#F50FCC (or 0xF50FCC) is known color: Shocking Pink. HEX triplet: F5, 0F and CC. RGB value is (245,15,204). Sum of RGB (Red+Green+Blue) = 245+15+204=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FCC is #0AF033. Grayscale: #686868. Windows color (decimal): -716852 or 13373429. OLE color: 13373429.
HSL color Cylindrical-coordinate representation of color #F50FCC: hue angle of 310.7º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FCC is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 204 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.04 |
| HSL | 310.7º | 0.92% | 0.51% | - |
| HSV(B) | 310.7º | 0.94% | 0.96% | - |
| XYZ | 48.73 | 24.11 | 59.21 | - |
| YUV | 105.32 | 183.7 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 204 | 0 | 0.94 | 0.17 | 0.04 | 310.7 | 0.92 | 0.51 |
| Hex | F5 | F | CC | 0 | 5E | 11 | 4 | 137 | 5C | 33 |
| Octal | 365 | 17 | 314 | 0 | 136 | 21 | 4 | 467 | 134 | 63 |
| Binary | 11110101 | 1111 | 11001100 | 0 | 1011110 | 10001 | 100 | 100110111 | 1011100 | 110011 |
Color Harmonies of #F50FCC
Complementary color
Monochromatic Colors of #F50FCC
Black with #F50FCC
Text Example
Text Example
White with #F50FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FCC; }
p { color: rgb(245,15,204); }
H1.HeaderClassName
{
color: #F50FCC;
}
.AnyTagClassName
{
color: #F50FCC;
}
</style>
background-color css
<style>
a { background-color: #F50FCC; }
a { background-color: rgb(245,15,204); }
div.DivClassName
{
background-color: #F50FCC;
}
.BgClassName
{
background-color: #F50FCC;
}
</style>
border-color css
<style>
span { border-color: #F50FCC; }
span { border-color: rgb(245,15,204); }
td.TdClassName
{
border-color: #F50FCC;
}
.TagClassName
{
border-color: #F50FCC;
}
</style>