Shades of Shocking Pink #F420CB
Tints of Shocking Pink #F420CB
RGB
CMYK
RGB Variations
Color information
#F420CB (or 0xF420CB) is known color: Shocking Pink. HEX triplet: F4, 20 and CB. RGB value is (244,32,203). Sum of RGB (Red+Green+Blue) = 244+32+203=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F420CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420CB is #0BDF34. Grayscale: #727272. Windows color (decimal): -778037 or 13312244. OLE color: 13312244.
HSL color Cylindrical-coordinate representation of color #F420CB: hue angle of 311.6º 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 #F420CB is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 203 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.04 |
| HSL | 311.6º | 0.91% | 0.54% | - |
| HSV(B) | 311.6º | 0.87% | 0.96% | - |
| XYZ | 48.6 | 24.58 | 58.68 | - |
| YUV | 114.88 | 177.74 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 203 | 0 | 0.87 | 0.17 | 0.04 | 311.6 | 0.91 | 0.54 |
| Hex | F4 | 20 | CB | 0 | 57 | 11 | 4 | 138 | 5B | 36 |
| Octal | 364 | 40 | 313 | 0 | 127 | 21 | 4 | 470 | 133 | 66 |
| Binary | 11110100 | 100000 | 11001011 | 0 | 1010111 | 10001 | 100 | 100111000 | 1011011 | 110110 |
Color Harmonies of #F420CB
Complementary color
Monochromatic Colors of #F420CB
Black with #F420CB
Text Example
Text Example
White with #F420CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420CB; }
p { color: rgb(244,32,203); }
H1.HeaderClassName
{
color: #F420CB;
}
.AnyTagClassName
{
color: #F420CB;
}
</style>
background-color css
<style>
a { background-color: #F420CB; }
a { background-color: rgb(244,32,203); }
div.DivClassName
{
background-color: #F420CB;
}
.BgClassName
{
background-color: #F420CB;
}
</style>
border-color css
<style>
span { border-color: #F420CB; }
span { border-color: rgb(244,32,203); }
td.TdClassName
{
border-color: #F420CB;
}
.TagClassName
{
border-color: #F420CB;
}
</style>