Shades of Shocking Pink #F404C0
Tints of Shocking Pink #F404C0
RGB
CMYK
RGB Variations
Color information
#F404C0 (or 0xF404C0) is known color: Shocking Pink. HEX triplet: F4, 04 and C0. RGB value is (244,4,192). Sum of RGB (Red+Green+Blue) = 244+4+192=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F404C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404C0 is #0BFB3F. Grayscale: #606060. Windows color (decimal): -785216 or 12584180. OLE color: 12584180.
HSL color Cylindrical-coordinate representation of color #F404C0: hue angle of 313º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404C0 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 192 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.04 |
| HSL | 313º | 0.97% | 0.49% | - |
| HSV(B) | 313º | 0.98% | 0.96% | - |
| XYZ | 46.87 | 23.13 | 51.86 | - |
| YUV | 97.19 | 181.51 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 192 | 0 | 0.98 | 0.21 | 0.04 | 313 | 0.97 | 0.49 |
| Hex | F4 | 4 | C0 | 0 | 62 | 15 | 4 | 139 | 61 | 31 |
| Octal | 364 | 4 | 300 | 0 | 142 | 25 | 4 | 471 | 141 | 61 |
| Binary | 11110100 | 100 | 11000000 | 0 | 1100010 | 10101 | 100 | 100111001 | 1100001 | 110001 |
Color Harmonies of #F404C0
Complementary color
Monochromatic Colors of #F404C0
Black with #F404C0
Text Example
Text Example
White with #F404C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404C0; }
p { color: rgb(244,4,192); }
H1.HeaderClassName
{
color: #F404C0;
}
.AnyTagClassName
{
color: #F404C0;
}
</style>
background-color css
<style>
a { background-color: #F404C0; }
a { background-color: rgb(244,4,192); }
div.DivClassName
{
background-color: #F404C0;
}
.BgClassName
{
background-color: #F404C0;
}
</style>
border-color css
<style>
span { border-color: #F404C0; }
span { border-color: rgb(244,4,192); }
td.TdClassName
{
border-color: #F404C0;
}
.TagClassName
{
border-color: #F404C0;
}
</style>