Shades of Spicy Pink #F527BA
Tints of Spicy Pink #F527BA
RGB
CMYK
RGB Variations
Color information
#F527BA (or 0xF527BA) is known color: Spicy Pink. HEX triplet: F5, 27 and BA. RGB value is (245,39,186). Sum of RGB (Red+Green+Blue) = 245+39+186=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F527BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527BA is #0AD845. Grayscale: #747474. Windows color (decimal): -710726 or 12199925. OLE color: 12199925.
HSL color Cylindrical-coordinate representation of color #F527BA: hue angle of 317.18º 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 #F527BA is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.04 |
| HSL | 317.18º | 0.91% | 0.56% | - |
| HSV(B) | 317.18º | 0.84% | 0.96% | - |
| XYZ | 47.24 | 24.41 | 48.68 | - |
| YUV | 117.35 | 166.75 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 186 | 0 | 0.84 | 0.24 | 0.04 | 317.18 | 0.91 | 0.56 |
| Hex | F5 | 27 | BA | 0 | 54 | 18 | 4 | 13D | 5B | 38 |
| Octal | 365 | 47 | 272 | 0 | 124 | 30 | 4 | 475 | 133 | 70 |
| Binary | 11110101 | 100111 | 10111010 | 0 | 1010100 | 11000 | 100 | 100111101 | 1011011 | 111000 |
Color Harmonies of #F527BA
Complementary color
Monochromatic Colors of #F527BA
Black with #F527BA
Text Example
Text Example
White with #F527BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527BA; }
p { color: rgb(245,39,186); }
H1.HeaderClassName
{
color: #F527BA;
}
.AnyTagClassName
{
color: #F527BA;
}
</style>
background-color css
<style>
a { background-color: #F527BA; }
a { background-color: rgb(245,39,186); }
div.DivClassName
{
background-color: #F527BA;
}
.BgClassName
{
background-color: #F527BA;
}
</style>
border-color css
<style>
span { border-color: #F527BA; }
span { border-color: rgb(245,39,186); }
td.TdClassName
{
border-color: #F527BA;
}
.TagClassName
{
border-color: #F527BA;
}
</style>