Shades of Shocking Pink #F221C8
Tints of Shocking Pink #F221C8
RGB
CMYK
RGB Variations
Color information
#F221C8 (or 0xF221C8) is known color: Shocking Pink. HEX triplet: F2, 21 and C8. RGB value is (242,33,200). Sum of RGB (Red+Green+Blue) = 242+33+200=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F221C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221C8 is #0DDE37. Grayscale: #727272. Windows color (decimal): -908856 or 13115890. OLE color: 13115890.
HSL color Cylindrical-coordinate representation of color #F221C8: hue angle of 312.06º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F221C8 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 200 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.05 |
| HSL | 312.06º | 0.89% | 0.54% | - |
| HSV(B) | 312.06º | 0.86% | 0.95% | - |
| XYZ | 47.59 | 24.14 | 56.79 | - |
| YUV | 114.53 | 176.24 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 200 | 0 | 0.86 | 0.17 | 0.05 | 312.06 | 0.89 | 0.54 |
| Hex | F2 | 21 | C8 | 0 | 56 | 11 | 5 | 138 | 59 | 36 |
| Octal | 362 | 41 | 310 | 0 | 126 | 21 | 5 | 470 | 131 | 66 |
| Binary | 11110010 | 100001 | 11001000 | 0 | 1010110 | 10001 | 101 | 100111000 | 1011001 | 110110 |
Color Harmonies of #F221C8
Complementary color
Monochromatic Colors of #F221C8
Black with #F221C8
Text Example
Text Example
White with #F221C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221C8; }
p { color: rgb(242,33,200); }
H1.HeaderClassName
{
color: #F221C8;
}
.AnyTagClassName
{
color: #F221C8;
}
</style>
background-color css
<style>
a { background-color: #F221C8; }
a { background-color: rgb(242,33,200); }
div.DivClassName
{
background-color: #F221C8;
}
.BgClassName
{
background-color: #F221C8;
}
</style>
border-color css
<style>
span { border-color: #F221C8; }
span { border-color: rgb(242,33,200); }
td.TdClassName
{
border-color: #F221C8;
}
.TagClassName
{
border-color: #F221C8;
}
</style>