Shades of Shocking Pink #F702C0
Tints of Shocking Pink #F702C0
RGB
CMYK
RGB Variations
Color information
#F702C0 (or 0xF702C0) is known color: Shocking Pink. HEX triplet: F7, 02 and C0. RGB value is (247,2,192). Sum of RGB (Red+Green+Blue) = 247+2+192=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F702C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702C0 is #08FD3F. Grayscale: #606060. Windows color (decimal): -589120 or 12583671. OLE color: 12583671.
HSL color Cylindrical-coordinate representation of color #F702C0: hue angle of 313.47º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F702C0 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.03 |
| HSL | 313.47º | 0.98% | 0.49% | - |
| HSV(B) | 313.47º | 0.99% | 0.97% | - |
| XYZ | 47.89 | 23.62 | 51.9 | - |
| YUV | 96.92 | 181.67 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 192 | 0 | 0.99 | 0.22 | 0.03 | 313.47 | 0.98 | 0.49 |
| Hex | F7 | 2 | C0 | 0 | 63 | 16 | 3 | 139 | 62 | 31 |
| Octal | 367 | 2 | 300 | 0 | 143 | 26 | 3 | 471 | 142 | 61 |
| Binary | 11110111 | 10 | 11000000 | 0 | 1100011 | 10110 | 11 | 100111001 | 1100010 | 110001 |
Color Harmonies of #F702C0
Complementary color
Monochromatic Colors of #F702C0
Black with #F702C0
Text Example
Text Example
White with #F702C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702C0; }
p { color: rgb(247,2,192); }
H1.HeaderClassName
{
color: #F702C0;
}
.AnyTagClassName
{
color: #F702C0;
}
</style>
background-color css
<style>
a { background-color: #F702C0; }
a { background-color: rgb(247,2,192); }
div.DivClassName
{
background-color: #F702C0;
}
.BgClassName
{
background-color: #F702C0;
}
</style>
border-color css
<style>
span { border-color: #F702C0; }
span { border-color: rgb(247,2,192); }
td.TdClassName
{
border-color: #F702C0;
}
.TagClassName
{
border-color: #F702C0;
}
</style>