Shades of Spicy Pink #F527BB
Tints of Spicy Pink #F527BB
RGB
CMYK
RGB Variations
Color information
#F527BB (or 0xF527BB) is known color: Spicy Pink. HEX triplet: F5, 27 and BB. RGB value is (245,39,187). Sum of RGB (Red+Green+Blue) = 245+39+187=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F527BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527BB is #0AD844. Grayscale: #757575. Windows color (decimal): -710725 or 12265461. OLE color: 12265461.
HSL color Cylindrical-coordinate representation of color #F527BB: hue angle of 316.89º 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 #F527BB is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 187 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.04 |
| HSL | 316.89º | 0.91% | 0.56% | - |
| HSV(B) | 316.89º | 0.84% | 0.96% | - |
| XYZ | 47.35 | 24.45 | 49.24 | - |
| YUV | 117.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 187 | 0 | 0.84 | 0.24 | 0.04 | 316.89 | 0.91 | 0.56 |
| Hex | F5 | 27 | BB | 0 | 54 | 18 | 4 | 13D | 5B | 38 |
| Octal | 365 | 47 | 273 | 0 | 124 | 30 | 4 | 475 | 133 | 70 |
| Binary | 11110101 | 100111 | 10111011 | 0 | 1010100 | 11000 | 100 | 100111101 | 1011011 | 111000 |
Color Harmonies of #F527BB
Complementary color
Monochromatic Colors of #F527BB
Black with #F527BB
Text Example
Text Example
White with #F527BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527BB; }
p { color: rgb(245,39,187); }
H1.HeaderClassName
{
color: #F527BB;
}
.AnyTagClassName
{
color: #F527BB;
}
</style>
background-color css
<style>
a { background-color: #F527BB; }
a { background-color: rgb(245,39,187); }
div.DivClassName
{
background-color: #F527BB;
}
.BgClassName
{
background-color: #F527BB;
}
</style>
border-color css
<style>
span { border-color: #F527BB; }
span { border-color: rgb(245,39,187); }
td.TdClassName
{
border-color: #F527BB;
}
.TagClassName
{
border-color: #F527BB;
}
</style>