Shades of Spicy Pink #F519B0
Tints of Spicy Pink #F519B0
RGB
CMYK
RGB Variations
Color information
#F519B0 (or 0xF519B0) is known color: Spicy Pink. HEX triplet: F5, 19 and B0. RGB value is (245,25,176). Sum of RGB (Red+Green+Blue) = 245+25+176=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F519B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F519B0 is #0AE64F. Grayscale: #6B6B6B. Windows color (decimal): -714320 or 11540981. OLE color: 11540981.
HSL color Cylindrical-coordinate representation of color #F519B0: hue angle of 318.82º 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 #F519B0 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 176 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.04 |
| HSL | 318.82º | 0.92% | 0.53% | - |
| HSV(B) | 318.82º | 0.9% | 0.96% | - |
| XYZ | 45.84 | 23.24 | 43.14 | - |
| YUV | 107.99 | 166.39 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 176 | 0 | 0.90 | 0.28 | 0.04 | 318.82 | 0.92 | 0.53 |
| Hex | F5 | 19 | B0 | 0 | 5A | 1C | 4 | 13F | 5C | 35 |
| Octal | 365 | 31 | 260 | 0 | 132 | 34 | 4 | 477 | 134 | 65 |
| Binary | 11110101 | 11001 | 10110000 | 0 | 1011010 | 11100 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F519B0
Complementary color
Monochromatic Colors of #F519B0
Black with #F519B0
Text Example
Text Example
White with #F519B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519B0; }
p { color: rgb(245,25,176); }
H1.HeaderClassName
{
color: #F519B0;
}
.AnyTagClassName
{
color: #F519B0;
}
</style>
background-color css
<style>
a { background-color: #F519B0; }
a { background-color: rgb(245,25,176); }
div.DivClassName
{
background-color: #F519B0;
}
.BgClassName
{
background-color: #F519B0;
}
</style>
border-color css
<style>
span { border-color: #F519B0; }
span { border-color: rgb(245,25,176); }
td.TdClassName
{
border-color: #F519B0;
}
.TagClassName
{
border-color: #F519B0;
}
</style>