Shades of Spicy Pink #F421A8
Tints of Spicy Pink #F421A8
RGB
CMYK
RGB Variations
Color information
#F421A8 (or 0xF421A8) is known color: Spicy Pink. HEX triplet: F4, 21 and A8. RGB value is (244,33,168). Sum of RGB (Red+Green+Blue) = 244+33+168=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F421A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F421A8 is #0BDE57. Grayscale: #6F6F6F. Windows color (decimal): -777816 or 11018740. OLE color: 11018740.
HSL color Cylindrical-coordinate representation of color #F421A8: hue angle of 321.61º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421A8 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 168 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.04 |
| HSL | 321.61º | 0.91% | 0.54% | - |
| HSV(B) | 321.61º | 0.86% | 0.96% | - |
| XYZ | 44.92 | 23.15 | 39.15 | - |
| YUV | 111.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 168 | 0 | 0.86 | 0.31 | 0.04 | 321.61 | 0.91 | 0.54 |
| Hex | F4 | 21 | A8 | 0 | 56 | 1F | 4 | 142 | 5B | 36 |
| Octal | 364 | 41 | 250 | 0 | 126 | 37 | 4 | 502 | 133 | 66 |
| Binary | 11110100 | 100001 | 10101000 | 0 | 1010110 | 11111 | 100 | 101000010 | 1011011 | 110110 |
Color Harmonies of #F421A8
Complementary color
Monochromatic Colors of #F421A8
Black with #F421A8
Text Example
Text Example
White with #F421A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421A8; }
p { color: rgb(244,33,168); }
H1.HeaderClassName
{
color: #F421A8;
}
.AnyTagClassName
{
color: #F421A8;
}
</style>
background-color css
<style>
a { background-color: #F421A8; }
a { background-color: rgb(244,33,168); }
div.DivClassName
{
background-color: #F421A8;
}
.BgClassName
{
background-color: #F421A8;
}
</style>
border-color css
<style>
span { border-color: #F421A8; }
span { border-color: rgb(244,33,168); }
td.TdClassName
{
border-color: #F421A8;
}
.TagClassName
{
border-color: #F421A8;
}
</style>