Shades of Spicy Pink #F525AD
Tints of Spicy Pink #F525AD
RGB
CMYK
RGB Variations
Color information
#F525AD (or 0xF525AD) is known color: Spicy Pink. HEX triplet: F5, 25 and AD. RGB value is (245,37,173). Sum of RGB (Red+Green+Blue) = 245+37+173=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F525AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F525AD is #0ADA52. Grayscale: #727272. Windows color (decimal): -711251 or 11347445. OLE color: 11347445.
HSL color Cylindrical-coordinate representation of color #F525AD: hue angle of 320.77º 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 #F525AD is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 173 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.04 |
| HSL | 320.77º | 0.91% | 0.55% | - |
| HSV(B) | 320.77º | 0.85% | 0.96% | - |
| XYZ | 45.86 | 23.75 | 41.7 | - |
| YUV | 114.7 | 160.91 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 173 | 0 | 0.85 | 0.29 | 0.04 | 320.77 | 0.91 | 0.55 |
| Hex | F5 | 25 | AD | 0 | 55 | 1D | 4 | 141 | 5B | 37 |
| Octal | 365 | 45 | 255 | 0 | 125 | 35 | 4 | 501 | 133 | 67 |
| Binary | 11110101 | 100101 | 10101101 | 0 | 1010101 | 11101 | 100 | 101000001 | 1011011 | 110111 |
Color Harmonies of #F525AD
Complementary color
Monochromatic Colors of #F525AD
Black with #F525AD
Text Example
Text Example
White with #F525AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525AD; }
p { color: rgb(245,37,173); }
H1.HeaderClassName
{
color: #F525AD;
}
.AnyTagClassName
{
color: #F525AD;
}
</style>
background-color css
<style>
a { background-color: #F525AD; }
a { background-color: rgb(245,37,173); }
div.DivClassName
{
background-color: #F525AD;
}
.BgClassName
{
background-color: #F525AD;
}
</style>
border-color css
<style>
span { border-color: #F525AD; }
span { border-color: rgb(245,37,173); }
td.TdClassName
{
border-color: #F525AD;
}
.TagClassName
{
border-color: #F525AD;
}
</style>