Shades of Spicy Pink #F124AB
Tints of Spicy Pink #F124AB
RGB
CMYK
RGB Variations
Color information
#F124AB (or 0xF124AB) is known color: Spicy Pink. HEX triplet: F1, 24 and AB. RGB value is (241,36,171). Sum of RGB (Red+Green+Blue) = 241+36+171=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F124AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F124AB is #0EDB54. Grayscale: #707070. Windows color (decimal): -973653 or 11216113. OLE color: 11216113.
HSL color Cylindrical-coordinate representation of color #F124AB: hue angle of 320.49º 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 #F124AB is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 171 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.05 |
| HSL | 320.49º | 0.88% | 0.54% | - |
| HSV(B) | 320.49º | 0.85% | 0.95% | - |
| XYZ | 44.26 | 22.9 | 40.62 | - |
| YUV | 112.69 | 160.92 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 171 | 0 | 0.85 | 0.29 | 0.05 | 320.49 | 0.88 | 0.54 |
| Hex | F1 | 24 | AB | 0 | 55 | 1D | 5 | 140 | 58 | 36 |
| Octal | 361 | 44 | 253 | 0 | 125 | 35 | 5 | 500 | 130 | 66 |
| Binary | 11110001 | 100100 | 10101011 | 0 | 1010101 | 11101 | 101 | 101000000 | 1011000 | 110110 |
Color Harmonies of #F124AB
Complementary color
Monochromatic Colors of #F124AB
Black with #F124AB
Text Example
Text Example
White with #F124AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124AB; }
p { color: rgb(241,36,171); }
H1.HeaderClassName
{
color: #F124AB;
}
.AnyTagClassName
{
color: #F124AB;
}
</style>
background-color css
<style>
a { background-color: #F124AB; }
a { background-color: rgb(241,36,171); }
div.DivClassName
{
background-color: #F124AB;
}
.BgClassName
{
background-color: #F124AB;
}
</style>
border-color css
<style>
span { border-color: #F124AB; }
span { border-color: rgb(241,36,171); }
td.TdClassName
{
border-color: #F124AB;
}
.TagClassName
{
border-color: #F124AB;
}
</style>