Shades of Shocking Pink #F220CA
Tints of Shocking Pink #F220CA
RGB
CMYK
RGB Variations
Color information
#F220CA (or 0xF220CA) is known color: Shocking Pink. HEX triplet: F2, 20 and CA. RGB value is (242,32,202). Sum of RGB (Red+Green+Blue) = 242+32+202=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F220CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220CA is #0DDF35. Grayscale: #717171. Windows color (decimal): -909110 or 13246706. OLE color: 13246706.
HSL color Cylindrical-coordinate representation of color #F220CA: hue angle of 311.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220CA is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 202 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.05 |
| HSL | 311.43º | 0.89% | 0.54% | - |
| HSV(B) | 311.43º | 0.87% | 0.95% | - |
| XYZ | 47.8 | 24.17 | 58.02 | - |
| YUV | 114.17 | 177.57 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 202 | 0 | 0.87 | 0.17 | 0.05 | 311.43 | 0.89 | 0.54 |
| Hex | F2 | 20 | CA | 0 | 57 | 11 | 5 | 137 | 59 | 36 |
| Octal | 362 | 40 | 312 | 0 | 127 | 21 | 5 | 467 | 131 | 66 |
| Binary | 11110010 | 100000 | 11001010 | 0 | 1010111 | 10001 | 101 | 100110111 | 1011001 | 110110 |
Color Harmonies of #F220CA
Complementary color
Monochromatic Colors of #F220CA
Black with #F220CA
Text Example
Text Example
White with #F220CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220CA; }
p { color: rgb(242,32,202); }
H1.HeaderClassName
{
color: #F220CA;
}
.AnyTagClassName
{
color: #F220CA;
}
</style>
background-color css
<style>
a { background-color: #F220CA; }
a { background-color: rgb(242,32,202); }
div.DivClassName
{
background-color: #F220CA;
}
.BgClassName
{
background-color: #F220CA;
}
</style>
border-color css
<style>
span { border-color: #F220CA; }
span { border-color: rgb(242,32,202); }
td.TdClassName
{
border-color: #F220CA;
}
.TagClassName
{
border-color: #F220CA;
}
</style>