Shades of Spicy Pink #F524B2
Tints of Spicy Pink #F524B2
RGB
CMYK
RGB Variations
Color information
#F524B2 (or 0xF524B2) is known color: Spicy Pink. HEX triplet: F5, 24 and B2. RGB value is (245,36,178). Sum of RGB (Red+Green+Blue) = 245+36+178=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F524B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F524B2 is #0ADB4D. Grayscale: #727272. Windows color (decimal): -711502 or 11674869. OLE color: 11674869.
HSL color Cylindrical-coordinate representation of color #F524B2: hue angle of 319.23º 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 #F524B2 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 178 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.04 |
| HSL | 319.23º | 0.91% | 0.55% | - |
| HSV(B) | 319.23º | 0.85% | 0.96% | - |
| XYZ | 46.32 | 23.89 | 44.29 | - |
| YUV | 114.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 178 | 0 | 0.85 | 0.27 | 0.04 | 319.23 | 0.91 | 0.55 |
| Hex | F5 | 24 | B2 | 0 | 55 | 1B | 4 | 13F | 5B | 37 |
| Octal | 365 | 44 | 262 | 0 | 125 | 33 | 4 | 477 | 133 | 67 |
| Binary | 11110101 | 100100 | 10110010 | 0 | 1010101 | 11011 | 100 | 100111111 | 1011011 | 110111 |
Color Harmonies of #F524B2
Complementary color
Monochromatic Colors of #F524B2
Black with #F524B2
Text Example
Text Example
White with #F524B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524B2; }
p { color: rgb(245,36,178); }
H1.HeaderClassName
{
color: #F524B2;
}
.AnyTagClassName
{
color: #F524B2;
}
</style>
background-color css
<style>
a { background-color: #F524B2; }
a { background-color: rgb(245,36,178); }
div.DivClassName
{
background-color: #F524B2;
}
.BgClassName
{
background-color: #F524B2;
}
</style>
border-color css
<style>
span { border-color: #F524B2; }
span { border-color: rgb(245,36,178); }
td.TdClassName
{
border-color: #F524B2;
}
.TagClassName
{
border-color: #F524B2;
}
</style>