Shades of Spicy Pink #F516AC
Tints of Spicy Pink #F516AC
RGB
CMYK
RGB Variations
Color information
#F516AC (or 0xF516AC) is known color: Spicy Pink. HEX triplet: F5, 16 and AC. RGB value is (245,22,172). Sum of RGB (Red+Green+Blue) = 245+22+172=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F516AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F516AC is #0AE953. Grayscale: #696969. Windows color (decimal): -715092 or 11278069. OLE color: 11278069.
HSL color Cylindrical-coordinate representation of color #F516AC: hue angle of 319.64º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516AC is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 172 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.04 |
| HSL | 319.64º | 0.92% | 0.52% | - |
| HSV(B) | 319.64º | 0.91% | 0.96% | - |
| XYZ | 45.39 | 22.96 | 41.07 | - |
| YUV | 105.78 | 165.38 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 172 | 0 | 0.91 | 0.30 | 0.04 | 319.64 | 0.92 | 0.52 |
| Hex | F5 | 16 | AC | 0 | 5B | 1E | 4 | 140 | 5C | 34 |
| Octal | 365 | 26 | 254 | 0 | 133 | 36 | 4 | 500 | 134 | 64 |
| Binary | 11110101 | 10110 | 10101100 | 0 | 1011011 | 11110 | 100 | 101000000 | 1011100 | 110100 |
Color Harmonies of #F516AC
Complementary color
Monochromatic Colors of #F516AC
Black with #F516AC
Text Example
Text Example
White with #F516AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516AC; }
p { color: rgb(245,22,172); }
H1.HeaderClassName
{
color: #F516AC;
}
.AnyTagClassName
{
color: #F516AC;
}
</style>
background-color css
<style>
a { background-color: #F516AC; }
a { background-color: rgb(245,22,172); }
div.DivClassName
{
background-color: #F516AC;
}
.BgClassName
{
background-color: #F516AC;
}
</style>
border-color css
<style>
span { border-color: #F516AC; }
span { border-color: rgb(245,22,172); }
td.TdClassName
{
border-color: #F516AC;
}
.TagClassName
{
border-color: #F516AC;
}
</style>