Shades of Spicy Pink #F221AC
Tints of Spicy Pink #F221AC
RGB
CMYK
RGB Variations
Color information
#F221AC (or 0xF221AC) is known color: Spicy Pink. HEX triplet: F2, 21 and AC. RGB value is (242,33,172). Sum of RGB (Red+Green+Blue) = 242+33+172=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F221AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F221AC is #0DDE53. Grayscale: #6E6E6E. Windows color (decimal): -908884 or 11280882. OLE color: 11280882.
HSL color Cylindrical-coordinate representation of color #F221AC: hue angle of 320.1º 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 #F221AC is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 172 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.05 |
| HSL | 320.1º | 0.89% | 0.54% | - |
| HSV(B) | 320.1º | 0.86% | 0.95% | - |
| XYZ | 44.61 | 22.94 | 41.11 | - |
| YUV | 111.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 172 | 0 | 0.86 | 0.29 | 0.05 | 320.1 | 0.89 | 0.54 |
| Hex | F2 | 21 | AC | 0 | 56 | 1D | 5 | 140 | 59 | 36 |
| Octal | 362 | 41 | 254 | 0 | 126 | 35 | 5 | 500 | 131 | 66 |
| Binary | 11110010 | 100001 | 10101100 | 0 | 1010110 | 11101 | 101 | 101000000 | 1011001 | 110110 |
Color Harmonies of #F221AC
Complementary color
Monochromatic Colors of #F221AC
Black with #F221AC
Text Example
Text Example
White with #F221AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221AC; }
p { color: rgb(242,33,172); }
H1.HeaderClassName
{
color: #F221AC;
}
.AnyTagClassName
{
color: #F221AC;
}
</style>
background-color css
<style>
a { background-color: #F221AC; }
a { background-color: rgb(242,33,172); }
div.DivClassName
{
background-color: #F221AC;
}
.BgClassName
{
background-color: #F221AC;
}
</style>
border-color css
<style>
span { border-color: #F221AC; }
span { border-color: rgb(242,33,172); }
td.TdClassName
{
border-color: #F221AC;
}
.TagClassName
{
border-color: #F221AC;
}
</style>