Shades of Shocking Pink #F512C0
Tints of Shocking Pink #F512C0
RGB
CMYK
RGB Variations
Color information
#F512C0 (or 0xF512C0) is known color: Shocking Pink. HEX triplet: F5, 12 and C0. RGB value is (245,18,192). Sum of RGB (Red+Green+Blue) = 245+18+192=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F512C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512C0 is #0AED3F. Grayscale: #696969. Windows color (decimal): -716096 or 12587765. OLE color: 12587765.
HSL color Cylindrical-coordinate representation of color #F512C0: hue angle of 314.01º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512C0 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 192 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.04 |
| HSL | 314.01º | 0.92% | 0.52% | - |
| HSV(B) | 314.01º | 0.93% | 0.96% | - |
| XYZ | 47.39 | 23.65 | 51.94 | - |
| YUV | 105.71 | 176.71 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 192 | 0 | 0.93 | 0.22 | 0.04 | 314.01 | 0.92 | 0.52 |
| Hex | F5 | 12 | C0 | 0 | 5D | 16 | 4 | 13A | 5C | 34 |
| Octal | 365 | 22 | 300 | 0 | 135 | 26 | 4 | 472 | 134 | 64 |
| Binary | 11110101 | 10010 | 11000000 | 0 | 1011101 | 10110 | 100 | 100111010 | 1011100 | 110100 |
Color Harmonies of #F512C0
Complementary color
Monochromatic Colors of #F512C0
Black with #F512C0
Text Example
Text Example
White with #F512C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512C0; }
p { color: rgb(245,18,192); }
H1.HeaderClassName
{
color: #F512C0;
}
.AnyTagClassName
{
color: #F512C0;
}
</style>
background-color css
<style>
a { background-color: #F512C0; }
a { background-color: rgb(245,18,192); }
div.DivClassName
{
background-color: #F512C0;
}
.BgClassName
{
background-color: #F512C0;
}
</style>
border-color css
<style>
span { border-color: #F512C0; }
span { border-color: rgb(245,18,192); }
td.TdClassName
{
border-color: #F512C0;
}
.TagClassName
{
border-color: #F512C0;
}
</style>