Shades of Spicy Pink #F528BA
Tints of Spicy Pink #F528BA
RGB
CMYK
RGB Variations
Color information
#F528BA (or 0xF528BA) is known color: Spicy Pink. HEX triplet: F5, 28 and BA. RGB value is (245,40,186). Sum of RGB (Red+Green+Blue) = 245+40+186=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F528BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528BA is #0AD745. Grayscale: #757575. Windows color (decimal): -710470 or 12200181. OLE color: 12200181.
HSL color Cylindrical-coordinate representation of color #F528BA: hue angle of 317.27º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528BA is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 186 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.04 |
| HSL | 317.27º | 0.91% | 0.56% | - |
| HSV(B) | 317.27º | 0.84% | 0.96% | - |
| XYZ | 47.28 | 24.48 | 48.69 | - |
| YUV | 117.94 | 166.42 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 186 | 0 | 0.84 | 0.24 | 0.04 | 317.27 | 0.91 | 0.56 |
| Hex | F5 | 28 | BA | 0 | 54 | 18 | 4 | 13D | 5B | 38 |
| Octal | 365 | 50 | 272 | 0 | 124 | 30 | 4 | 475 | 133 | 70 |
| Binary | 11110101 | 101000 | 10111010 | 0 | 1010100 | 11000 | 100 | 100111101 | 1011011 | 111000 |
Color Harmonies of #F528BA
Complementary color
Monochromatic Colors of #F528BA
Black with #F528BA
Text Example
Text Example
White with #F528BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528BA; }
p { color: rgb(245,40,186); }
H1.HeaderClassName
{
color: #F528BA;
}
.AnyTagClassName
{
color: #F528BA;
}
</style>
background-color css
<style>
a { background-color: #F528BA; }
a { background-color: rgb(245,40,186); }
div.DivClassName
{
background-color: #F528BA;
}
.BgClassName
{
background-color: #F528BA;
}
</style>
border-color css
<style>
span { border-color: #F528BA; }
span { border-color: rgb(245,40,186); }
td.TdClassName
{
border-color: #F528BA;
}
.TagClassName
{
border-color: #F528BA;
}
</style>