Shades of Spicy Pink #F524B3
Tints of Spicy Pink #F524B3
RGB
CMYK
RGB Variations
Color information
#F524B3 (or 0xF524B3) is known color: Spicy Pink. HEX triplet: F5, 24 and B3. RGB value is (245,36,179). Sum of RGB (Red+Green+Blue) = 245+36+179=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F524B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524B3 is #0ADB4C. Grayscale: #727272. Windows color (decimal): -711501 or 11740405. OLE color: 11740405.
HSL color Cylindrical-coordinate representation of color #F524B3: hue angle of 318.95º 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 #F524B3 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 179 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.04 |
| HSL | 318.95º | 0.91% | 0.55% | - |
| HSV(B) | 318.95º | 0.85% | 0.96% | - |
| XYZ | 46.42 | 23.93 | 44.82 | - |
| YUV | 114.79 | 164.24 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 179 | 0 | 0.85 | 0.27 | 0.04 | 318.95 | 0.91 | 0.55 |
| Hex | F5 | 24 | B3 | 0 | 55 | 1B | 4 | 13F | 5B | 37 |
| Octal | 365 | 44 | 263 | 0 | 125 | 33 | 4 | 477 | 133 | 67 |
| Binary | 11110101 | 100100 | 10110011 | 0 | 1010101 | 11011 | 100 | 100111111 | 1011011 | 110111 |
Color Harmonies of #F524B3
Complementary color
Monochromatic Colors of #F524B3
Black with #F524B3
Text Example
Text Example
White with #F524B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524B3; }
p { color: rgb(245,36,179); }
H1.HeaderClassName
{
color: #F524B3;
}
.AnyTagClassName
{
color: #F524B3;
}
</style>
background-color css
<style>
a { background-color: #F524B3; }
a { background-color: rgb(245,36,179); }
div.DivClassName
{
background-color: #F524B3;
}
.BgClassName
{
background-color: #F524B3;
}
</style>
border-color css
<style>
span { border-color: #F524B3; }
span { border-color: rgb(245,36,179); }
td.TdClassName
{
border-color: #F524B3;
}
.TagClassName
{
border-color: #F524B3;
}
</style>