Shades of Shocking Pink #F704C0
Tints of Shocking Pink #F704C0
RGB
CMYK
RGB Variations
Color information
#F704C0 (or 0xF704C0) is known color: Shocking Pink. HEX triplet: F7, 04 and C0. RGB value is (247,4,192). Sum of RGB (Red+Green+Blue) = 247+4+192=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F704C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F704C0 is #08FB3F. Grayscale: #616161. Windows color (decimal): -588608 or 12584183. OLE color: 12584183.
HSL color Cylindrical-coordinate representation of color #F704C0: hue angle of 313.58º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F704C0 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 192 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.03 |
| HSL | 313.58º | 0.97% | 0.49% | - |
| HSV(B) | 313.58º | 0.98% | 0.97% | - |
| XYZ | 47.92 | 23.67 | 51.91 | - |
| YUV | 98.09 | 181.01 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 192 | 0 | 0.98 | 0.22 | 0.03 | 313.58 | 0.97 | 0.49 |
| Hex | F7 | 4 | C0 | 0 | 62 | 16 | 3 | 13A | 61 | 31 |
| Octal | 367 | 4 | 300 | 0 | 142 | 26 | 3 | 472 | 141 | 61 |
| Binary | 11110111 | 100 | 11000000 | 0 | 1100010 | 10110 | 11 | 100111010 | 1100001 | 110001 |
Color Harmonies of #F704C0
Complementary color
Monochromatic Colors of #F704C0
Black with #F704C0
Text Example
Text Example
White with #F704C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F704C0; }
p { color: rgb(247,4,192); }
H1.HeaderClassName
{
color: #F704C0;
}
.AnyTagClassName
{
color: #F704C0;
}
</style>
background-color css
<style>
a { background-color: #F704C0; }
a { background-color: rgb(247,4,192); }
div.DivClassName
{
background-color: #F704C0;
}
.BgClassName
{
background-color: #F704C0;
}
</style>
border-color css
<style>
span { border-color: #F704C0; }
span { border-color: rgb(247,4,192); }
td.TdClassName
{
border-color: #F704C0;
}
.TagClassName
{
border-color: #F704C0;
}
</style>