Shades of Spicy Pink #F522A8
Tints of Spicy Pink #F522A8
RGB
CMYK
RGB Variations
Color information
#F522A8 (or 0xF522A8) is known color: Spicy Pink. HEX triplet: F5, 22 and A8. RGB value is (245,34,168). Sum of RGB (Red+Green+Blue) = 245+34+168=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F522A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F522A8 is #0ADD57. Grayscale: #707070. Windows color (decimal): -712024 or 11018997. OLE color: 11018997.
HSL color Cylindrical-coordinate representation of color #F522A8: hue angle of 321.9º 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 #F522A8 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 168 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.04 |
| HSL | 321.9º | 0.91% | 0.55% | - |
| HSV(B) | 321.9º | 0.86% | 0.96% | - |
| XYZ | 45.3 | 23.38 | 39.17 | - |
| YUV | 112.37 | 159.4 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 168 | 0 | 0.86 | 0.31 | 0.04 | 321.9 | 0.91 | 0.55 |
| Hex | F5 | 22 | A8 | 0 | 56 | 1F | 4 | 142 | 5B | 37 |
| Octal | 365 | 42 | 250 | 0 | 126 | 37 | 4 | 502 | 133 | 67 |
| Binary | 11110101 | 100010 | 10101000 | 0 | 1010110 | 11111 | 100 | 101000010 | 1011011 | 110111 |
Color Harmonies of #F522A8
Complementary color
Monochromatic Colors of #F522A8
Black with #F522A8
Text Example
Text Example
White with #F522A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F522A8; }
p { color: rgb(245,34,168); }
H1.HeaderClassName
{
color: #F522A8;
}
.AnyTagClassName
{
color: #F522A8;
}
</style>
background-color css
<style>
a { background-color: #F522A8; }
a { background-color: rgb(245,34,168); }
div.DivClassName
{
background-color: #F522A8;
}
.BgClassName
{
background-color: #F522A8;
}
</style>
border-color css
<style>
span { border-color: #F522A8; }
span { border-color: rgb(245,34,168); }
td.TdClassName
{
border-color: #F522A8;
}
.TagClassName
{
border-color: #F522A8;
}
</style>