Shades of Spicy Pink #F422AB
Tints of Spicy Pink #F422AB
RGB
CMYK
RGB Variations
Color information
#F422AB (or 0xF422AB) is known color: Spicy Pink. HEX triplet: F4, 22 and AB. RGB value is (244,34,171). Sum of RGB (Red+Green+Blue) = 244+34+171=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F422AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F422AB is #0BDD54. Grayscale: #707070. Windows color (decimal): -777557 or 11215604. OLE color: 11215604.
HSL color Cylindrical-coordinate representation of color #F422AB: hue angle of 320.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422AB is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 171 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.04 |
| HSL | 320.86º | 0.91% | 0.55% | - |
| HSV(B) | 320.86º | 0.86% | 0.96% | - |
| XYZ | 45.23 | 23.32 | 40.64 | - |
| YUV | 112.41 | 161.07 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 171 | 0 | 0.86 | 0.30 | 0.04 | 320.86 | 0.91 | 0.55 |
| Hex | F4 | 22 | AB | 0 | 56 | 1E | 4 | 141 | 5B | 37 |
| Octal | 364 | 42 | 253 | 0 | 126 | 36 | 4 | 501 | 133 | 67 |
| Binary | 11110100 | 100010 | 10101011 | 0 | 1010110 | 11110 | 100 | 101000001 | 1011011 | 110111 |
Color Harmonies of #F422AB
Complementary color
Monochromatic Colors of #F422AB
Black with #F422AB
Text Example
Text Example
White with #F422AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422AB; }
p { color: rgb(244,34,171); }
H1.HeaderClassName
{
color: #F422AB;
}
.AnyTagClassName
{
color: #F422AB;
}
</style>
background-color css
<style>
a { background-color: #F422AB; }
a { background-color: rgb(244,34,171); }
div.DivClassName
{
background-color: #F422AB;
}
.BgClassName
{
background-color: #F422AB;
}
</style>
border-color css
<style>
span { border-color: #F422AB; }
span { border-color: rgb(244,34,171); }
td.TdClassName
{
border-color: #F422AB;
}
.TagClassName
{
border-color: #F422AB;
}
</style>