Shades of Spicy Pink #F221AB
Tints of Spicy Pink #F221AB
RGB
CMYK
RGB Variations
Color information
#F221AB (or 0xF221AB) is known color: Spicy Pink. HEX triplet: F2, 21 and AB. RGB value is (242,33,171). Sum of RGB (Red+Green+Blue) = 242+33+171=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F221AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F221AB is #0DDE54. Grayscale: #6E6E6E. Windows color (decimal): -908885 or 11215346. OLE color: 11215346.
HSL color Cylindrical-coordinate representation of color #F221AB: hue angle of 320.38º 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 #F221AB is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 171 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.05 |
| HSL | 320.38º | 0.89% | 0.54% | - |
| HSV(B) | 320.38º | 0.86% | 0.95% | - |
| XYZ | 44.51 | 22.91 | 40.6 | - |
| YUV | 111.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 171 | 0 | 0.86 | 0.29 | 0.05 | 320.38 | 0.89 | 0.54 |
| Hex | F2 | 21 | AB | 0 | 56 | 1D | 5 | 140 | 59 | 36 |
| Octal | 362 | 41 | 253 | 0 | 126 | 35 | 5 | 500 | 131 | 66 |
| Binary | 11110010 | 100001 | 10101011 | 0 | 1010110 | 11101 | 101 | 101000000 | 1011001 | 110110 |
Color Harmonies of #F221AB
Complementary color
Monochromatic Colors of #F221AB
Black with #F221AB
Text Example
Text Example
White with #F221AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221AB; }
p { color: rgb(242,33,171); }
H1.HeaderClassName
{
color: #F221AB;
}
.AnyTagClassName
{
color: #F221AB;
}
</style>
background-color css
<style>
a { background-color: #F221AB; }
a { background-color: rgb(242,33,171); }
div.DivClassName
{
background-color: #F221AB;
}
.BgClassName
{
background-color: #F221AB;
}
</style>
border-color css
<style>
span { border-color: #F221AB; }
span { border-color: rgb(242,33,171); }
td.TdClassName
{
border-color: #F221AB;
}
.TagClassName
{
border-color: #F221AB;
}
</style>