Shades of Spicy Pink #F124BA
Tints of Spicy Pink #F124BA
RGB
CMYK
RGB Variations
Color information
#F124BA (or 0xF124BA) is known color: Spicy Pink. HEX triplet: F1, 24 and BA. RGB value is (241,36,186). Sum of RGB (Red+Green+Blue) = 241+36+186=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F124BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124BA is #0EDB45. Grayscale: #727272. Windows color (decimal): -973638 or 12199153. OLE color: 12199153.
HSL color Cylindrical-coordinate representation of color #F124BA: hue angle of 316.1º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F124BA is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 186 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.05 |
| HSL | 316.1º | 0.88% | 0.54% | - |
| HSV(B) | 316.1º | 0.85% | 0.95% | - |
| XYZ | 45.77 | 23.51 | 48.58 | - |
| YUV | 114.4 | 168.42 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 186 | 0 | 0.85 | 0.23 | 0.05 | 316.1 | 0.88 | 0.54 |
| Hex | F1 | 24 | BA | 0 | 55 | 17 | 5 | 13C | 58 | 36 |
| Octal | 361 | 44 | 272 | 0 | 125 | 27 | 5 | 474 | 130 | 66 |
| Binary | 11110001 | 100100 | 10111010 | 0 | 1010101 | 10111 | 101 | 100111100 | 1011000 | 110110 |
Color Harmonies of #F124BA
Complementary color
Monochromatic Colors of #F124BA
Black with #F124BA
Text Example
Text Example
White with #F124BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124BA; }
p { color: rgb(241,36,186); }
H1.HeaderClassName
{
color: #F124BA;
}
.AnyTagClassName
{
color: #F124BA;
}
</style>
background-color css
<style>
a { background-color: #F124BA; }
a { background-color: rgb(241,36,186); }
div.DivClassName
{
background-color: #F124BA;
}
.BgClassName
{
background-color: #F124BA;
}
</style>
border-color css
<style>
span { border-color: #F124BA; }
span { border-color: rgb(241,36,186); }
td.TdClassName
{
border-color: #F124BA;
}
.TagClassName
{
border-color: #F124BA;
}
</style>