Shades of Shocking Pink #F512C7
Tints of Shocking Pink #F512C7
RGB
CMYK
RGB Variations
Color information
#F512C7 (or 0xF512C7) is known color: Shocking Pink. HEX triplet: F5, 12 and C7. RGB value is (245,18,199). Sum of RGB (Red+Green+Blue) = 245+18+199=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F512C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512C7 is #0AED38. Grayscale: #6A6A6A. Windows color (decimal): -716089 or 13046517. OLE color: 13046517.
HSL color Cylindrical-coordinate representation of color #F512C7: hue angle of 312.16º 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 #F512C7 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 199 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.04 |
| HSL | 312.16º | 0.92% | 0.52% | - |
| HSV(B) | 312.16º | 0.93% | 0.96% | - |
| XYZ | 48.18 | 23.97 | 56.12 | - |
| YUV | 106.51 | 180.21 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 199 | 0 | 0.93 | 0.19 | 0.04 | 312.16 | 0.92 | 0.52 |
| Hex | F5 | 12 | C7 | 0 | 5D | 13 | 4 | 138 | 5C | 34 |
| Octal | 365 | 22 | 307 | 0 | 135 | 23 | 4 | 470 | 134 | 64 |
| Binary | 11110101 | 10010 | 11000111 | 0 | 1011101 | 10011 | 100 | 100111000 | 1011100 | 110100 |
Color Harmonies of #F512C7
Complementary color
Monochromatic Colors of #F512C7
Black with #F512C7
Text Example
Text Example
White with #F512C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512C7; }
p { color: rgb(245,18,199); }
H1.HeaderClassName
{
color: #F512C7;
}
.AnyTagClassName
{
color: #F512C7;
}
</style>
background-color css
<style>
a { background-color: #F512C7; }
a { background-color: rgb(245,18,199); }
div.DivClassName
{
background-color: #F512C7;
}
.BgClassName
{
background-color: #F512C7;
}
</style>
border-color css
<style>
span { border-color: #F512C7; }
span { border-color: rgb(245,18,199); }
td.TdClassName
{
border-color: #F512C7;
}
.TagClassName
{
border-color: #F512C7;
}
</style>