Shades of Spicy Pink #F526B0
Tints of Spicy Pink #F526B0
RGB
CMYK
RGB Variations
Color information
#F526B0 (or 0xF526B0) is known color: Spicy Pink. HEX triplet: F5, 26 and B0. RGB value is (245,38,176). Sum of RGB (Red+Green+Blue) = 245+38+176=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F526B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F526B0 is #0AD94F. Grayscale: #737373. Windows color (decimal): -710992 or 11544309. OLE color: 11544309.
HSL color Cylindrical-coordinate representation of color #F526B0: hue angle of 320º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F526B0 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 176 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.04 |
| HSL | 320º | 0.91% | 0.55% | - |
| HSV(B) | 320º | 0.84% | 0.96% | - |
| XYZ | 46.19 | 23.93 | 43.26 | - |
| YUV | 115.63 | 162.08 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 176 | 0 | 0.84 | 0.28 | 0.04 | 320 | 0.91 | 0.55 |
| Hex | F5 | 26 | B0 | 0 | 54 | 1C | 4 | 140 | 5B | 37 |
| Octal | 365 | 46 | 260 | 0 | 124 | 34 | 4 | 500 | 133 | 67 |
| Binary | 11110101 | 100110 | 10110000 | 0 | 1010100 | 11100 | 100 | 101000000 | 1011011 | 110111 |
Color Harmonies of #F526B0
Complementary color
Monochromatic Colors of #F526B0
Black with #F526B0
Text Example
Text Example
White with #F526B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526B0; }
p { color: rgb(245,38,176); }
H1.HeaderClassName
{
color: #F526B0;
}
.AnyTagClassName
{
color: #F526B0;
}
</style>
background-color css
<style>
a { background-color: #F526B0; }
a { background-color: rgb(245,38,176); }
div.DivClassName
{
background-color: #F526B0;
}
.BgClassName
{
background-color: #F526B0;
}
</style>
border-color css
<style>
span { border-color: #F526B0; }
span { border-color: rgb(245,38,176); }
td.TdClassName
{
border-color: #F526B0;
}
.TagClassName
{
border-color: #F526B0;
}
</style>