Shades of Shocking Pink #F512C3
Tints of Shocking Pink #F512C3
RGB
CMYK
RGB Variations
Color information
#F512C3 (or 0xF512C3) is known color: Shocking Pink. HEX triplet: F5, 12 and C3. RGB value is (245,18,195). Sum of RGB (Red+Green+Blue) = 245+18+195=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F512C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512C3 is #0AED3C. Grayscale: #696969. Windows color (decimal): -716093 or 12784373. OLE color: 12784373.
HSL color Cylindrical-coordinate representation of color #F512C3: hue angle of 313.22º 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 #F512C3 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 195 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.04 |
| HSL | 313.22º | 0.92% | 0.52% | - |
| HSV(B) | 313.22º | 0.93% | 0.96% | - |
| XYZ | 47.72 | 23.79 | 53.71 | - |
| YUV | 106.05 | 178.21 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 195 | 0 | 0.93 | 0.20 | 0.04 | 313.22 | 0.92 | 0.52 |
| Hex | F5 | 12 | C3 | 0 | 5D | 14 | 4 | 139 | 5C | 34 |
| Octal | 365 | 22 | 303 | 0 | 135 | 24 | 4 | 471 | 134 | 64 |
| Binary | 11110101 | 10010 | 11000011 | 0 | 1011101 | 10100 | 100 | 100111001 | 1011100 | 110100 |
Color Harmonies of #F512C3
Complementary color
Monochromatic Colors of #F512C3
Black with #F512C3
Text Example
Text Example
White with #F512C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512C3; }
p { color: rgb(245,18,195); }
H1.HeaderClassName
{
color: #F512C3;
}
.AnyTagClassName
{
color: #F512C3;
}
</style>
background-color css
<style>
a { background-color: #F512C3; }
a { background-color: rgb(245,18,195); }
div.DivClassName
{
background-color: #F512C3;
}
.BgClassName
{
background-color: #F512C3;
}
</style>
border-color css
<style>
span { border-color: #F512C3; }
span { border-color: rgb(245,18,195); }
td.TdClassName
{
border-color: #F512C3;
}
.TagClassName
{
border-color: #F512C3;
}
</style>