Shades of Shocking Pink #F404C3
Tints of Shocking Pink #F404C3
RGB
CMYK
RGB Variations
Color information
#F404C3 (or 0xF404C3) is known color: Shocking Pink. HEX triplet: F4, 04 and C3. RGB value is (244,4,195). Sum of RGB (Red+Green+Blue) = 244+4+195=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F404C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404C3 is #0BFB3C. Grayscale: #616161. Windows color (decimal): -785213 or 12780788. OLE color: 12780788.
HSL color Cylindrical-coordinate representation of color #F404C3: hue angle of 312.25º 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 #F404C3 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.04 |
| HSL | 312.25º | 0.97% | 0.49% | - |
| HSV(B) | 312.25º | 0.98% | 0.96% | - |
| XYZ | 47.2 | 23.26 | 53.63 | - |
| YUV | 97.53 | 183.01 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 195 | 0 | 0.98 | 0.20 | 0.04 | 312.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | C3 | 0 | 62 | 14 | 4 | 138 | 61 | 31 |
| Octal | 364 | 4 | 303 | 0 | 142 | 24 | 4 | 470 | 141 | 61 |
| Binary | 11110100 | 100 | 11000011 | 0 | 1100010 | 10100 | 100 | 100111000 | 1100001 | 110001 |
Color Harmonies of #F404C3
Complementary color
Monochromatic Colors of #F404C3
Black with #F404C3
Text Example
Text Example
White with #F404C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404C3; }
p { color: rgb(244,4,195); }
H1.HeaderClassName
{
color: #F404C3;
}
.AnyTagClassName
{
color: #F404C3;
}
</style>
background-color css
<style>
a { background-color: #F404C3; }
a { background-color: rgb(244,4,195); }
div.DivClassName
{
background-color: #F404C3;
}
.BgClassName
{
background-color: #F404C3;
}
</style>
border-color css
<style>
span { border-color: #F404C3; }
span { border-color: rgb(244,4,195); }
td.TdClassName
{
border-color: #F404C3;
}
.TagClassName
{
border-color: #F404C3;
}
</style>