Shades of Spicy Pink #F521BC
Tints of Spicy Pink #F521BC
RGB
CMYK
RGB Variations
Color information
#F521BC (or 0xF521BC) is known color: Spicy Pink. HEX triplet: F5, 21 and BC. RGB value is (245,33,188). Sum of RGB (Red+Green+Blue) = 245+33+188=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F521BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521BC is #0ADE43. Grayscale: #717171. Windows color (decimal): -712260 or 12329461. OLE color: 12329461.
HSL color Cylindrical-coordinate representation of color #F521BC: hue angle of 316.13º 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 #F521BC is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 188 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.04 |
| HSL | 316.13º | 0.91% | 0.55% | - |
| HSV(B) | 316.13º | 0.87% | 0.96% | - |
| XYZ | 47.28 | 24.13 | 49.74 | - |
| YUV | 114.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 188 | 0 | 0.87 | 0.23 | 0.04 | 316.13 | 0.91 | 0.55 |
| Hex | F5 | 21 | BC | 0 | 57 | 17 | 4 | 13C | 5B | 37 |
| Octal | 365 | 41 | 274 | 0 | 127 | 27 | 4 | 474 | 133 | 67 |
| Binary | 11110101 | 100001 | 10111100 | 0 | 1010111 | 10111 | 100 | 100111100 | 1011011 | 110111 |
Color Harmonies of #F521BC
Complementary color
Monochromatic Colors of #F521BC
Black with #F521BC
Text Example
Text Example
White with #F521BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521BC; }
p { color: rgb(245,33,188); }
H1.HeaderClassName
{
color: #F521BC;
}
.AnyTagClassName
{
color: #F521BC;
}
</style>
background-color css
<style>
a { background-color: #F521BC; }
a { background-color: rgb(245,33,188); }
div.DivClassName
{
background-color: #F521BC;
}
.BgClassName
{
background-color: #F521BC;
}
</style>
border-color css
<style>
span { border-color: #F521BC; }
span { border-color: rgb(245,33,188); }
td.TdClassName
{
border-color: #F521BC;
}
.TagClassName
{
border-color: #F521BC;
}
</style>