Shades of Spicy Pink #F524B7
Tints of Spicy Pink #F524B7
RGB
CMYK
RGB Variations
Color information
#F524B7 (or 0xF524B7) is known color: Spicy Pink. HEX triplet: F5, 24 and B7. RGB value is (245,36,183). Sum of RGB (Red+Green+Blue) = 245+36+183=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F524B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524B7 is #0ADB48. Grayscale: #727272. Windows color (decimal): -711497 or 12002549. OLE color: 12002549.
HSL color Cylindrical-coordinate representation of color #F524B7: hue angle of 317.8º 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 #F524B7 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 183 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.04 |
| HSL | 317.8º | 0.91% | 0.55% | - |
| HSV(B) | 317.8º | 0.85% | 0.96% | - |
| XYZ | 46.83 | 24.09 | 46.98 | - |
| YUV | 115.25 | 166.24 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 183 | 0 | 0.85 | 0.25 | 0.04 | 317.8 | 0.91 | 0.55 |
| Hex | F5 | 24 | B7 | 0 | 55 | 19 | 4 | 13E | 5B | 37 |
| Octal | 365 | 44 | 267 | 0 | 125 | 31 | 4 | 476 | 133 | 67 |
| Binary | 11110101 | 100100 | 10110111 | 0 | 1010101 | 11001 | 100 | 100111110 | 1011011 | 110111 |
Color Harmonies of #F524B7
Complementary color
Monochromatic Colors of #F524B7
Black with #F524B7
Text Example
Text Example
White with #F524B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524B7; }
p { color: rgb(245,36,183); }
H1.HeaderClassName
{
color: #F524B7;
}
.AnyTagClassName
{
color: #F524B7;
}
</style>
background-color css
<style>
a { background-color: #F524B7; }
a { background-color: rgb(245,36,183); }
div.DivClassName
{
background-color: #F524B7;
}
.BgClassName
{
background-color: #F524B7;
}
</style>
border-color css
<style>
span { border-color: #F524B7; }
span { border-color: rgb(245,36,183); }
td.TdClassName
{
border-color: #F524B7;
}
.TagClassName
{
border-color: #F524B7;
}
</style>