Shades of Spicy Pink #F119A1
Tints of Spicy Pink #F119A1
RGB
CMYK
RGB Variations
Color information
#F119A1 (or 0xF119A1) is known color: Spicy Pink. HEX triplet: F1, 19 and A1. RGB value is (241,25,161). Sum of RGB (Red+Green+Blue) = 241+25+161=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F119A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119A1 is #0EE65E. Grayscale: #686868. Windows color (decimal): -976479 or 10557937. OLE color: 10557937.
HSL color Cylindrical-coordinate representation of color #F119A1: hue angle of 322.22º 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 #F119A1 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 161 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.05 |
| HSL | 322.22º | 0.89% | 0.52% | - |
| HSV(B) | 322.22º | 0.9% | 0.95% | - |
| XYZ | 43.06 | 21.97 | 35.69 | - |
| YUV | 105.09 | 159.56 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 161 | 0 | 0.90 | 0.33 | 0.05 | 322.22 | 0.89 | 0.52 |
| Hex | F1 | 19 | A1 | 0 | 5A | 21 | 5 | 142 | 59 | 34 |
| Octal | 361 | 31 | 241 | 0 | 132 | 41 | 5 | 502 | 131 | 64 |
| Binary | 11110001 | 11001 | 10100001 | 0 | 1011010 | 100001 | 101 | 101000010 | 1011001 | 110100 |
Color Harmonies of #F119A1
Complementary color
Monochromatic Colors of #F119A1
Black with #F119A1
Text Example
Text Example
White with #F119A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119A1; }
p { color: rgb(241,25,161); }
H1.HeaderClassName
{
color: #F119A1;
}
.AnyTagClassName
{
color: #F119A1;
}
</style>
background-color css
<style>
a { background-color: #F119A1; }
a { background-color: rgb(241,25,161); }
div.DivClassName
{
background-color: #F119A1;
}
.BgClassName
{
background-color: #F119A1;
}
</style>
border-color css
<style>
span { border-color: #F119A1; }
span { border-color: rgb(241,25,161); }
td.TdClassName
{
border-color: #F119A1;
}
.TagClassName
{
border-color: #F119A1;
}
</style>