Shades of Spicy Pink #F531B5
Tints of Spicy Pink #F531B5
RGB
CMYK
RGB Variations
Color information
#F531B5 (or 0xF531B5) is known color: Spicy Pink. HEX triplet: F5, 31 and B5. RGB value is (245,49,181). Sum of RGB (Red+Green+Blue) = 245+49+181=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F531B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531B5 is #0ACE4A. Grayscale: #7A7A7A. Windows color (decimal): -708171 or 11874805. OLE color: 11874805.
HSL color Cylindrical-coordinate representation of color #F531B5: hue angle of 319.59º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F531B5 is Cyan = 0, Magento = 0.8, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 181 | - |
| CMYK | 0 | 0.8 | 0.26 | 0.04 |
| HSL | 319.59º | 0.91% | 0.58% | - |
| HSV(B) | 319.59º | 0.8% | 0.96% | - |
| XYZ | 47.09 | 24.95 | 46.05 | - |
| YUV | 122.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 181 | 0 | 0.8 | 0.26 | 0.04 | 319.59 | 0.91 | 0.58 |
| Hex | F5 | 31 | B5 | 0 | 50 | 1A | 4 | 140 | 5B | 3A |
| Octal | 365 | 61 | 265 | 0 | 120 | 32 | 4 | 500 | 133 | 72 |
| Binary | 11110101 | 110001 | 10110101 | 0 | 1010000 | 11010 | 100 | 101000000 | 1011011 | 111010 |
Color Harmonies of #F531B5
Complementary color
Monochromatic Colors of #F531B5
Black with #F531B5
Text Example
Text Example
White with #F531B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531B5; }
p { color: rgb(245,49,181); }
H1.HeaderClassName
{
color: #F531B5;
}
.AnyTagClassName
{
color: #F531B5;
}
</style>
background-color css
<style>
a { background-color: #F531B5; }
a { background-color: rgb(245,49,181); }
div.DivClassName
{
background-color: #F531B5;
}
.BgClassName
{
background-color: #F531B5;
}
</style>
border-color css
<style>
span { border-color: #F531B5; }
span { border-color: rgb(245,49,181); }
td.TdClassName
{
border-color: #F531B5;
}
.TagClassName
{
border-color: #F531B5;
}
</style>