Shades of Spicy Pink #F420AD
Tints of Spicy Pink #F420AD
RGB
CMYK
RGB Variations
Color information
#F420AD (or 0xF420AD) is known color: Spicy Pink. HEX triplet: F4, 20 and AD. RGB value is (244,32,173). Sum of RGB (Red+Green+Blue) = 244+32+173=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F420AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F420AD is #0BDF52. Grayscale: #6F6F6F. Windows color (decimal): -778067 or 11346164. OLE color: 11346164.
HSL color Cylindrical-coordinate representation of color #F420AD: hue angle of 320.09º 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 #F420AD is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 173 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.04 |
| HSL | 320.09º | 0.91% | 0.54% | - |
| HSV(B) | 320.09º | 0.87% | 0.96% | - |
| XYZ | 45.37 | 23.28 | 41.64 | - |
| YUV | 111.46 | 162.74 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 173 | 0 | 0.87 | 0.29 | 0.04 | 320.09 | 0.91 | 0.54 |
| Hex | F4 | 20 | AD | 0 | 57 | 1D | 4 | 140 | 5B | 36 |
| Octal | 364 | 40 | 255 | 0 | 127 | 35 | 4 | 500 | 133 | 66 |
| Binary | 11110100 | 100000 | 10101101 | 0 | 1010111 | 11101 | 100 | 101000000 | 1011011 | 110110 |
Color Harmonies of #F420AD
Complementary color
Monochromatic Colors of #F420AD
Black with #F420AD
Text Example
Text Example
White with #F420AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420AD; }
p { color: rgb(244,32,173); }
H1.HeaderClassName
{
color: #F420AD;
}
.AnyTagClassName
{
color: #F420AD;
}
</style>
background-color css
<style>
a { background-color: #F420AD; }
a { background-color: rgb(244,32,173); }
div.DivClassName
{
background-color: #F420AD;
}
.BgClassName
{
background-color: #F420AD;
}
</style>
border-color css
<style>
span { border-color: #F420AD; }
span { border-color: rgb(244,32,173); }
td.TdClassName
{
border-color: #F420AD;
}
.TagClassName
{
border-color: #F420AD;
}
</style>