Shades of Shocking Pink #F722C2
Tints of Shocking Pink #F722C2
RGB
CMYK
RGB Variations
Color information
#F722C2 (or 0xF722C2) is known color: Shocking Pink. HEX triplet: F7, 22 and C2. RGB value is (247,34,194). Sum of RGB (Red+Green+Blue) = 247+34+194=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 34 (13.67% from 255 or 7.16% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F722C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F722C2 is #08DD3D. Grayscale: #737373. Windows color (decimal): -580926 or 12722935. OLE color: 12722935.
HSL color Cylindrical-coordinate representation of color #F722C2: hue angle of 314.93º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F722C2 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 194 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.03 |
| HSL | 314.93º | 0.93% | 0.55% | - |
| HSV(B) | 314.93º | 0.86% | 0.97% | - |
| XYZ | 48.67 | 24.81 | 53.26 | - |
| YUV | 115.93 | 172.07 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 194 | 0 | 0.86 | 0.21 | 0.03 | 314.93 | 0.93 | 0.55 |
| Hex | F7 | 22 | C2 | 0 | 56 | 15 | 3 | 13B | 5D | 37 |
| Octal | 367 | 42 | 302 | 0 | 126 | 25 | 3 | 473 | 135 | 67 |
| Binary | 11110111 | 100010 | 11000010 | 0 | 1010110 | 10101 | 11 | 100111011 | 1011101 | 110111 |
Color Harmonies of #F722C2
Complementary color
Monochromatic Colors of #F722C2
Black with #F722C2
Text Example
Text Example
White with #F722C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F722C2; }
p { color: rgb(247,34,194); }
H1.HeaderClassName
{
color: #F722C2;
}
.AnyTagClassName
{
color: #F722C2;
}
</style>
background-color css
<style>
a { background-color: #F722C2; }
a { background-color: rgb(247,34,194); }
div.DivClassName
{
background-color: #F722C2;
}
.BgClassName
{
background-color: #F722C2;
}
</style>
border-color css
<style>
span { border-color: #F722C2; }
span { border-color: rgb(247,34,194); }
td.TdClassName
{
border-color: #F722C2;
}
.TagClassName
{
border-color: #F722C2;
}
</style>