Shades of Shocking Pink #F712D0
Tints of Shocking Pink #F712D0
RGB
CMYK
RGB Variations
Color information
#F712D0 (or 0xF712D0) is known color: Shocking Pink. HEX triplet: F7, 12 and D0. RGB value is (247,18,208). Sum of RGB (Red+Green+Blue) = 247+18+208=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F712D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712D0 is #08ED2F. Grayscale: #6B6B6B. Windows color (decimal): -585008 or 13636343. OLE color: 13636343.
HSL color Cylindrical-coordinate representation of color #F712D0: hue angle of 310.22º 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 #F712D0 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 208 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.03 |
| HSL | 310.22º | 0.93% | 0.52% | - |
| HSV(B) | 310.22º | 0.93% | 0.97% | - |
| XYZ | 49.96 | 24.76 | 61.82 | - |
| YUV | 108.13 | 184.37 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 208 | 0 | 0.93 | 0.16 | 0.03 | 310.22 | 0.93 | 0.52 |
| Hex | F7 | 12 | D0 | 0 | 5D | 10 | 3 | 136 | 5D | 34 |
| Octal | 367 | 22 | 320 | 0 | 135 | 20 | 3 | 466 | 135 | 64 |
| Binary | 11110111 | 10010 | 11010000 | 0 | 1011101 | 10000 | 11 | 100110110 | 1011101 | 110100 |
Color Harmonies of #F712D0
Complementary color
Monochromatic Colors of #F712D0
Black with #F712D0
Text Example
Text Example
White with #F712D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712D0; }
p { color: rgb(247,18,208); }
H1.HeaderClassName
{
color: #F712D0;
}
.AnyTagClassName
{
color: #F712D0;
}
</style>
background-color css
<style>
a { background-color: #F712D0; }
a { background-color: rgb(247,18,208); }
div.DivClassName
{
background-color: #F712D0;
}
.BgClassName
{
background-color: #F712D0;
}
</style>
border-color css
<style>
span { border-color: #F712D0; }
span { border-color: rgb(247,18,208); }
td.TdClassName
{
border-color: #F712D0;
}
.TagClassName
{
border-color: #F712D0;
}
</style>