Shades of Spicy Pink #F519AF
Tints of Spicy Pink #F519AF
RGB
CMYK
RGB Variations
Color information
#F519AF (or 0xF519AF) is known color: Spicy Pink. HEX triplet: F5, 19 and AF. RGB value is (245,25,175). Sum of RGB (Red+Green+Blue) = 245+25+175=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F519AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F519AF is #0AE650. Grayscale: #6B6B6B. Windows color (decimal): -714321 or 11475445. OLE color: 11475445.
HSL color Cylindrical-coordinate representation of color #F519AF: hue angle of 319.09º 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 #F519AF is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 175 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.04 |
| HSL | 319.09º | 0.92% | 0.53% | - |
| HSV(B) | 319.09º | 0.9% | 0.96% | - |
| XYZ | 45.74 | 23.2 | 42.63 | - |
| YUV | 107.88 | 165.89 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 175 | 0 | 0.90 | 0.29 | 0.04 | 319.09 | 0.92 | 0.53 |
| Hex | F5 | 19 | AF | 0 | 5A | 1D | 4 | 13F | 5C | 35 |
| Octal | 365 | 31 | 257 | 0 | 132 | 35 | 4 | 477 | 134 | 65 |
| Binary | 11110101 | 11001 | 10101111 | 0 | 1011010 | 11101 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F519AF
Complementary color
Monochromatic Colors of #F519AF
Black with #F519AF
Text Example
Text Example
White with #F519AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519AF; }
p { color: rgb(245,25,175); }
H1.HeaderClassName
{
color: #F519AF;
}
.AnyTagClassName
{
color: #F519AF;
}
</style>
background-color css
<style>
a { background-color: #F519AF; }
a { background-color: rgb(245,25,175); }
div.DivClassName
{
background-color: #F519AF;
}
.BgClassName
{
background-color: #F519AF;
}
</style>
border-color css
<style>
span { border-color: #F519AF; }
span { border-color: rgb(245,25,175); }
td.TdClassName
{
border-color: #F519AF;
}
.TagClassName
{
border-color: #F519AF;
}
</style>