Shades of Spicy Pink #F120BA
Tints of Spicy Pink #F120BA
RGB
CMYK
RGB Variations
Color information
#F120BA (or 0xF120BA) is known color: Spicy Pink. HEX triplet: F1, 20 and BA. RGB value is (241,32,186). Sum of RGB (Red+Green+Blue) = 241+32+186=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F120BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120BA is #0EDF45. Grayscale: #6F6F6F. Windows color (decimal): -974662 or 12198129. OLE color: 12198129.
HSL color Cylindrical-coordinate representation of color #F120BA: hue angle of 315.79º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120BA is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 186 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.05 |
| HSL | 315.79º | 0.88% | 0.54% | - |
| HSV(B) | 315.79º | 0.87% | 0.95% | - |
| XYZ | 45.66 | 23.28 | 48.54 | - |
| YUV | 112.05 | 169.74 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 186 | 0 | 0.87 | 0.23 | 0.05 | 315.79 | 0.88 | 0.54 |
| Hex | F1 | 20 | BA | 0 | 57 | 17 | 5 | 13C | 58 | 36 |
| Octal | 361 | 40 | 272 | 0 | 127 | 27 | 5 | 474 | 130 | 66 |
| Binary | 11110001 | 100000 | 10111010 | 0 | 1010111 | 10111 | 101 | 100111100 | 1011000 | 110110 |
Color Harmonies of #F120BA
Complementary color
Monochromatic Colors of #F120BA
Black with #F120BA
Text Example
Text Example
White with #F120BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120BA; }
p { color: rgb(241,32,186); }
H1.HeaderClassName
{
color: #F120BA;
}
.AnyTagClassName
{
color: #F120BA;
}
</style>
background-color css
<style>
a { background-color: #F120BA; }
a { background-color: rgb(241,32,186); }
div.DivClassName
{
background-color: #F120BA;
}
.BgClassName
{
background-color: #F120BA;
}
</style>
border-color css
<style>
span { border-color: #F120BA; }
span { border-color: rgb(241,32,186); }
td.TdClassName
{
border-color: #F120BA;
}
.TagClassName
{
border-color: #F120BA;
}
</style>