Shades of Spicy Pink #F527B9
Tints of Spicy Pink #F527B9
RGB
CMYK
RGB Variations
Color information
#F527B9 (or 0xF527B9) is known color: Spicy Pink. HEX triplet: F5, 27 and B9. RGB value is (245,39,185). Sum of RGB (Red+Green+Blue) = 245+39+185=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F527B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527B9 is #0AD846. Grayscale: #747474. Windows color (decimal): -710727 or 12134389. OLE color: 12134389.
HSL color Cylindrical-coordinate representation of color #F527B9: hue angle of 317.48º 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 #F527B9 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 185 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.04 |
| HSL | 317.48º | 0.91% | 0.56% | - |
| HSV(B) | 317.48º | 0.84% | 0.96% | - |
| XYZ | 47.14 | 24.37 | 48.12 | - |
| YUV | 117.24 | 166.25 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 185 | 0 | 0.84 | 0.24 | 0.04 | 317.48 | 0.91 | 0.56 |
| Hex | F5 | 27 | B9 | 0 | 54 | 18 | 4 | 13D | 5B | 38 |
| Octal | 365 | 47 | 271 | 0 | 124 | 30 | 4 | 475 | 133 | 70 |
| Binary | 11110101 | 100111 | 10111001 | 0 | 1010100 | 11000 | 100 | 100111101 | 1011011 | 111000 |
Color Harmonies of #F527B9
Complementary color
Monochromatic Colors of #F527B9
Black with #F527B9
Text Example
Text Example
White with #F527B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527B9; }
p { color: rgb(245,39,185); }
H1.HeaderClassName
{
color: #F527B9;
}
.AnyTagClassName
{
color: #F527B9;
}
</style>
background-color css
<style>
a { background-color: #F527B9; }
a { background-color: rgb(245,39,185); }
div.DivClassName
{
background-color: #F527B9;
}
.BgClassName
{
background-color: #F527B9;
}
</style>
border-color css
<style>
span { border-color: #F527B9; }
span { border-color: rgb(245,39,185); }
td.TdClassName
{
border-color: #F527B9;
}
.TagClassName
{
border-color: #F527B9;
}
</style>