Shades of Spicy Pink #F524B9
Tints of Spicy Pink #F524B9
RGB
CMYK
RGB Variations
Color information
#F524B9 (or 0xF524B9) is known color: Spicy Pink. HEX triplet: F5, 24 and B9. RGB value is (245,36,185). Sum of RGB (Red+Green+Blue) = 245+36+185=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F524B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524B9 is #0ADB46. Grayscale: #737373. Windows color (decimal): -711495 or 12133621. OLE color: 12133621.
HSL color Cylindrical-coordinate representation of color #F524B9: hue angle of 317.22º 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 #F524B9 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 185 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.04 |
| HSL | 317.22º | 0.91% | 0.55% | - |
| HSV(B) | 317.22º | 0.85% | 0.96% | - |
| XYZ | 47.04 | 24.18 | 48.09 | - |
| YUV | 115.48 | 167.24 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 185 | 0 | 0.85 | 0.24 | 0.04 | 317.22 | 0.91 | 0.55 |
| Hex | F5 | 24 | B9 | 0 | 55 | 18 | 4 | 13D | 5B | 37 |
| Octal | 365 | 44 | 271 | 0 | 125 | 30 | 4 | 475 | 133 | 67 |
| Binary | 11110101 | 100100 | 10111001 | 0 | 1010101 | 11000 | 100 | 100111101 | 1011011 | 110111 |
Color Harmonies of #F524B9
Complementary color
Monochromatic Colors of #F524B9
Black with #F524B9
Text Example
Text Example
White with #F524B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524B9; }
p { color: rgb(245,36,185); }
H1.HeaderClassName
{
color: #F524B9;
}
.AnyTagClassName
{
color: #F524B9;
}
</style>
background-color css
<style>
a { background-color: #F524B9; }
a { background-color: rgb(245,36,185); }
div.DivClassName
{
background-color: #F524B9;
}
.BgClassName
{
background-color: #F524B9;
}
</style>
border-color css
<style>
span { border-color: #F524B9; }
span { border-color: rgb(245,36,185); }
td.TdClassName
{
border-color: #F524B9;
}
.TagClassName
{
border-color: #F524B9;
}
</style>