Shades of Spicy Pink #F524BA
Tints of Spicy Pink #F524BA
RGB
CMYK
RGB Variations
Color information
#F524BA (or 0xF524BA) is known color: Spicy Pink. HEX triplet: F5, 24 and BA. RGB value is (245,36,186). Sum of RGB (Red+Green+Blue) = 245+36+186=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F524BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524BA is #0ADB45. Grayscale: #737373. Windows color (decimal): -711494 or 12199157. OLE color: 12199157.
HSL color Cylindrical-coordinate representation of color #F524BA: hue angle of 316.94º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F524BA is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 186 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.04 |
| HSL | 316.94º | 0.91% | 0.55% | - |
| HSV(B) | 316.94º | 0.85% | 0.96% | - |
| XYZ | 47.15 | 24.22 | 48.64 | - |
| YUV | 115.59 | 167.74 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 186 | 0 | 0.85 | 0.24 | 0.04 | 316.94 | 0.91 | 0.55 |
| Hex | F5 | 24 | BA | 0 | 55 | 18 | 4 | 13D | 5B | 37 |
| Octal | 365 | 44 | 272 | 0 | 125 | 30 | 4 | 475 | 133 | 67 |
| Binary | 11110101 | 100100 | 10111010 | 0 | 1010101 | 11000 | 100 | 100111101 | 1011011 | 110111 |
Color Harmonies of #F524BA
Complementary color
Monochromatic Colors of #F524BA
Black with #F524BA
Text Example
Text Example
White with #F524BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524BA; }
p { color: rgb(245,36,186); }
H1.HeaderClassName
{
color: #F524BA;
}
.AnyTagClassName
{
color: #F524BA;
}
</style>
background-color css
<style>
a { background-color: #F524BA; }
a { background-color: rgb(245,36,186); }
div.DivClassName
{
background-color: #F524BA;
}
.BgClassName
{
background-color: #F524BA;
}
</style>
border-color css
<style>
span { border-color: #F524BA; }
span { border-color: rgb(245,36,186); }
td.TdClassName
{
border-color: #F524BA;
}
.TagClassName
{
border-color: #F524BA;
}
</style>