Shades of Spicy Pink #F123A9
Tints of Spicy Pink #F123A9
RGB
CMYK
RGB Variations
Color information
#F123A9 (or 0xF123A9) is known color: Spicy Pink. HEX triplet: F1, 23 and A9. RGB value is (241,35,169). Sum of RGB (Red+Green+Blue) = 241+35+169=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F123A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123A9 is #0EDC56. Grayscale: #6F6F6F. Windows color (decimal): -973911 or 11084785. OLE color: 11084785.
HSL color Cylindrical-coordinate representation of color #F123A9: hue angle of 320.97º 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 #F123A9 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 169 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.05 |
| HSL | 320.97º | 0.88% | 0.54% | - |
| HSV(B) | 320.97º | 0.85% | 0.95% | - |
| XYZ | 44.04 | 22.77 | 39.61 | - |
| YUV | 111.87 | 160.25 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 169 | 0 | 0.85 | 0.30 | 0.05 | 320.97 | 0.88 | 0.54 |
| Hex | F1 | 23 | A9 | 0 | 55 | 1E | 5 | 141 | 58 | 36 |
| Octal | 361 | 43 | 251 | 0 | 125 | 36 | 5 | 501 | 130 | 66 |
| Binary | 11110001 | 100011 | 10101001 | 0 | 1010101 | 11110 | 101 | 101000001 | 1011000 | 110110 |
Color Harmonies of #F123A9
Complementary color
Monochromatic Colors of #F123A9
Black with #F123A9
Text Example
Text Example
White with #F123A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123A9; }
p { color: rgb(241,35,169); }
H1.HeaderClassName
{
color: #F123A9;
}
.AnyTagClassName
{
color: #F123A9;
}
</style>
background-color css
<style>
a { background-color: #F123A9; }
a { background-color: rgb(241,35,169); }
div.DivClassName
{
background-color: #F123A9;
}
.BgClassName
{
background-color: #F123A9;
}
</style>
border-color css
<style>
span { border-color: #F123A9; }
span { border-color: rgb(241,35,169); }
td.TdClassName
{
border-color: #F123A9;
}
.TagClassName
{
border-color: #F123A9;
}
</style>