Shades of Shocking Pink #F407C0
Tints of Shocking Pink #F407C0
RGB
CMYK
RGB Variations
Color information
#F407C0 (or 0xF407C0) is known color: Shocking Pink. HEX triplet: F4, 07 and C0. RGB value is (244,7,192). Sum of RGB (Red+Green+Blue) = 244+7+192=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F407C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407C0 is #0BF83F. Grayscale: #626262. Windows color (decimal): -784448 or 12584948. OLE color: 12584948.
HSL color Cylindrical-coordinate representation of color #F407C0: hue angle of 313.16º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407C0 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 192 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.04 |
| HSL | 313.16º | 0.94% | 0.49% | - |
| HSV(B) | 313.16º | 0.97% | 0.96% | - |
| XYZ | 46.9 | 23.19 | 51.87 | - |
| YUV | 98.95 | 180.52 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 192 | 0 | 0.97 | 0.21 | 0.04 | 313.16 | 0.94 | 0.49 |
| Hex | F4 | 7 | C0 | 0 | 61 | 15 | 4 | 139 | 5E | 31 |
| Octal | 364 | 7 | 300 | 0 | 141 | 25 | 4 | 471 | 136 | 61 |
| Binary | 11110100 | 111 | 11000000 | 0 | 1100001 | 10101 | 100 | 100111001 | 1011110 | 110001 |
Color Harmonies of #F407C0
Complementary color
Monochromatic Colors of #F407C0
Black with #F407C0
Text Example
Text Example
White with #F407C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407C0; }
p { color: rgb(244,7,192); }
H1.HeaderClassName
{
color: #F407C0;
}
.AnyTagClassName
{
color: #F407C0;
}
</style>
background-color css
<style>
a { background-color: #F407C0; }
a { background-color: rgb(244,7,192); }
div.DivClassName
{
background-color: #F407C0;
}
.BgClassName
{
background-color: #F407C0;
}
</style>
border-color css
<style>
span { border-color: #F407C0; }
span { border-color: rgb(244,7,192); }
td.TdClassName
{
border-color: #F407C0;
}
.TagClassName
{
border-color: #F407C0;
}
</style>