Shades of Spicy Pink #F221B1
Tints of Spicy Pink #F221B1
RGB
CMYK
RGB Variations
Color information
#F221B1 (or 0xF221B1) is known color: Spicy Pink. HEX triplet: F2, 21 and B1. RGB value is (242,33,177). Sum of RGB (Red+Green+Blue) = 242+33+177=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F221B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F221B1 is #0DDE4E. Grayscale: #6F6F6F. Windows color (decimal): -908879 or 11608562. OLE color: 11608562.
HSL color Cylindrical-coordinate representation of color #F221B1: hue angle of 318.66º 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 #F221B1 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 177 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.05 |
| HSL | 318.66º | 0.89% | 0.54% | - |
| HSV(B) | 318.66º | 0.86% | 0.95% | - |
| XYZ | 45.1 | 23.14 | 43.68 | - |
| YUV | 111.91 | 164.74 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 177 | 0 | 0.86 | 0.27 | 0.05 | 318.66 | 0.89 | 0.54 |
| Hex | F2 | 21 | B1 | 0 | 56 | 1B | 5 | 13F | 59 | 36 |
| Octal | 362 | 41 | 261 | 0 | 126 | 33 | 5 | 477 | 131 | 66 |
| Binary | 11110010 | 100001 | 10110001 | 0 | 1010110 | 11011 | 101 | 100111111 | 1011001 | 110110 |
Color Harmonies of #F221B1
Complementary color
Monochromatic Colors of #F221B1
Black with #F221B1
Text Example
Text Example
White with #F221B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221B1; }
p { color: rgb(242,33,177); }
H1.HeaderClassName
{
color: #F221B1;
}
.AnyTagClassName
{
color: #F221B1;
}
</style>
background-color css
<style>
a { background-color: #F221B1; }
a { background-color: rgb(242,33,177); }
div.DivClassName
{
background-color: #F221B1;
}
.BgClassName
{
background-color: #F221B1;
}
</style>
border-color css
<style>
span { border-color: #F221B1; }
span { border-color: rgb(242,33,177); }
td.TdClassName
{
border-color: #F221B1;
}
.TagClassName
{
border-color: #F221B1;
}
</style>