Shades of Spicy Pink #F524AD
Tints of Spicy Pink #F524AD
RGB
CMYK
RGB Variations
Color information
#F524AD (or 0xF524AD) is known color: Spicy Pink. HEX triplet: F5, 24 and AD. RGB value is (245,36,173). Sum of RGB (Red+Green+Blue) = 245+36+173=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F524AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F524AD is #0ADB52. Grayscale: #717171. Windows color (decimal): -711507 or 11347189. OLE color: 11347189.
HSL color Cylindrical-coordinate representation of color #F524AD: hue angle of 320.67º degrees, saturation: 0.91, 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 #F524AD is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 173 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.04 |
| HSL | 320.67º | 0.91% | 0.55% | - |
| HSV(B) | 320.67º | 0.85% | 0.96% | - |
| XYZ | 45.83 | 23.69 | 41.69 | - |
| YUV | 114.11 | 161.24 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 173 | 0 | 0.85 | 0.29 | 0.04 | 320.67 | 0.91 | 0.55 |
| Hex | F5 | 24 | AD | 0 | 55 | 1D | 4 | 141 | 5B | 37 |
| Octal | 365 | 44 | 255 | 0 | 125 | 35 | 4 | 501 | 133 | 67 |
| Binary | 11110101 | 100100 | 10101101 | 0 | 1010101 | 11101 | 100 | 101000001 | 1011011 | 110111 |
Color Harmonies of #F524AD
Complementary color
Monochromatic Colors of #F524AD
Black with #F524AD
Text Example
Text Example
White with #F524AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524AD; }
p { color: rgb(245,36,173); }
H1.HeaderClassName
{
color: #F524AD;
}
.AnyTagClassName
{
color: #F524AD;
}
</style>
background-color css
<style>
a { background-color: #F524AD; }
a { background-color: rgb(245,36,173); }
div.DivClassName
{
background-color: #F524AD;
}
.BgClassName
{
background-color: #F524AD;
}
</style>
border-color css
<style>
span { border-color: #F524AD; }
span { border-color: rgb(245,36,173); }
td.TdClassName
{
border-color: #F524AD;
}
.TagClassName
{
border-color: #F524AD;
}
</style>