Shades of Spicy Pink #F221B0
Tints of Spicy Pink #F221B0
RGB
CMYK
RGB Variations
Color information
#F221B0 (or 0xF221B0) is known color: Spicy Pink. HEX triplet: F2, 21 and B0. RGB value is (242,33,176). Sum of RGB (Red+Green+Blue) = 242+33+176=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F221B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F221B0 is #0DDE4F. Grayscale: #6F6F6F. Windows color (decimal): -908880 or 11543026. OLE color: 11543026.
HSL color Cylindrical-coordinate representation of color #F221B0: hue angle of 318.95º 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 #F221B0 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 176 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.05 |
| HSL | 318.95º | 0.89% | 0.54% | - |
| HSV(B) | 318.95º | 0.86% | 0.95% | - |
| XYZ | 45 | 23.1 | 43.16 | - |
| YUV | 111.79 | 164.24 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 176 | 0 | 0.86 | 0.27 | 0.05 | 318.95 | 0.89 | 0.54 |
| Hex | F2 | 21 | B0 | 0 | 56 | 1B | 5 | 13F | 59 | 36 |
| Octal | 362 | 41 | 260 | 0 | 126 | 33 | 5 | 477 | 131 | 66 |
| Binary | 11110010 | 100001 | 10110000 | 0 | 1010110 | 11011 | 101 | 100111111 | 1011001 | 110110 |
Color Harmonies of #F221B0
Complementary color
Monochromatic Colors of #F221B0
Black with #F221B0
Text Example
Text Example
White with #F221B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221B0; }
p { color: rgb(242,33,176); }
H1.HeaderClassName
{
color: #F221B0;
}
.AnyTagClassName
{
color: #F221B0;
}
</style>
background-color css
<style>
a { background-color: #F221B0; }
a { background-color: rgb(242,33,176); }
div.DivClassName
{
background-color: #F221B0;
}
.BgClassName
{
background-color: #F221B0;
}
</style>
border-color css
<style>
span { border-color: #F221B0; }
span { border-color: rgb(242,33,176); }
td.TdClassName
{
border-color: #F221B0;
}
.TagClassName
{
border-color: #F221B0;
}
</style>