Shades of Spicy Pink #F513AB
Tints of Spicy Pink #F513AB
RGB
CMYK
RGB Variations
Color information
#F513AB (or 0xF513AB) is known color: Spicy Pink. HEX triplet: F5, 13 and AB. RGB value is (245,19,171). Sum of RGB (Red+Green+Blue) = 245+19+171=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F513AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F513AB is #0AEC54. Grayscale: #676767. Windows color (decimal): -715861 or 11211765. OLE color: 11211765.
HSL color Cylindrical-coordinate representation of color #F513AB: hue angle of 319.65º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F513AB is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 171 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.04 |
| HSL | 319.65º | 0.92% | 0.52% | - |
| HSV(B) | 319.65º | 0.92% | 0.96% | - |
| XYZ | 45.24 | 22.82 | 40.55 | - |
| YUV | 103.9 | 165.87 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 171 | 0 | 0.92 | 0.30 | 0.04 | 319.65 | 0.92 | 0.52 |
| Hex | F5 | 13 | AB | 0 | 5C | 1E | 4 | 140 | 5C | 34 |
| Octal | 365 | 23 | 253 | 0 | 134 | 36 | 4 | 500 | 134 | 64 |
| Binary | 11110101 | 10011 | 10101011 | 0 | 1011100 | 11110 | 100 | 101000000 | 1011100 | 110100 |
Color Harmonies of #F513AB
Complementary color
Monochromatic Colors of #F513AB
Black with #F513AB
Text Example
Text Example
White with #F513AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513AB; }
p { color: rgb(245,19,171); }
H1.HeaderClassName
{
color: #F513AB;
}
.AnyTagClassName
{
color: #F513AB;
}
</style>
background-color css
<style>
a { background-color: #F513AB; }
a { background-color: rgb(245,19,171); }
div.DivClassName
{
background-color: #F513AB;
}
.BgClassName
{
background-color: #F513AB;
}
</style>
border-color css
<style>
span { border-color: #F513AB; }
span { border-color: rgb(245,19,171); }
td.TdClassName
{
border-color: #F513AB;
}
.TagClassName
{
border-color: #F513AB;
}
</style>