Shades of Shocking Pink #F404C2
Tints of Shocking Pink #F404C2
RGB
CMYK
RGB Variations
Color information
#F404C2 (or 0xF404C2) is known color: Shocking Pink. HEX triplet: F4, 04 and C2. RGB value is (244,4,194). Sum of RGB (Red+Green+Blue) = 244+4+194=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F404C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404C2 is #0BFB3D. Grayscale: #606060. Windows color (decimal): -785214 or 12715252. OLE color: 12715252.
HSL color Cylindrical-coordinate representation of color #F404C2: hue angle of 312.5º 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 #F404C2 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 194 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.04 |
| HSL | 312.5º | 0.97% | 0.49% | - |
| HSV(B) | 312.5º | 0.98% | 0.96% | - |
| XYZ | 47.09 | 23.21 | 53.04 | - |
| YUV | 97.42 | 182.51 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 194 | 0 | 0.98 | 0.20 | 0.04 | 312.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | C2 | 0 | 62 | 14 | 4 | 138 | 61 | 31 |
| Octal | 364 | 4 | 302 | 0 | 142 | 24 | 4 | 470 | 141 | 61 |
| Binary | 11110100 | 100 | 11000010 | 0 | 1100010 | 10100 | 100 | 100111000 | 1100001 | 110001 |
Color Harmonies of #F404C2
Complementary color
Monochromatic Colors of #F404C2
Black with #F404C2
Text Example
Text Example
White with #F404C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404C2; }
p { color: rgb(244,4,194); }
H1.HeaderClassName
{
color: #F404C2;
}
.AnyTagClassName
{
color: #F404C2;
}
</style>
background-color css
<style>
a { background-color: #F404C2; }
a { background-color: rgb(244,4,194); }
div.DivClassName
{
background-color: #F404C2;
}
.BgClassName
{
background-color: #F404C2;
}
</style>
border-color css
<style>
span { border-color: #F404C2; }
span { border-color: rgb(244,4,194); }
td.TdClassName
{
border-color: #F404C2;
}
.TagClassName
{
border-color: #F404C2;
}
</style>