Shades of Spicy Pink #F422A8
Tints of Spicy Pink #F422A8
RGB
CMYK
RGB Variations
Color information
#F422A8 (or 0xF422A8) is known color: Spicy Pink. HEX triplet: F4, 22 and A8. RGB value is (244,34,168). Sum of RGB (Red+Green+Blue) = 244+34+168=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F422A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F422A8 is #0BDD57. Grayscale: #6F6F6F. Windows color (decimal): -777560 or 11018996. OLE color: 11018996.
HSL color Cylindrical-coordinate representation of color #F422A8: hue angle of 321.71º 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 #F422A8 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 168 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.04 |
| HSL | 321.71º | 0.91% | 0.55% | - |
| HSV(B) | 321.71º | 0.86% | 0.96% | - |
| XYZ | 44.95 | 23.2 | 39.16 | - |
| YUV | 112.07 | 159.57 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 168 | 0 | 0.86 | 0.31 | 0.04 | 321.71 | 0.91 | 0.55 |
| Hex | F4 | 22 | A8 | 0 | 56 | 1F | 4 | 142 | 5B | 37 |
| Octal | 364 | 42 | 250 | 0 | 126 | 37 | 4 | 502 | 133 | 67 |
| Binary | 11110100 | 100010 | 10101000 | 0 | 1010110 | 11111 | 100 | 101000010 | 1011011 | 110111 |
Color Harmonies of #F422A8
Complementary color
Monochromatic Colors of #F422A8
Black with #F422A8
Text Example
Text Example
White with #F422A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422A8; }
p { color: rgb(244,34,168); }
H1.HeaderClassName
{
color: #F422A8;
}
.AnyTagClassName
{
color: #F422A8;
}
</style>
background-color css
<style>
a { background-color: #F422A8; }
a { background-color: rgb(244,34,168); }
div.DivClassName
{
background-color: #F422A8;
}
.BgClassName
{
background-color: #F422A8;
}
</style>
border-color css
<style>
span { border-color: #F422A8; }
span { border-color: rgb(244,34,168); }
td.TdClassName
{
border-color: #F422A8;
}
.TagClassName
{
border-color: #F422A8;
}
</style>