Shades of Spicy Pink #F420A8
Tints of Spicy Pink #F420A8
RGB
CMYK
RGB Variations
Color information
#F420A8 (or 0xF420A8) is known color: Spicy Pink. HEX triplet: F4, 20 and A8. RGB value is (244,32,168). Sum of RGB (Red+Green+Blue) = 244+32+168=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F420A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F420A8 is #0BDF57. Grayscale: #6E6E6E. Windows color (decimal): -778072 or 11018484. OLE color: 11018484.
HSL color Cylindrical-coordinate representation of color #F420A8: hue angle of 321.51º 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 #F420A8 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 168 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.04 |
| HSL | 321.51º | 0.91% | 0.54% | - |
| HSV(B) | 321.51º | 0.87% | 0.96% | - |
| XYZ | 44.89 | 23.09 | 39.14 | - |
| YUV | 110.89 | 160.24 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 168 | 0 | 0.87 | 0.31 | 0.04 | 321.51 | 0.91 | 0.54 |
| Hex | F4 | 20 | A8 | 0 | 57 | 1F | 4 | 142 | 5B | 36 |
| Octal | 364 | 40 | 250 | 0 | 127 | 37 | 4 | 502 | 133 | 66 |
| Binary | 11110100 | 100000 | 10101000 | 0 | 1010111 | 11111 | 100 | 101000010 | 1011011 | 110110 |
Color Harmonies of #F420A8
Complementary color
Monochromatic Colors of #F420A8
Black with #F420A8
Text Example
Text Example
White with #F420A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420A8; }
p { color: rgb(244,32,168); }
H1.HeaderClassName
{
color: #F420A8;
}
.AnyTagClassName
{
color: #F420A8;
}
</style>
background-color css
<style>
a { background-color: #F420A8; }
a { background-color: rgb(244,32,168); }
div.DivClassName
{
background-color: #F420A8;
}
.BgClassName
{
background-color: #F420A8;
}
</style>
border-color css
<style>
span { border-color: #F420A8; }
span { border-color: rgb(244,32,168); }
td.TdClassName
{
border-color: #F420A8;
}
.TagClassName
{
border-color: #F420A8;
}
</style>