Shades of Spicy Pink #F522AC
Tints of Spicy Pink #F522AC
RGB
CMYK
RGB Variations
Color information
#F522AC (or 0xF522AC) is known color: Spicy Pink. HEX triplet: F5, 22 and AC. RGB value is (245,34,172). Sum of RGB (Red+Green+Blue) = 245+34+172=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 34 (13.67% from 255 or 7.54% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F522AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F522AC is #0ADD53. Grayscale: #707070. Windows color (decimal): -712020 or 11281141. OLE color: 11281141.
HSL color Cylindrical-coordinate representation of color #F522AC: hue angle of 320.76º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F522AC is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 172 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.04 |
| HSL | 320.76º | 0.91% | 0.55% | - |
| HSV(B) | 320.76º | 0.86% | 0.96% | - |
| XYZ | 45.67 | 23.54 | 41.17 | - |
| YUV | 112.82 | 161.4 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 172 | 0 | 0.86 | 0.30 | 0.04 | 320.76 | 0.91 | 0.55 |
| Hex | F5 | 22 | AC | 0 | 56 | 1E | 4 | 141 | 5B | 37 |
| Octal | 365 | 42 | 254 | 0 | 126 | 36 | 4 | 501 | 133 | 67 |
| Binary | 11110101 | 100010 | 10101100 | 0 | 1010110 | 11110 | 100 | 101000001 | 1011011 | 110111 |
Color Harmonies of #F522AC
Complementary color
Monochromatic Colors of #F522AC
Black with #F522AC
Text Example
Text Example
White with #F522AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F522AC; }
p { color: rgb(245,34,172); }
H1.HeaderClassName
{
color: #F522AC;
}
.AnyTagClassName
{
color: #F522AC;
}
</style>
background-color css
<style>
a { background-color: #F522AC; }
a { background-color: rgb(245,34,172); }
div.DivClassName
{
background-color: #F522AC;
}
.BgClassName
{
background-color: #F522AC;
}
</style>
border-color css
<style>
span { border-color: #F522AC; }
span { border-color: rgb(245,34,172); }
td.TdClassName
{
border-color: #F522AC;
}
.TagClassName
{
border-color: #F522AC;
}
</style>