Shades of Spicy Pink #F529BA
Tints of Spicy Pink #F529BA
RGB
CMYK
RGB Variations
Color information
#F529BA (or 0xF529BA) is known color: Spicy Pink. HEX triplet: F5, 29 and BA. RGB value is (245,41,186). Sum of RGB (Red+Green+Blue) = 245+41+186=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F529BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529BA is #0AD645. Grayscale: #767676. Windows color (decimal): -710214 or 12200437. OLE color: 12200437.
HSL color Cylindrical-coordinate representation of color #F529BA: hue angle of 317.35º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F529BA is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 186 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.04 |
| HSL | 317.35º | 0.91% | 0.56% | - |
| HSV(B) | 317.35º | 0.83% | 0.96% | - |
| XYZ | 47.31 | 24.54 | 48.7 | - |
| YUV | 118.53 | 166.09 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 186 | 0 | 0.83 | 0.24 | 0.04 | 317.35 | 0.91 | 0.56 |
| Hex | F5 | 29 | BA | 0 | 53 | 18 | 4 | 13D | 5B | 38 |
| Octal | 365 | 51 | 272 | 0 | 123 | 30 | 4 | 475 | 133 | 70 |
| Binary | 11110101 | 101001 | 10111010 | 0 | 1010011 | 11000 | 100 | 100111101 | 1011011 | 111000 |
Color Harmonies of #F529BA
Complementary color
Monochromatic Colors of #F529BA
Black with #F529BA
Text Example
Text Example
White with #F529BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529BA; }
p { color: rgb(245,41,186); }
H1.HeaderClassName
{
color: #F529BA;
}
.AnyTagClassName
{
color: #F529BA;
}
</style>
background-color css
<style>
a { background-color: #F529BA; }
a { background-color: rgb(245,41,186); }
div.DivClassName
{
background-color: #F529BA;
}
.BgClassName
{
background-color: #F529BA;
}
</style>
border-color css
<style>
span { border-color: #F529BA; }
span { border-color: rgb(245,41,186); }
td.TdClassName
{
border-color: #F529BA;
}
.TagClassName
{
border-color: #F529BA;
}
</style>