Shades of Spicy Pink #F519A8
Tints of Spicy Pink #F519A8
RGB
CMYK
RGB Variations
Color information
#F519A8 (or 0xF519A8) is known color: Spicy Pink. HEX triplet: F5, 19 and A8. RGB value is (245,25,168). Sum of RGB (Red+Green+Blue) = 245+25+168=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F519A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F519A8 is #0AE657. Grayscale: #6A6A6A. Windows color (decimal): -714328 or 11016693. OLE color: 11016693.
HSL color Cylindrical-coordinate representation of color #F519A8: hue angle of 321º 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 #F519A8 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 168 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.04 |
| HSL | 321º | 0.92% | 0.53% | - |
| HSV(B) | 321º | 0.9% | 0.96% | - |
| XYZ | 45.07 | 22.93 | 39.1 | - |
| YUV | 107.08 | 162.39 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 168 | 0 | 0.90 | 0.31 | 0.04 | 321 | 0.92 | 0.53 |
| Hex | F5 | 19 | A8 | 0 | 5A | 1F | 4 | 141 | 5C | 35 |
| Octal | 365 | 31 | 250 | 0 | 132 | 37 | 4 | 501 | 134 | 65 |
| Binary | 11110101 | 11001 | 10101000 | 0 | 1011010 | 11111 | 100 | 101000001 | 1011100 | 110101 |
Color Harmonies of #F519A8
Complementary color
Monochromatic Colors of #F519A8
Black with #F519A8
Text Example
Text Example
White with #F519A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519A8; }
p { color: rgb(245,25,168); }
H1.HeaderClassName
{
color: #F519A8;
}
.AnyTagClassName
{
color: #F519A8;
}
</style>
background-color css
<style>
a { background-color: #F519A8; }
a { background-color: rgb(245,25,168); }
div.DivClassName
{
background-color: #F519A8;
}
.BgClassName
{
background-color: #F519A8;
}
</style>
border-color css
<style>
span { border-color: #F519A8; }
span { border-color: rgb(245,25,168); }
td.TdClassName
{
border-color: #F519A8;
}
.TagClassName
{
border-color: #F519A8;
}
</style>