Shades of Shocking Pink #F703C1
Tints of Shocking Pink #F703C1
RGB
CMYK
RGB Variations
Color information
#F703C1 (or 0xF703C1) is known color: Shocking Pink. HEX triplet: F7, 03 and C1. RGB value is (247,3,193). Sum of RGB (Red+Green+Blue) = 247+3+193=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F703C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F703C1 is #08FC3E. Grayscale: #616161. Windows color (decimal): -588863 or 12649463. OLE color: 12649463.
HSL color Cylindrical-coordinate representation of color #F703C1: hue angle of 313.28º 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 #F703C1 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 193 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.03 |
| HSL | 313.28º | 0.98% | 0.49% | - |
| HSV(B) | 313.28º | 0.99% | 0.97% | - |
| XYZ | 48.02 | 23.69 | 52.49 | - |
| YUV | 97.62 | 181.84 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 193 | 0 | 0.99 | 0.22 | 0.03 | 313.28 | 0.98 | 0.49 |
| Hex | F7 | 3 | C1 | 0 | 63 | 16 | 3 | 139 | 62 | 31 |
| Octal | 367 | 3 | 301 | 0 | 143 | 26 | 3 | 471 | 142 | 61 |
| Binary | 11110111 | 11 | 11000001 | 0 | 1100011 | 10110 | 11 | 100111001 | 1100010 | 110001 |
Color Harmonies of #F703C1
Complementary color
Monochromatic Colors of #F703C1
Black with #F703C1
Text Example
Text Example
White with #F703C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703C1; }
p { color: rgb(247,3,193); }
H1.HeaderClassName
{
color: #F703C1;
}
.AnyTagClassName
{
color: #F703C1;
}
</style>
background-color css
<style>
a { background-color: #F703C1; }
a { background-color: rgb(247,3,193); }
div.DivClassName
{
background-color: #F703C1;
}
.BgClassName
{
background-color: #F703C1;
}
</style>
border-color css
<style>
span { border-color: #F703C1; }
span { border-color: rgb(247,3,193); }
td.TdClassName
{
border-color: #F703C1;
}
.TagClassName
{
border-color: #F703C1;
}
</style>