Shades of Shocking Pink #F712CF
Tints of Shocking Pink #F712CF
RGB
CMYK
RGB Variations
Color information
#F712CF (or 0xF712CF) is known color: Shocking Pink. HEX triplet: F7, 12 and CF. RGB value is (247,18,207). Sum of RGB (Red+Green+Blue) = 247+18+207=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F712CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712CF is #08ED30. Grayscale: #6B6B6B. Windows color (decimal): -585009 or 13570807. OLE color: 13570807.
HSL color Cylindrical-coordinate representation of color #F712CF: hue angle of 310.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F712CF is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 207 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.03 |
| HSL | 310.48º | 0.93% | 0.52% | - |
| HSV(B) | 310.48º | 0.93% | 0.97% | - |
| XYZ | 49.84 | 24.71 | 61.17 | - |
| YUV | 108.02 | 183.87 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 207 | 0 | 0.93 | 0.16 | 0.03 | 310.48 | 0.93 | 0.52 |
| Hex | F7 | 12 | CF | 0 | 5D | 10 | 3 | 136 | 5D | 34 |
| Octal | 367 | 22 | 317 | 0 | 135 | 20 | 3 | 466 | 135 | 64 |
| Binary | 11110111 | 10010 | 11001111 | 0 | 1011101 | 10000 | 11 | 100110110 | 1011101 | 110100 |
Color Harmonies of #F712CF
Complementary color
Monochromatic Colors of #F712CF
Black with #F712CF
Text Example
Text Example
White with #F712CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712CF; }
p { color: rgb(247,18,207); }
H1.HeaderClassName
{
color: #F712CF;
}
.AnyTagClassName
{
color: #F712CF;
}
</style>
background-color css
<style>
a { background-color: #F712CF; }
a { background-color: rgb(247,18,207); }
div.DivClassName
{
background-color: #F712CF;
}
.BgClassName
{
background-color: #F712CF;
}
</style>
border-color css
<style>
span { border-color: #F712CF; }
span { border-color: rgb(247,18,207); }
td.TdClassName
{
border-color: #F712CF;
}
.TagClassName
{
border-color: #F712CF;
}
</style>