Shades of Shocking Pink #F712B7
Tints of Shocking Pink #F712B7
RGB
CMYK
RGB Variations
Color information
#F712B7 (or 0xF712B7) is known color: Shocking Pink. HEX triplet: F7, 12 and B7. RGB value is (247,18,183). Sum of RGB (Red+Green+Blue) = 247+18+183=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F712B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712B7 is #08ED48. Grayscale: #686868. Windows color (decimal): -585033 or 11997943. OLE color: 11997943.
HSL color Cylindrical-coordinate representation of color #F712B7: hue angle of 316.77º 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 #F712B7 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 183 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.03 |
| HSL | 316.77º | 0.93% | 0.52% | - |
| HSV(B) | 316.77º | 0.93% | 0.97% | - |
| XYZ | 47.12 | 23.63 | 46.88 | - |
| YUV | 105.28 | 171.87 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 183 | 0 | 0.93 | 0.26 | 0.03 | 316.77 | 0.93 | 0.52 |
| Hex | F7 | 12 | B7 | 0 | 5D | 1A | 3 | 13D | 5D | 34 |
| Octal | 367 | 22 | 267 | 0 | 135 | 32 | 3 | 475 | 135 | 64 |
| Binary | 11110111 | 10010 | 10110111 | 0 | 1011101 | 11010 | 11 | 100111101 | 1011101 | 110100 |
Color Harmonies of #F712B7
Complementary color
Monochromatic Colors of #F712B7
Black with #F712B7
Text Example
Text Example
White with #F712B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712B7; }
p { color: rgb(247,18,183); }
H1.HeaderClassName
{
color: #F712B7;
}
.AnyTagClassName
{
color: #F712B7;
}
</style>
background-color css
<style>
a { background-color: #F712B7; }
a { background-color: rgb(247,18,183); }
div.DivClassName
{
background-color: #F712B7;
}
.BgClassName
{
background-color: #F712B7;
}
</style>
border-color css
<style>
span { border-color: #F712B7; }
span { border-color: rgb(247,18,183); }
td.TdClassName
{
border-color: #F712B7;
}
.TagClassName
{
border-color: #F712B7;
}
</style>