Shades of Spicy Pink #F525B1
Tints of Spicy Pink #F525B1
RGB
CMYK
RGB Variations
Color information
#F525B1 (or 0xF525B1) is known color: Spicy Pink. HEX triplet: F5, 25 and B1. RGB value is (245,37,177). Sum of RGB (Red+Green+Blue) = 245+37+177=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F525B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F525B1 is #0ADA4E. Grayscale: #727272. Windows color (decimal): -711247 or 11609589. OLE color: 11609589.
HSL color Cylindrical-coordinate representation of color #F525B1: hue angle of 319.62º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525B1 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 177 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.04 |
| HSL | 319.62º | 0.91% | 0.55% | - |
| HSV(B) | 319.62º | 0.85% | 0.96% | - |
| XYZ | 46.25 | 23.91 | 43.77 | - |
| YUV | 115.15 | 162.91 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 177 | 0 | 0.85 | 0.28 | 0.04 | 319.62 | 0.91 | 0.55 |
| Hex | F5 | 25 | B1 | 0 | 55 | 1C | 4 | 140 | 5B | 37 |
| Octal | 365 | 45 | 261 | 0 | 125 | 34 | 4 | 500 | 133 | 67 |
| Binary | 11110101 | 100101 | 10110001 | 0 | 1010101 | 11100 | 100 | 101000000 | 1011011 | 110111 |
Color Harmonies of #F525B1
Complementary color
Monochromatic Colors of #F525B1
Black with #F525B1
Text Example
Text Example
White with #F525B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525B1; }
p { color: rgb(245,37,177); }
H1.HeaderClassName
{
color: #F525B1;
}
.AnyTagClassName
{
color: #F525B1;
}
</style>
background-color css
<style>
a { background-color: #F525B1; }
a { background-color: rgb(245,37,177); }
div.DivClassName
{
background-color: #F525B1;
}
.BgClassName
{
background-color: #F525B1;
}
</style>
border-color css
<style>
span { border-color: #F525B1; }
span { border-color: rgb(245,37,177); }
td.TdClassName
{
border-color: #F525B1;
}
.TagClassName
{
border-color: #F525B1;
}
</style>