Shades of Spicy Pink #F521AB
Tints of Spicy Pink #F521AB
RGB
CMYK
RGB Variations
Color information
#F521AB (or 0xF521AB) is known color: Spicy Pink. HEX triplet: F5, 21 and AB. RGB value is (245,33,171). Sum of RGB (Red+Green+Blue) = 245+33+171=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F521AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F521AB is #0ADE54. Grayscale: #6F6F6F. Windows color (decimal): -712277 or 11215349. OLE color: 11215349.
HSL color Cylindrical-coordinate representation of color #F521AB: hue angle of 320.94º 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 #F521AB is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 171 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.04 |
| HSL | 320.94º | 0.91% | 0.55% | - |
| HSV(B) | 320.94º | 0.87% | 0.96% | - |
| XYZ | 45.55 | 23.44 | 40.65 | - |
| YUV | 112.12 | 161.24 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 171 | 0 | 0.87 | 0.30 | 0.04 | 320.94 | 0.91 | 0.55 |
| Hex | F5 | 21 | AB | 0 | 57 | 1E | 4 | 141 | 5B | 37 |
| Octal | 365 | 41 | 253 | 0 | 127 | 36 | 4 | 501 | 133 | 67 |
| Binary | 11110101 | 100001 | 10101011 | 0 | 1010111 | 11110 | 100 | 101000001 | 1011011 | 110111 |
Color Harmonies of #F521AB
Complementary color
Monochromatic Colors of #F521AB
Black with #F521AB
Text Example
Text Example
White with #F521AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521AB; }
p { color: rgb(245,33,171); }
H1.HeaderClassName
{
color: #F521AB;
}
.AnyTagClassName
{
color: #F521AB;
}
</style>
background-color css
<style>
a { background-color: #F521AB; }
a { background-color: rgb(245,33,171); }
div.DivClassName
{
background-color: #F521AB;
}
.BgClassName
{
background-color: #F521AB;
}
</style>
border-color css
<style>
span { border-color: #F521AB; }
span { border-color: rgb(245,33,171); }
td.TdClassName
{
border-color: #F521AB;
}
.TagClassName
{
border-color: #F521AB;
}
</style>