Shades of Spicy Pink #F524B6
Tints of Spicy Pink #F524B6
RGB
CMYK
RGB Variations
Color information
#F524B6 (or 0xF524B6) is known color: Spicy Pink. HEX triplet: F5, 24 and B6. RGB value is (245,36,182). Sum of RGB (Red+Green+Blue) = 245+36+182=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F524B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524B6 is #0ADB49. Grayscale: #727272. Windows color (decimal): -711498 or 11937013. OLE color: 11937013.
HSL color Cylindrical-coordinate representation of color #F524B6: hue angle of 318.09º 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 #F524B6 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 182 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.04 |
| HSL | 318.09º | 0.91% | 0.55% | - |
| HSV(B) | 318.09º | 0.85% | 0.96% | - |
| XYZ | 46.73 | 24.05 | 46.44 | - |
| YUV | 115.14 | 165.74 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 182 | 0 | 0.85 | 0.26 | 0.04 | 318.09 | 0.91 | 0.55 |
| Hex | F5 | 24 | B6 | 0 | 55 | 1A | 4 | 13E | 5B | 37 |
| Octal | 365 | 44 | 266 | 0 | 125 | 32 | 4 | 476 | 133 | 67 |
| Binary | 11110101 | 100100 | 10110110 | 0 | 1010101 | 11010 | 100 | 100111110 | 1011011 | 110111 |
Color Harmonies of #F524B6
Complementary color
Monochromatic Colors of #F524B6
Black with #F524B6
Text Example
Text Example
White with #F524B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524B6; }
p { color: rgb(245,36,182); }
H1.HeaderClassName
{
color: #F524B6;
}
.AnyTagClassName
{
color: #F524B6;
}
</style>
background-color css
<style>
a { background-color: #F524B6; }
a { background-color: rgb(245,36,182); }
div.DivClassName
{
background-color: #F524B6;
}
.BgClassName
{
background-color: #F524B6;
}
</style>
border-color css
<style>
span { border-color: #F524B6; }
span { border-color: rgb(245,36,182); }
td.TdClassName
{
border-color: #F524B6;
}
.TagClassName
{
border-color: #F524B6;
}
</style>