Shades of Spicy Pink #F519AD
Tints of Spicy Pink #F519AD
RGB
CMYK
RGB Variations
Color information
#F519AD (or 0xF519AD) is known color: Spicy Pink. HEX triplet: F5, 19 and AD. RGB value is (245,25,173). Sum of RGB (Red+Green+Blue) = 245+25+173=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F519AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F519AD is #0AE652. Grayscale: #6B6B6B. Windows color (decimal): -714323 or 11344373. OLE color: 11344373.
HSL color Cylindrical-coordinate representation of color #F519AD: hue angle of 319.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519AD is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 173 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.04 |
| HSL | 319.64º | 0.92% | 0.53% | - |
| HSV(B) | 319.64º | 0.9% | 0.96% | - |
| XYZ | 45.55 | 23.12 | 41.6 | - |
| YUV | 107.65 | 164.89 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 173 | 0 | 0.90 | 0.29 | 0.04 | 319.64 | 0.92 | 0.53 |
| Hex | F5 | 19 | AD | 0 | 5A | 1D | 4 | 140 | 5C | 35 |
| Octal | 365 | 31 | 255 | 0 | 132 | 35 | 4 | 500 | 134 | 65 |
| Binary | 11110101 | 11001 | 10101101 | 0 | 1011010 | 11101 | 100 | 101000000 | 1011100 | 110101 |
Color Harmonies of #F519AD
Complementary color
Monochromatic Colors of #F519AD
Black with #F519AD
Text Example
Text Example
White with #F519AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519AD; }
p { color: rgb(245,25,173); }
H1.HeaderClassName
{
color: #F519AD;
}
.AnyTagClassName
{
color: #F519AD;
}
</style>
background-color css
<style>
a { background-color: #F519AD; }
a { background-color: rgb(245,25,173); }
div.DivClassName
{
background-color: #F519AD;
}
.BgClassName
{
background-color: #F519AD;
}
</style>
border-color css
<style>
span { border-color: #F519AD; }
span { border-color: rgb(245,25,173); }
td.TdClassName
{
border-color: #F519AD;
}
.TagClassName
{
border-color: #F519AD;
}
</style>