Shades of Spicy Pink #F920BA
Tints of Spicy Pink #F920BA
RGB
CMYK
RGB Variations
Color information
#F920BA (or 0xF920BA) is known color: Spicy Pink. HEX triplet: F9, 20 and BA. RGB value is (249,32,186). Sum of RGB (Red+Green+Blue) = 249+32+186=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F920BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F920BA is #06DF45. Grayscale: #727272. Windows color (decimal): -450374 or 12198137. OLE color: 12198137.
HSL color Cylindrical-coordinate representation of color #F920BA: hue angle of 317.42º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920BA is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 186 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.02 |
| HSL | 317.42º | 0.95% | 0.55% | - |
| HSV(B) | 317.42º | 0.87% | 0.98% | - |
| XYZ | 48.45 | 24.72 | 48.67 | - |
| YUV | 114.44 | 168.39 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 186 | 0 | 0.87 | 0.25 | 0.02 | 317.42 | 0.95 | 0.55 |
| Hex | F9 | 20 | BA | 0 | 57 | 19 | 2 | 13D | 5F | 37 |
| Octal | 371 | 40 | 272 | 0 | 127 | 31 | 2 | 475 | 137 | 67 |
| Binary | 11111001 | 100000 | 10111010 | 0 | 1010111 | 11001 | 10 | 100111101 | 1011111 | 110111 |
Color Harmonies of #F920BA
Complementary color
Monochromatic Colors of #F920BA
Black with #F920BA
Text Example
Text Example
White with #F920BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920BA; }
p { color: rgb(249,32,186); }
H1.HeaderClassName
{
color: #F920BA;
}
.AnyTagClassName
{
color: #F920BA;
}
</style>
background-color css
<style>
a { background-color: #F920BA; }
a { background-color: rgb(249,32,186); }
div.DivClassName
{
background-color: #F920BA;
}
.BgClassName
{
background-color: #F920BA;
}
</style>
border-color css
<style>
span { border-color: #F920BA; }
span { border-color: rgb(249,32,186); }
td.TdClassName
{
border-color: #F920BA;
}
.TagClassName
{
border-color: #F920BA;
}
</style>