Shades of Spicy Pink #F425AD
Tints of Spicy Pink #F425AD
RGB
CMYK
RGB Variations
Color information
#F425AD (or 0xF425AD) is known color: Spicy Pink. HEX triplet: F4, 25 and AD. RGB value is (244,37,173). Sum of RGB (Red+Green+Blue) = 244+37+173=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F425AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F425AD is #0BDA52. Grayscale: #727272. Windows color (decimal): -776787 or 11347444. OLE color: 11347444.
HSL color Cylindrical-coordinate representation of color #F425AD: hue angle of 320.58º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425AD is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 173 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.04 |
| HSL | 320.58º | 0.9% | 0.55% | - |
| HSV(B) | 320.58º | 0.85% | 0.96% | - |
| XYZ | 45.51 | 23.57 | 41.69 | - |
| YUV | 114.4 | 161.08 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 173 | 0 | 0.85 | 0.29 | 0.04 | 320.58 | 0.9 | 0.55 |
| Hex | F4 | 25 | AD | 0 | 55 | 1D | 4 | 141 | 5A | 37 |
| Octal | 364 | 45 | 255 | 0 | 125 | 35 | 4 | 501 | 132 | 67 |
| Binary | 11110100 | 100101 | 10101101 | 0 | 1010101 | 11101 | 100 | 101000001 | 1011010 | 110111 |
Color Harmonies of #F425AD
Complementary color
Monochromatic Colors of #F425AD
Black with #F425AD
Text Example
Text Example
White with #F425AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425AD; }
p { color: rgb(244,37,173); }
H1.HeaderClassName
{
color: #F425AD;
}
.AnyTagClassName
{
color: #F425AD;
}
</style>
background-color css
<style>
a { background-color: #F425AD; }
a { background-color: rgb(244,37,173); }
div.DivClassName
{
background-color: #F425AD;
}
.BgClassName
{
background-color: #F425AD;
}
</style>
border-color css
<style>
span { border-color: #F425AD; }
span { border-color: rgb(244,37,173); }
td.TdClassName
{
border-color: #F425AD;
}
.TagClassName
{
border-color: #F425AD;
}
</style>