Shades of Spicy Pink #F518AE
Tints of Spicy Pink #F518AE
RGB
CMYK
RGB Variations
Color information
#F518AE (or 0xF518AE) is known color: Spicy Pink. HEX triplet: F5, 18 and AE. RGB value is (245,24,174). Sum of RGB (Red+Green+Blue) = 245+24+174=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F518AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F518AE is #0AE751. Grayscale: #6A6A6A. Windows color (decimal): -714578 or 11409653. OLE color: 11409653.
HSL color Cylindrical-coordinate representation of color #F518AE: hue angle of 319.28º 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 #F518AE is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 174 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.04 |
| HSL | 319.28º | 0.92% | 0.53% | - |
| HSV(B) | 319.28º | 0.9% | 0.96% | - |
| XYZ | 45.62 | 23.12 | 42.1 | - |
| YUV | 107.18 | 165.72 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 174 | 0 | 0.90 | 0.29 | 0.04 | 319.28 | 0.92 | 0.53 |
| Hex | F5 | 18 | AE | 0 | 5A | 1D | 4 | 13F | 5C | 35 |
| Octal | 365 | 30 | 256 | 0 | 132 | 35 | 4 | 477 | 134 | 65 |
| Binary | 11110101 | 11000 | 10101110 | 0 | 1011010 | 11101 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F518AE
Complementary color
Monochromatic Colors of #F518AE
Black with #F518AE
Text Example
Text Example
White with #F518AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518AE; }
p { color: rgb(245,24,174); }
H1.HeaderClassName
{
color: #F518AE;
}
.AnyTagClassName
{
color: #F518AE;
}
</style>
background-color css
<style>
a { background-color: #F518AE; }
a { background-color: rgb(245,24,174); }
div.DivClassName
{
background-color: #F518AE;
}
.BgClassName
{
background-color: #F518AE;
}
</style>
border-color css
<style>
span { border-color: #F518AE; }
span { border-color: rgb(245,24,174); }
td.TdClassName
{
border-color: #F518AE;
}
.TagClassName
{
border-color: #F518AE;
}
</style>