Shades of Shocking Pink #F420C7
Tints of Shocking Pink #F420C7
RGB
CMYK
RGB Variations
Color information
#F420C7 (or 0xF420C7) is known color: Shocking Pink. HEX triplet: F4, 20 and C7. RGB value is (244,32,199). Sum of RGB (Red+Green+Blue) = 244+32+199=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F420C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420C7 is #0BDF38. Grayscale: #717171. Windows color (decimal): -778041 or 13050100. OLE color: 13050100.
HSL color Cylindrical-coordinate representation of color #F420C7: hue angle of 312.74º 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 #F420C7 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.04 |
| HSL | 312.74º | 0.91% | 0.54% | - |
| HSV(B) | 312.74º | 0.87% | 0.96% | - |
| XYZ | 48.13 | 24.39 | 56.2 | - |
| YUV | 114.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 199 | 0 | 0.87 | 0.18 | 0.04 | 312.74 | 0.91 | 0.54 |
| Hex | F4 | 20 | C7 | 0 | 57 | 12 | 4 | 139 | 5B | 36 |
| Octal | 364 | 40 | 307 | 0 | 127 | 22 | 4 | 471 | 133 | 66 |
| Binary | 11110100 | 100000 | 11000111 | 0 | 1010111 | 10010 | 100 | 100111001 | 1011011 | 110110 |
Color Harmonies of #F420C7
Complementary color
Monochromatic Colors of #F420C7
Black with #F420C7
Text Example
Text Example
White with #F420C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420C7; }
p { color: rgb(244,32,199); }
H1.HeaderClassName
{
color: #F420C7;
}
.AnyTagClassName
{
color: #F420C7;
}
</style>
background-color css
<style>
a { background-color: #F420C7; }
a { background-color: rgb(244,32,199); }
div.DivClassName
{
background-color: #F420C7;
}
.BgClassName
{
background-color: #F420C7;
}
</style>
border-color css
<style>
span { border-color: #F420C7; }
span { border-color: rgb(244,32,199); }
td.TdClassName
{
border-color: #F420C7;
}
.TagClassName
{
border-color: #F420C7;
}
</style>