Shades of Spicy Pink #F121B9
Tints of Spicy Pink #F121B9
RGB
CMYK
RGB Variations
Color information
#F121B9 (or 0xF121B9) is known color: Spicy Pink. HEX triplet: F1, 21 and B9. RGB value is (241,33,185). Sum of RGB (Red+Green+Blue) = 241+33+185=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F121B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121B9 is #0EDE46. Grayscale: #707070. Windows color (decimal): -974407 or 12132849. OLE color: 12132849.
HSL color Cylindrical-coordinate representation of color #F121B9: hue angle of 316.15º 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 #F121B9 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 185 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.05 |
| HSL | 316.15º | 0.88% | 0.54% | - |
| HSV(B) | 316.15º | 0.86% | 0.95% | - |
| XYZ | 45.58 | 23.29 | 47.99 | - |
| YUV | 112.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 185 | 0 | 0.86 | 0.23 | 0.05 | 316.15 | 0.88 | 0.54 |
| Hex | F1 | 21 | B9 | 0 | 56 | 17 | 5 | 13C | 58 | 36 |
| Octal | 361 | 41 | 271 | 0 | 126 | 27 | 5 | 474 | 130 | 66 |
| Binary | 11110001 | 100001 | 10111001 | 0 | 1010110 | 10111 | 101 | 100111100 | 1011000 | 110110 |
Color Harmonies of #F121B9
Complementary color
Monochromatic Colors of #F121B9
Black with #F121B9
Text Example
Text Example
White with #F121B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121B9; }
p { color: rgb(241,33,185); }
H1.HeaderClassName
{
color: #F121B9;
}
.AnyTagClassName
{
color: #F121B9;
}
</style>
background-color css
<style>
a { background-color: #F121B9; }
a { background-color: rgb(241,33,185); }
div.DivClassName
{
background-color: #F121B9;
}
.BgClassName
{
background-color: #F121B9;
}
</style>
border-color css
<style>
span { border-color: #F121B9; }
span { border-color: rgb(241,33,185); }
td.TdClassName
{
border-color: #F121B9;
}
.TagClassName
{
border-color: #F121B9;
}
</style>