Shades of Shocking Pink #F712B8
Tints of Shocking Pink #F712B8
RGB
CMYK
RGB Variations
Color information
#F712B8 (or 0xF712B8) is known color: Shocking Pink. HEX triplet: F7, 12 and B8. RGB value is (247,18,184). Sum of RGB (Red+Green+Blue) = 247+18+184=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F712B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712B8 is #08ED47. Grayscale: #686868. Windows color (decimal): -585032 or 12063479. OLE color: 12063479.
HSL color Cylindrical-coordinate representation of color #F712B8: hue angle of 316.51º 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 #F712B8 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 184 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.03 |
| HSL | 316.51º | 0.93% | 0.52% | - |
| HSV(B) | 316.51º | 0.93% | 0.97% | - |
| XYZ | 47.23 | 23.67 | 47.43 | - |
| YUV | 105.4 | 172.37 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 184 | 0 | 0.93 | 0.26 | 0.03 | 316.51 | 0.93 | 0.52 |
| Hex | F7 | 12 | B8 | 0 | 5D | 1A | 3 | 13D | 5D | 34 |
| Octal | 367 | 22 | 270 | 0 | 135 | 32 | 3 | 475 | 135 | 64 |
| Binary | 11110111 | 10010 | 10111000 | 0 | 1011101 | 11010 | 11 | 100111101 | 1011101 | 110100 |
Color Harmonies of #F712B8
Complementary color
Monochromatic Colors of #F712B8
Black with #F712B8
Text Example
Text Example
White with #F712B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712B8; }
p { color: rgb(247,18,184); }
H1.HeaderClassName
{
color: #F712B8;
}
.AnyTagClassName
{
color: #F712B8;
}
</style>
background-color css
<style>
a { background-color: #F712B8; }
a { background-color: rgb(247,18,184); }
div.DivClassName
{
background-color: #F712B8;
}
.BgClassName
{
background-color: #F712B8;
}
</style>
border-color css
<style>
span { border-color: #F712B8; }
span { border-color: rgb(247,18,184); }
td.TdClassName
{
border-color: #F712B8;
}
.TagClassName
{
border-color: #F712B8;
}
</style>