Shades of Spicy Pink #F124BB
Tints of Spicy Pink #F124BB
RGB
CMYK
RGB Variations
Color information
#F124BB (or 0xF124BB) is known color: Spicy Pink. HEX triplet: F1, 24 and BB. RGB value is (241,36,187). Sum of RGB (Red+Green+Blue) = 241+36+187=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F124BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124BB is #0EDB44. Grayscale: #727272. Windows color (decimal): -973637 or 12264689. OLE color: 12264689.
HSL color Cylindrical-coordinate representation of color #F124BB: hue angle of 315.8º 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 #F124BB is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 187 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.05 |
| HSL | 315.8º | 0.88% | 0.54% | - |
| HSV(B) | 315.8º | 0.85% | 0.95% | - |
| XYZ | 45.88 | 23.55 | 49.14 | - |
| YUV | 114.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 187 | 0 | 0.85 | 0.22 | 0.05 | 315.8 | 0.88 | 0.54 |
| Hex | F1 | 24 | BB | 0 | 55 | 16 | 5 | 13C | 58 | 36 |
| Octal | 361 | 44 | 273 | 0 | 125 | 26 | 5 | 474 | 130 | 66 |
| Binary | 11110001 | 100100 | 10111011 | 0 | 1010101 | 10110 | 101 | 100111100 | 1011000 | 110110 |
Color Harmonies of #F124BB
Complementary color
Monochromatic Colors of #F124BB
Black with #F124BB
Text Example
Text Example
White with #F124BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124BB; }
p { color: rgb(241,36,187); }
H1.HeaderClassName
{
color: #F124BB;
}
.AnyTagClassName
{
color: #F124BB;
}
</style>
background-color css
<style>
a { background-color: #F124BB; }
a { background-color: rgb(241,36,187); }
div.DivClassName
{
background-color: #F124BB;
}
.BgClassName
{
background-color: #F124BB;
}
</style>
border-color css
<style>
span { border-color: #F124BB; }
span { border-color: rgb(241,36,187); }
td.TdClassName
{
border-color: #F124BB;
}
.TagClassName
{
border-color: #F124BB;
}
</style>