Shades of Spicy Pink #F521B0
Tints of Spicy Pink #F521B0
RGB
CMYK
RGB Variations
Color information
#F521B0 (or 0xF521B0) is known color: Spicy Pink. HEX triplet: F5, 21 and B0. RGB value is (245,33,176). Sum of RGB (Red+Green+Blue) = 245+33+176=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F521B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F521B0 is #0ADE4F. Grayscale: #707070. Windows color (decimal): -712272 or 11543029. OLE color: 11543029.
HSL color Cylindrical-coordinate representation of color #F521B0: hue angle of 319.53º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521B0 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 176 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.04 |
| HSL | 319.53º | 0.91% | 0.55% | - |
| HSV(B) | 319.53º | 0.87% | 0.96% | - |
| XYZ | 46.04 | 23.63 | 43.21 | - |
| YUV | 112.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 176 | 0 | 0.87 | 0.28 | 0.04 | 319.53 | 0.91 | 0.55 |
| Hex | F5 | 21 | B0 | 0 | 57 | 1C | 4 | 140 | 5B | 37 |
| Octal | 365 | 41 | 260 | 0 | 127 | 34 | 4 | 500 | 133 | 67 |
| Binary | 11110101 | 100001 | 10110000 | 0 | 1010111 | 11100 | 100 | 101000000 | 1011011 | 110111 |
Color Harmonies of #F521B0
Complementary color
Monochromatic Colors of #F521B0
Black with #F521B0
Text Example
Text Example
White with #F521B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521B0; }
p { color: rgb(245,33,176); }
H1.HeaderClassName
{
color: #F521B0;
}
.AnyTagClassName
{
color: #F521B0;
}
</style>
background-color css
<style>
a { background-color: #F521B0; }
a { background-color: rgb(245,33,176); }
div.DivClassName
{
background-color: #F521B0;
}
.BgClassName
{
background-color: #F521B0;
}
</style>
border-color css
<style>
span { border-color: #F521B0; }
span { border-color: rgb(245,33,176); }
td.TdClassName
{
border-color: #F521B0;
}
.TagClassName
{
border-color: #F521B0;
}
</style>