Shades of Spicy Pink #F420AA
Tints of Spicy Pink #F420AA
RGB
CMYK
RGB Variations
Color information
#F420AA (or 0xF420AA) is known color: Spicy Pink. HEX triplet: F4, 20 and AA. RGB value is (244,32,170). Sum of RGB (Red+Green+Blue) = 244+32+170=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F420AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F420AA is #0BDF55. Grayscale: #6E6E6E. Windows color (decimal): -778070 or 11149556. OLE color: 11149556.
HSL color Cylindrical-coordinate representation of color #F420AA: hue angle of 320.94º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420AA is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 170 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.04 |
| HSL | 320.94º | 0.91% | 0.54% | - |
| HSV(B) | 320.94º | 0.87% | 0.96% | - |
| XYZ | 45.08 | 23.17 | 40.13 | - |
| YUV | 111.12 | 161.24 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 170 | 0 | 0.87 | 0.30 | 0.04 | 320.94 | 0.91 | 0.54 |
| Hex | F4 | 20 | AA | 0 | 57 | 1E | 4 | 141 | 5B | 36 |
| Octal | 364 | 40 | 252 | 0 | 127 | 36 | 4 | 501 | 133 | 66 |
| Binary | 11110100 | 100000 | 10101010 | 0 | 1010111 | 11110 | 100 | 101000001 | 1011011 | 110110 |
Color Harmonies of #F420AA
Complementary color
Monochromatic Colors of #F420AA
Black with #F420AA
Text Example
Text Example
White with #F420AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420AA; }
p { color: rgb(244,32,170); }
H1.HeaderClassName
{
color: #F420AA;
}
.AnyTagClassName
{
color: #F420AA;
}
</style>
background-color css
<style>
a { background-color: #F420AA; }
a { background-color: rgb(244,32,170); }
div.DivClassName
{
background-color: #F420AA;
}
.BgClassName
{
background-color: #F420AA;
}
</style>
border-color css
<style>
span { border-color: #F420AA; }
span { border-color: rgb(244,32,170); }
td.TdClassName
{
border-color: #F420AA;
}
.TagClassName
{
border-color: #F420AA;
}
</style>