Shades of Spicy Pink #F520AC
Tints of Spicy Pink #F520AC
RGB
CMYK
RGB Variations
Color information
#F520AC (or 0xF520AC) is known color: Spicy Pink. HEX triplet: F5, 20 and AC. RGB value is (245,32,172). Sum of RGB (Red+Green+Blue) = 245+32+172=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F520AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F520AC is #0ADF53. Grayscale: #6F6F6F. Windows color (decimal): -712532 or 11280629. OLE color: 11280629.
HSL color Cylindrical-coordinate representation of color #F520AC: hue angle of 320.56º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520AC is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 172 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.04 |
| HSL | 320.56º | 0.91% | 0.54% | - |
| HSV(B) | 320.56º | 0.87% | 0.96% | - |
| XYZ | 45.62 | 23.42 | 41.15 | - |
| YUV | 111.65 | 162.07 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 172 | 0 | 0.87 | 0.30 | 0.04 | 320.56 | 0.91 | 0.54 |
| Hex | F5 | 20 | AC | 0 | 57 | 1E | 4 | 141 | 5B | 36 |
| Octal | 365 | 40 | 254 | 0 | 127 | 36 | 4 | 501 | 133 | 66 |
| Binary | 11110101 | 100000 | 10101100 | 0 | 1010111 | 11110 | 100 | 101000001 | 1011011 | 110110 |
Color Harmonies of #F520AC
Complementary color
Monochromatic Colors of #F520AC
Black with #F520AC
Text Example
Text Example
White with #F520AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520AC; }
p { color: rgb(245,32,172); }
H1.HeaderClassName
{
color: #F520AC;
}
.AnyTagClassName
{
color: #F520AC;
}
</style>
background-color css
<style>
a { background-color: #F520AC; }
a { background-color: rgb(245,32,172); }
div.DivClassName
{
background-color: #F520AC;
}
.BgClassName
{
background-color: #F520AC;
}
</style>
border-color css
<style>
span { border-color: #F520AC; }
span { border-color: rgb(245,32,172); }
td.TdClassName
{
border-color: #F520AC;
}
.TagClassName
{
border-color: #F520AC;
}
</style>