Shades of Shocking Pink #F221BC
Tints of Shocking Pink #F221BC
RGB
CMYK
RGB Variations
Color information
#F221BC (or 0xF221BC) is known color: Shocking Pink. HEX triplet: F2, 21 and BC. RGB value is (242,33,188). Sum of RGB (Red+Green+Blue) = 242+33+188=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F221BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221BC is #0DDE43. Grayscale: #707070. Windows color (decimal): -908868 or 12329458. OLE color: 12329458.
HSL color Cylindrical-coordinate representation of color #F221BC: hue angle of 315.5º 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 #F221BC is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 188 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.05 |
| HSL | 315.5º | 0.89% | 0.54% | - |
| HSV(B) | 315.5º | 0.86% | 0.95% | - |
| XYZ | 46.24 | 23.6 | 49.69 | - |
| YUV | 113.16 | 170.24 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 188 | 0 | 0.86 | 0.22 | 0.05 | 315.5 | 0.89 | 0.54 |
| Hex | F2 | 21 | BC | 0 | 56 | 16 | 5 | 13C | 59 | 36 |
| Octal | 362 | 41 | 274 | 0 | 126 | 26 | 5 | 474 | 131 | 66 |
| Binary | 11110010 | 100001 | 10111100 | 0 | 1010110 | 10110 | 101 | 100111100 | 1011001 | 110110 |
Color Harmonies of #F221BC
Complementary color
Monochromatic Colors of #F221BC
Black with #F221BC
Text Example
Text Example
White with #F221BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221BC; }
p { color: rgb(242,33,188); }
H1.HeaderClassName
{
color: #F221BC;
}
.AnyTagClassName
{
color: #F221BC;
}
</style>
background-color css
<style>
a { background-color: #F221BC; }
a { background-color: rgb(242,33,188); }
div.DivClassName
{
background-color: #F221BC;
}
.BgClassName
{
background-color: #F221BC;
}
</style>
border-color css
<style>
span { border-color: #F221BC; }
span { border-color: rgb(242,33,188); }
td.TdClassName
{
border-color: #F221BC;
}
.TagClassName
{
border-color: #F221BC;
}
</style>