Shades of Spicy Pink #F519B3
Tints of Spicy Pink #F519B3
RGB
CMYK
RGB Variations
Color information
#F519B3 (or 0xF519B3) is known color: Spicy Pink. HEX triplet: F5, 19 and B3. RGB value is (245,25,179). Sum of RGB (Red+Green+Blue) = 245+25+179=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F519B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519B3 is #0AE64C. Grayscale: #6B6B6B. Windows color (decimal): -714317 or 11737589. OLE color: 11737589.
HSL color Cylindrical-coordinate representation of color #F519B3: hue angle of 318º 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 #F519B3 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 179 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.04 |
| HSL | 318º | 0.92% | 0.53% | - |
| HSV(B) | 318º | 0.9% | 0.96% | - |
| XYZ | 46.14 | 23.36 | 44.73 | - |
| YUV | 108.34 | 167.89 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 179 | 0 | 0.90 | 0.27 | 0.04 | 318 | 0.92 | 0.53 |
| Hex | F5 | 19 | B3 | 0 | 5A | 1B | 4 | 13E | 5C | 35 |
| Octal | 365 | 31 | 263 | 0 | 132 | 33 | 4 | 476 | 134 | 65 |
| Binary | 11110101 | 11001 | 10110011 | 0 | 1011010 | 11011 | 100 | 100111110 | 1011100 | 110101 |
Color Harmonies of #F519B3
Complementary color
Monochromatic Colors of #F519B3
Black with #F519B3
Text Example
Text Example
White with #F519B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519B3; }
p { color: rgb(245,25,179); }
H1.HeaderClassName
{
color: #F519B3;
}
.AnyTagClassName
{
color: #F519B3;
}
</style>
background-color css
<style>
a { background-color: #F519B3; }
a { background-color: rgb(245,25,179); }
div.DivClassName
{
background-color: #F519B3;
}
.BgClassName
{
background-color: #F519B3;
}
</style>
border-color css
<style>
span { border-color: #F519B3; }
span { border-color: rgb(245,25,179); }
td.TdClassName
{
border-color: #F519B3;
}
.TagClassName
{
border-color: #F519B3;
}
</style>