Shades of Spicy Pink #F518AC
Tints of Spicy Pink #F518AC
RGB
CMYK
RGB Variations
Color information
#F518AC (or 0xF518AC) is known color: Spicy Pink. HEX triplet: F5, 18 and AC. RGB value is (245,24,172). Sum of RGB (Red+Green+Blue) = 245+24+172=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F518AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F518AC is #0AE753. Grayscale: #6A6A6A. Windows color (decimal): -714580 or 11278581. OLE color: 11278581.
HSL color Cylindrical-coordinate representation of color #F518AC: hue angle of 319.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 #F518AC is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 172 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.04 |
| HSL | 319.82º | 0.92% | 0.53% | - |
| HSV(B) | 319.82º | 0.9% | 0.96% | - |
| XYZ | 45.43 | 23.04 | 41.08 | - |
| YUV | 106.95 | 164.72 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 172 | 0 | 0.90 | 0.30 | 0.04 | 319.82 | 0.92 | 0.53 |
| Hex | F5 | 18 | AC | 0 | 5A | 1E | 4 | 140 | 5C | 35 |
| Octal | 365 | 30 | 254 | 0 | 132 | 36 | 4 | 500 | 134 | 65 |
| Binary | 11110101 | 11000 | 10101100 | 0 | 1011010 | 11110 | 100 | 101000000 | 1011100 | 110101 |
Color Harmonies of #F518AC
Complementary color
Monochromatic Colors of #F518AC
Black with #F518AC
Text Example
Text Example
White with #F518AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518AC; }
p { color: rgb(245,24,172); }
H1.HeaderClassName
{
color: #F518AC;
}
.AnyTagClassName
{
color: #F518AC;
}
</style>
background-color css
<style>
a { background-color: #F518AC; }
a { background-color: rgb(245,24,172); }
div.DivClassName
{
background-color: #F518AC;
}
.BgClassName
{
background-color: #F518AC;
}
</style>
border-color css
<style>
span { border-color: #F518AC; }
span { border-color: rgb(245,24,172); }
td.TdClassName
{
border-color: #F518AC;
}
.TagClassName
{
border-color: #F518AC;
}
</style>