Shades of Spicy Pink #F525B8
Tints of Spicy Pink #F525B8
RGB
CMYK
RGB Variations
Color information
#F525B8 (or 0xF525B8) is known color: Spicy Pink. HEX triplet: F5, 25 and B8. RGB value is (245,37,184). Sum of RGB (Red+Green+Blue) = 245+37+184=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F525B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525B8 is #0ADA47. Grayscale: #737373. Windows color (decimal): -711240 or 12068341. OLE color: 12068341.
HSL color Cylindrical-coordinate representation of color #F525B8: hue angle of 317.6º 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 #F525B8 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 184 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.04 |
| HSL | 317.6º | 0.91% | 0.55% | - |
| HSV(B) | 317.6º | 0.85% | 0.96% | - |
| XYZ | 46.97 | 24.2 | 47.54 | - |
| YUV | 115.95 | 166.41 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 184 | 0 | 0.85 | 0.25 | 0.04 | 317.6 | 0.91 | 0.55 |
| Hex | F5 | 25 | B8 | 0 | 55 | 19 | 4 | 13E | 5B | 37 |
| Octal | 365 | 45 | 270 | 0 | 125 | 31 | 4 | 476 | 133 | 67 |
| Binary | 11110101 | 100101 | 10111000 | 0 | 1010101 | 11001 | 100 | 100111110 | 1011011 | 110111 |
Color Harmonies of #F525B8
Complementary color
Monochromatic Colors of #F525B8
Black with #F525B8
Text Example
Text Example
White with #F525B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525B8; }
p { color: rgb(245,37,184); }
H1.HeaderClassName
{
color: #F525B8;
}
.AnyTagClassName
{
color: #F525B8;
}
</style>
background-color css
<style>
a { background-color: #F525B8; }
a { background-color: rgb(245,37,184); }
div.DivClassName
{
background-color: #F525B8;
}
.BgClassName
{
background-color: #F525B8;
}
</style>
border-color css
<style>
span { border-color: #F525B8; }
span { border-color: rgb(245,37,184); }
td.TdClassName
{
border-color: #F525B8;
}
.TagClassName
{
border-color: #F525B8;
}
</style>