Shades of Shocking Pink #F712CC
Tints of Shocking Pink #F712CC
RGB
CMYK
RGB Variations
Color information
#F712CC (or 0xF712CC) is known color: Shocking Pink. HEX triplet: F7, 12 and CC. RGB value is (247,18,204). Sum of RGB (Red+Green+Blue) = 247+18+204=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F712CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712CC is #08ED33. Grayscale: #6B6B6B. Windows color (decimal): -585012 or 13374199. OLE color: 13374199.
HSL color Cylindrical-coordinate representation of color #F712CC: hue angle of 311.27º 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 #F712CC is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 204 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.03 |
| HSL | 311.27º | 0.93% | 0.52% | - |
| HSV(B) | 311.27º | 0.93% | 0.97% | - |
| XYZ | 49.47 | 24.57 | 59.26 | - |
| YUV | 107.68 | 182.37 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 204 | 0 | 0.93 | 0.17 | 0.03 | 311.27 | 0.93 | 0.52 |
| Hex | F7 | 12 | CC | 0 | 5D | 11 | 3 | 137 | 5D | 34 |
| Octal | 367 | 22 | 314 | 0 | 135 | 21 | 3 | 467 | 135 | 64 |
| Binary | 11110111 | 10010 | 11001100 | 0 | 1011101 | 10001 | 11 | 100110111 | 1011101 | 110100 |
Color Harmonies of #F712CC
Complementary color
Monochromatic Colors of #F712CC
Black with #F712CC
Text Example
Text Example
White with #F712CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712CC; }
p { color: rgb(247,18,204); }
H1.HeaderClassName
{
color: #F712CC;
}
.AnyTagClassName
{
color: #F712CC;
}
</style>
background-color css
<style>
a { background-color: #F712CC; }
a { background-color: rgb(247,18,204); }
div.DivClassName
{
background-color: #F712CC;
}
.BgClassName
{
background-color: #F712CC;
}
</style>
border-color css
<style>
span { border-color: #F712CC; }
span { border-color: rgb(247,18,204); }
td.TdClassName
{
border-color: #F712CC;
}
.TagClassName
{
border-color: #F712CC;
}
</style>