Shades of Spicy Pink #F121BA
Tints of Spicy Pink #F121BA
RGB
CMYK
RGB Variations
Color information
#F121BA (or 0xF121BA) is known color: Spicy Pink. HEX triplet: F1, 21 and BA. RGB value is (241,33,186). Sum of RGB (Red+Green+Blue) = 241+33+186=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F121BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121BA is #0EDE45. Grayscale: #707070. Windows color (decimal): -974406 or 12198385. OLE color: 12198385.
HSL color Cylindrical-coordinate representation of color #F121BA: hue angle of 315.87º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F121BA is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 186 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.05 |
| HSL | 315.87º | 0.88% | 0.54% | - |
| HSV(B) | 315.87º | 0.86% | 0.95% | - |
| XYZ | 45.68 | 23.33 | 48.55 | - |
| YUV | 112.63 | 169.41 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 186 | 0 | 0.86 | 0.23 | 0.05 | 315.87 | 0.88 | 0.54 |
| Hex | F1 | 21 | BA | 0 | 56 | 17 | 5 | 13C | 58 | 36 |
| Octal | 361 | 41 | 272 | 0 | 126 | 27 | 5 | 474 | 130 | 66 |
| Binary | 11110001 | 100001 | 10111010 | 0 | 1010110 | 10111 | 101 | 100111100 | 1011000 | 110110 |
Color Harmonies of #F121BA
Complementary color
Monochromatic Colors of #F121BA
Black with #F121BA
Text Example
Text Example
White with #F121BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121BA; }
p { color: rgb(241,33,186); }
H1.HeaderClassName
{
color: #F121BA;
}
.AnyTagClassName
{
color: #F121BA;
}
</style>
background-color css
<style>
a { background-color: #F121BA; }
a { background-color: rgb(241,33,186); }
div.DivClassName
{
background-color: #F121BA;
}
.BgClassName
{
background-color: #F121BA;
}
</style>
border-color css
<style>
span { border-color: #F121BA; }
span { border-color: rgb(241,33,186); }
td.TdClassName
{
border-color: #F121BA;
}
.TagClassName
{
border-color: #F121BA;
}
</style>