Shades of Shocking Pink #F712C7
Tints of Shocking Pink #F712C7
RGB
CMYK
RGB Variations
Color information
#F712C7 (or 0xF712C7) is known color: Shocking Pink. HEX triplet: F7, 12 and C7. RGB value is (247,18,199). Sum of RGB (Red+Green+Blue) = 247+18+199=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F712C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712C7 is #08ED38. Grayscale: #6A6A6A. Windows color (decimal): -585017 or 13046519. OLE color: 13046519.
HSL color Cylindrical-coordinate representation of color #F712C7: hue angle of 312.58º 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 #F712C7 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 199 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.03 |
| HSL | 312.58º | 0.93% | 0.52% | - |
| HSV(B) | 312.58º | 0.93% | 0.97% | - |
| XYZ | 48.88 | 24.33 | 56.15 | - |
| YUV | 107.11 | 179.87 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 199 | 0 | 0.93 | 0.19 | 0.03 | 312.58 | 0.93 | 0.52 |
| Hex | F7 | 12 | C7 | 0 | 5D | 13 | 3 | 139 | 5D | 34 |
| Octal | 367 | 22 | 307 | 0 | 135 | 23 | 3 | 471 | 135 | 64 |
| Binary | 11110111 | 10010 | 11000111 | 0 | 1011101 | 10011 | 11 | 100111001 | 1011101 | 110100 |
Color Harmonies of #F712C7
Complementary color
Monochromatic Colors of #F712C7
Black with #F712C7
Text Example
Text Example
White with #F712C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712C7; }
p { color: rgb(247,18,199); }
H1.HeaderClassName
{
color: #F712C7;
}
.AnyTagClassName
{
color: #F712C7;
}
</style>
background-color css
<style>
a { background-color: #F712C7; }
a { background-color: rgb(247,18,199); }
div.DivClassName
{
background-color: #F712C7;
}
.BgClassName
{
background-color: #F712C7;
}
</style>
border-color css
<style>
span { border-color: #F712C7; }
span { border-color: rgb(247,18,199); }
td.TdClassName
{
border-color: #F712C7;
}
.TagClassName
{
border-color: #F712C7;
}
</style>