Shades of Spicy Pink #F922AB
Tints of Spicy Pink #F922AB
RGB
CMYK
RGB Variations
Color information
#F922AB (or 0xF922AB) is known color: Spicy Pink. HEX triplet: F9, 22 and AB. RGB value is (249,34,171). Sum of RGB (Red+Green+Blue) = 249+34+171=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F922AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F922AB is #06DD54. Grayscale: #717171. Windows color (decimal): -449877 or 11215609. OLE color: 11215609.
HSL color Cylindrical-coordinate representation of color #F922AB: hue angle of 321.77º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F922AB is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 171 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.02 |
| HSL | 321.77º | 0.95% | 0.55% | - |
| HSV(B) | 321.77º | 0.86% | 0.98% | - |
| XYZ | 46.99 | 24.22 | 40.73 | - |
| YUV | 113.9 | 160.23 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 171 | 0 | 0.86 | 0.31 | 0.02 | 321.77 | 0.95 | 0.55 |
| Hex | F9 | 22 | AB | 0 | 56 | 1F | 2 | 142 | 5F | 37 |
| Octal | 371 | 42 | 253 | 0 | 126 | 37 | 2 | 502 | 137 | 67 |
| Binary | 11111001 | 100010 | 10101011 | 0 | 1010110 | 11111 | 10 | 101000010 | 1011111 | 110111 |
Color Harmonies of #F922AB
Complementary color
Monochromatic Colors of #F922AB
Black with #F922AB
Text Example
Text Example
White with #F922AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F922AB; }
p { color: rgb(249,34,171); }
H1.HeaderClassName
{
color: #F922AB;
}
.AnyTagClassName
{
color: #F922AB;
}
</style>
background-color css
<style>
a { background-color: #F922AB; }
a { background-color: rgb(249,34,171); }
div.DivClassName
{
background-color: #F922AB;
}
.BgClassName
{
background-color: #F922AB;
}
</style>
border-color css
<style>
span { border-color: #F922AB; }
span { border-color: rgb(249,34,171); }
td.TdClassName
{
border-color: #F922AB;
}
.TagClassName
{
border-color: #F922AB;
}
</style>