Shades of Spicy Pink #F522BA
Tints of Spicy Pink #F522BA
RGB
CMYK
RGB Variations
Color information
#F522BA (or 0xF522BA) is known color: Spicy Pink. HEX triplet: F5, 22 and BA. RGB value is (245,34,186). Sum of RGB (Red+Green+Blue) = 245+34+186=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F522BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F522BA is #0ADD45. Grayscale: #727272. Windows color (decimal): -712006 or 12198645. OLE color: 12198645.
HSL color Cylindrical-coordinate representation of color #F522BA: hue angle of 316.78º 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 #F522BA is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 186 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.04 |
| HSL | 316.78º | 0.91% | 0.55% | - |
| HSV(B) | 316.78º | 0.86% | 0.96% | - |
| XYZ | 47.09 | 24.1 | 48.62 | - |
| YUV | 114.42 | 168.4 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 186 | 0 | 0.86 | 0.24 | 0.04 | 316.78 | 0.91 | 0.55 |
| Hex | F5 | 22 | BA | 0 | 56 | 18 | 4 | 13D | 5B | 37 |
| Octal | 365 | 42 | 272 | 0 | 126 | 30 | 4 | 475 | 133 | 67 |
| Binary | 11110101 | 100010 | 10111010 | 0 | 1010110 | 11000 | 100 | 100111101 | 1011011 | 110111 |
Color Harmonies of #F522BA
Complementary color
Monochromatic Colors of #F522BA
Black with #F522BA
Text Example
Text Example
White with #F522BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F522BA; }
p { color: rgb(245,34,186); }
H1.HeaderClassName
{
color: #F522BA;
}
.AnyTagClassName
{
color: #F522BA;
}
</style>
background-color css
<style>
a { background-color: #F522BA; }
a { background-color: rgb(245,34,186); }
div.DivClassName
{
background-color: #F522BA;
}
.BgClassName
{
background-color: #F522BA;
}
</style>
border-color css
<style>
span { border-color: #F522BA; }
span { border-color: rgb(245,34,186); }
td.TdClassName
{
border-color: #F522BA;
}
.TagClassName
{
border-color: #F522BA;
}
</style>