Shades of Spicy Pink #F520AE
Tints of Spicy Pink #F520AE
RGB
CMYK
RGB Variations
Color information
#F520AE (or 0xF520AE) is known color: Spicy Pink. HEX triplet: F5, 20 and AE. RGB value is (245,32,174). Sum of RGB (Red+Green+Blue) = 245+32+174=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F520AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F520AE is #0ADF51. Grayscale: #6F6F6F. Windows color (decimal): -712530 or 11411701. OLE color: 11411701.
HSL color Cylindrical-coordinate representation of color #F520AE: hue angle of 320º 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 #F520AE is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 174 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.04 |
| HSL | 320º | 0.91% | 0.54% | - |
| HSV(B) | 320º | 0.87% | 0.96% | - |
| XYZ | 45.81 | 23.5 | 42.17 | - |
| YUV | 111.88 | 163.07 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 174 | 0 | 0.87 | 0.29 | 0.04 | 320 | 0.91 | 0.54 |
| Hex | F5 | 20 | AE | 0 | 57 | 1D | 4 | 140 | 5B | 36 |
| Octal | 365 | 40 | 256 | 0 | 127 | 35 | 4 | 500 | 133 | 66 |
| Binary | 11110101 | 100000 | 10101110 | 0 | 1010111 | 11101 | 100 | 101000000 | 1011011 | 110110 |
Color Harmonies of #F520AE
Complementary color
Monochromatic Colors of #F520AE
Black with #F520AE
Text Example
Text Example
White with #F520AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520AE; }
p { color: rgb(245,32,174); }
H1.HeaderClassName
{
color: #F520AE;
}
.AnyTagClassName
{
color: #F520AE;
}
</style>
background-color css
<style>
a { background-color: #F520AE; }
a { background-color: rgb(245,32,174); }
div.DivClassName
{
background-color: #F520AE;
}
.BgClassName
{
background-color: #F520AE;
}
</style>
border-color css
<style>
span { border-color: #F520AE; }
span { border-color: rgb(245,32,174); }
td.TdClassName
{
border-color: #F520AE;
}
.TagClassName
{
border-color: #F520AE;
}
</style>