Shades of Shocking Pink #F712CA
Tints of Shocking Pink #F712CA
RGB
CMYK
RGB Variations
Color information
#F712CA (or 0xF712CA) is known color: Shocking Pink. HEX triplet: F7, 12 and CA. RGB value is (247,18,202). Sum of RGB (Red+Green+Blue) = 247+18+202=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F712CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712CA is #08ED35. Grayscale: #6A6A6A. Windows color (decimal): -585014 or 13243127. OLE color: 13243127.
HSL color Cylindrical-coordinate representation of color #F712CA: hue angle of 311.79º 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 #F712CA is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 202 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.03 |
| HSL | 311.79º | 0.93% | 0.52% | - |
| HSV(B) | 311.79º | 0.93% | 0.97% | - |
| XYZ | 49.23 | 24.47 | 58.01 | - |
| YUV | 107.45 | 181.37 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 202 | 0 | 0.93 | 0.18 | 0.03 | 311.79 | 0.93 | 0.52 |
| Hex | F7 | 12 | CA | 0 | 5D | 12 | 3 | 138 | 5D | 34 |
| Octal | 367 | 22 | 312 | 0 | 135 | 22 | 3 | 470 | 135 | 64 |
| Binary | 11110111 | 10010 | 11001010 | 0 | 1011101 | 10010 | 11 | 100111000 | 1011101 | 110100 |
Color Harmonies of #F712CA
Complementary color
Monochromatic Colors of #F712CA
Black with #F712CA
Text Example
Text Example
White with #F712CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712CA; }
p { color: rgb(247,18,202); }
H1.HeaderClassName
{
color: #F712CA;
}
.AnyTagClassName
{
color: #F712CA;
}
</style>
background-color css
<style>
a { background-color: #F712CA; }
a { background-color: rgb(247,18,202); }
div.DivClassName
{
background-color: #F712CA;
}
.BgClassName
{
background-color: #F712CA;
}
</style>
border-color css
<style>
span { border-color: #F712CA; }
span { border-color: rgb(247,18,202); }
td.TdClassName
{
border-color: #F712CA;
}
.TagClassName
{
border-color: #F712CA;
}
</style>