Shades of Spicy Pink #F428AD
Tints of Spicy Pink #F428AD
RGB
CMYK
RGB Variations
Color information
#F428AD (or 0xF428AD) is known color: Spicy Pink. HEX triplet: F4, 28 and AD. RGB value is (244,40,173). Sum of RGB (Red+Green+Blue) = 244+40+173=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F428AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F428AD is #0BD752. Grayscale: #737373. Windows color (decimal): -776019 or 11348212. OLE color: 11348212.
HSL color Cylindrical-coordinate representation of color #F428AD: hue angle of 320.88º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428AD is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 173 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.04 |
| HSL | 320.88º | 0.9% | 0.56% | - |
| HSV(B) | 320.88º | 0.84% | 0.96% | - |
| XYZ | 45.61 | 23.77 | 41.72 | - |
| YUV | 116.16 | 160.09 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 173 | 0 | 0.84 | 0.29 | 0.04 | 320.88 | 0.9 | 0.56 |
| Hex | F4 | 28 | AD | 0 | 54 | 1D | 4 | 141 | 5A | 38 |
| Octal | 364 | 50 | 255 | 0 | 124 | 35 | 4 | 501 | 132 | 70 |
| Binary | 11110100 | 101000 | 10101101 | 0 | 1010100 | 11101 | 100 | 101000001 | 1011010 | 111000 |
Color Harmonies of #F428AD
Complementary color
Monochromatic Colors of #F428AD
Black with #F428AD
Text Example
Text Example
White with #F428AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428AD; }
p { color: rgb(244,40,173); }
H1.HeaderClassName
{
color: #F428AD;
}
.AnyTagClassName
{
color: #F428AD;
}
</style>
background-color css
<style>
a { background-color: #F428AD; }
a { background-color: rgb(244,40,173); }
div.DivClassName
{
background-color: #F428AD;
}
.BgClassName
{
background-color: #F428AD;
}
</style>
border-color css
<style>
span { border-color: #F428AD; }
span { border-color: rgb(244,40,173); }
td.TdClassName
{
border-color: #F428AD;
}
.TagClassName
{
border-color: #F428AD;
}
</style>