Shades of Spicy Pink #F119A0
Tints of Spicy Pink #F119A0
RGB
CMYK
RGB Variations
Color information
#F119A0 (or 0xF119A0) is known color: Spicy Pink. HEX triplet: F1, 19 and A0. RGB value is (241,25,160). Sum of RGB (Red+Green+Blue) = 241+25+160=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F119A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119A0 is #0EE65F. Grayscale: #686868. Windows color (decimal): -976480 or 10492401. OLE color: 10492401.
HSL color Cylindrical-coordinate representation of color #F119A0: hue angle of 322.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119A0 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 160 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.05 |
| HSL | 322.5º | 0.89% | 0.52% | - |
| HSV(B) | 322.5º | 0.9% | 0.95% | - |
| XYZ | 42.97 | 21.93 | 35.23 | - |
| YUV | 104.97 | 159.06 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 160 | 0 | 0.90 | 0.34 | 0.05 | 322.5 | 0.89 | 0.52 |
| Hex | F1 | 19 | A0 | 0 | 5A | 22 | 5 | 142 | 59 | 34 |
| Octal | 361 | 31 | 240 | 0 | 132 | 42 | 5 | 502 | 131 | 64 |
| Binary | 11110001 | 11001 | 10100000 | 0 | 1011010 | 100010 | 101 | 101000010 | 1011001 | 110100 |
Color Harmonies of #F119A0
Complementary color
Monochromatic Colors of #F119A0
Black with #F119A0
Text Example
Text Example
White with #F119A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119A0; }
p { color: rgb(241,25,160); }
H1.HeaderClassName
{
color: #F119A0;
}
.AnyTagClassName
{
color: #F119A0;
}
</style>
background-color css
<style>
a { background-color: #F119A0; }
a { background-color: rgb(241,25,160); }
div.DivClassName
{
background-color: #F119A0;
}
.BgClassName
{
background-color: #F119A0;
}
</style>
border-color css
<style>
span { border-color: #F119A0; }
span { border-color: rgb(241,25,160); }
td.TdClassName
{
border-color: #F119A0;
}
.TagClassName
{
border-color: #F119A0;
}
</style>