Shades of Shocking Pink #F712BD
Tints of Shocking Pink #F712BD
RGB
CMYK
RGB Variations
Color information
#F712BD (or 0xF712BD) is known color: Shocking Pink. HEX triplet: F7, 12 and BD. RGB value is (247,18,189). Sum of RGB (Red+Green+Blue) = 247+18+189=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F712BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712BD is #08ED42. Grayscale: #696969. Windows color (decimal): -585027 or 12391159. OLE color: 12391159.
HSL color Cylindrical-coordinate representation of color #F712BD: hue angle of 315.2º 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 #F712BD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 189 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.03 |
| HSL | 315.2º | 0.93% | 0.52% | - |
| HSV(B) | 315.2º | 0.93% | 0.97% | - |
| XYZ | 47.76 | 23.88 | 50.24 | - |
| YUV | 105.97 | 174.87 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 189 | 0 | 0.93 | 0.23 | 0.03 | 315.2 | 0.93 | 0.52 |
| Hex | F7 | 12 | BD | 0 | 5D | 17 | 3 | 13B | 5D | 34 |
| Octal | 367 | 22 | 275 | 0 | 135 | 27 | 3 | 473 | 135 | 64 |
| Binary | 11110111 | 10010 | 10111101 | 0 | 1011101 | 10111 | 11 | 100111011 | 1011101 | 110100 |
Color Harmonies of #F712BD
Complementary color
Monochromatic Colors of #F712BD
Black with #F712BD
Text Example
Text Example
White with #F712BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712BD; }
p { color: rgb(247,18,189); }
H1.HeaderClassName
{
color: #F712BD;
}
.AnyTagClassName
{
color: #F712BD;
}
</style>
background-color css
<style>
a { background-color: #F712BD; }
a { background-color: rgb(247,18,189); }
div.DivClassName
{
background-color: #F712BD;
}
.BgClassName
{
background-color: #F712BD;
}
</style>
border-color css
<style>
span { border-color: #F712BD; }
span { border-color: rgb(247,18,189); }
td.TdClassName
{
border-color: #F712BD;
}
.TagClassName
{
border-color: #F712BD;
}
</style>