Shades of Shocking Pink #F420C0
Tints of Shocking Pink #F420C0
RGB
CMYK
RGB Variations
Color information
#F420C0 (or 0xF420C0) is known color: Shocking Pink. HEX triplet: F4, 20 and C0. RGB value is (244,32,192). Sum of RGB (Red+Green+Blue) = 244+32+192=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F420C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420C0 is #0BDF3F. Grayscale: #717171. Windows color (decimal): -778048 or 12591348. OLE color: 12591348.
HSL color Cylindrical-coordinate representation of color #F420C0: hue angle of 314.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420C0 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 192 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.04 |
| HSL | 314.72º | 0.91% | 0.54% | - |
| HSV(B) | 314.72º | 0.87% | 0.96% | - |
| XYZ | 47.34 | 24.07 | 52.02 | - |
| YUV | 113.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 192 | 0 | 0.87 | 0.21 | 0.04 | 314.72 | 0.91 | 0.54 |
| Hex | F4 | 20 | C0 | 0 | 57 | 15 | 4 | 13B | 5B | 36 |
| Octal | 364 | 40 | 300 | 0 | 127 | 25 | 4 | 473 | 133 | 66 |
| Binary | 11110100 | 100000 | 11000000 | 0 | 1010111 | 10101 | 100 | 100111011 | 1011011 | 110110 |
Color Harmonies of #F420C0
Complementary color
Monochromatic Colors of #F420C0
Black with #F420C0
Text Example
Text Example
White with #F420C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420C0; }
p { color: rgb(244,32,192); }
H1.HeaderClassName
{
color: #F420C0;
}
.AnyTagClassName
{
color: #F420C0;
}
</style>
background-color css
<style>
a { background-color: #F420C0; }
a { background-color: rgb(244,32,192); }
div.DivClassName
{
background-color: #F420C0;
}
.BgClassName
{
background-color: #F420C0;
}
</style>
border-color css
<style>
span { border-color: #F420C0; }
span { border-color: rgb(244,32,192); }
td.TdClassName
{
border-color: #F420C0;
}
.TagClassName
{
border-color: #F420C0;
}
</style>