Shades of Spicy Pink #F124BC
Tints of Spicy Pink #F124BC
RGB
CMYK
RGB Variations
Color information
#F124BC (or 0xF124BC) is known color: Spicy Pink. HEX triplet: F1, 24 and BC. RGB value is (241,36,188). Sum of RGB (Red+Green+Blue) = 241+36+188=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F124BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124BC is #0EDB43. Grayscale: #727272. Windows color (decimal): -973636 or 12330225. OLE color: 12330225.
HSL color Cylindrical-coordinate representation of color #F124BC: hue angle of 315.51º 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 #F124BC is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 188 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.05 |
| HSL | 315.51º | 0.88% | 0.54% | - |
| HSV(B) | 315.51º | 0.85% | 0.95% | - |
| XYZ | 45.98 | 23.59 | 49.71 | - |
| YUV | 114.62 | 169.42 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 188 | 0 | 0.85 | 0.22 | 0.05 | 315.51 | 0.88 | 0.54 |
| Hex | F1 | 24 | BC | 0 | 55 | 16 | 5 | 13C | 58 | 36 |
| Octal | 361 | 44 | 274 | 0 | 125 | 26 | 5 | 474 | 130 | 66 |
| Binary | 11110001 | 100100 | 10111100 | 0 | 1010101 | 10110 | 101 | 100111100 | 1011000 | 110110 |
Color Harmonies of #F124BC
Complementary color
Monochromatic Colors of #F124BC
Black with #F124BC
Text Example
Text Example
White with #F124BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124BC; }
p { color: rgb(241,36,188); }
H1.HeaderClassName
{
color: #F124BC;
}
.AnyTagClassName
{
color: #F124BC;
}
</style>
background-color css
<style>
a { background-color: #F124BC; }
a { background-color: rgb(241,36,188); }
div.DivClassName
{
background-color: #F124BC;
}
.BgClassName
{
background-color: #F124BC;
}
</style>
border-color css
<style>
span { border-color: #F124BC; }
span { border-color: rgb(241,36,188); }
td.TdClassName
{
border-color: #F124BC;
}
.TagClassName
{
border-color: #F124BC;
}
</style>