Shades of Spicy Pink #F119A3
Tints of Spicy Pink #F119A3
RGB
CMYK
RGB Variations
Color information
#F119A3 (or 0xF119A3) is known color: Spicy Pink. HEX triplet: F1, 19 and A3. RGB value is (241,25,163). Sum of RGB (Red+Green+Blue) = 241+25+163=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F119A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119A3 is #0EE65C. Grayscale: #686868. Windows color (decimal): -976477 or 10689009. OLE color: 10689009.
HSL color Cylindrical-coordinate representation of color #F119A3: hue angle of 321.67º 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 #F119A3 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 163 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.05 |
| HSL | 321.67º | 0.89% | 0.52% | - |
| HSV(B) | 321.67º | 0.9% | 0.95% | - |
| XYZ | 43.23 | 22.04 | 36.63 | - |
| YUV | 105.32 | 160.56 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 163 | 0 | 0.90 | 0.32 | 0.05 | 321.67 | 0.89 | 0.52 |
| Hex | F1 | 19 | A3 | 0 | 5A | 20 | 5 | 142 | 59 | 34 |
| Octal | 361 | 31 | 243 | 0 | 132 | 40 | 5 | 502 | 131 | 64 |
| Binary | 11110001 | 11001 | 10100011 | 0 | 1011010 | 100000 | 101 | 101000010 | 1011001 | 110100 |
Color Harmonies of #F119A3
Complementary color
Monochromatic Colors of #F119A3
Black with #F119A3
Text Example
Text Example
White with #F119A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119A3; }
p { color: rgb(241,25,163); }
H1.HeaderClassName
{
color: #F119A3;
}
.AnyTagClassName
{
color: #F119A3;
}
</style>
background-color css
<style>
a { background-color: #F119A3; }
a { background-color: rgb(241,25,163); }
div.DivClassName
{
background-color: #F119A3;
}
.BgClassName
{
background-color: #F119A3;
}
</style>
border-color css
<style>
span { border-color: #F119A3; }
span { border-color: rgb(241,25,163); }
td.TdClassName
{
border-color: #F119A3;
}
.TagClassName
{
border-color: #F119A3;
}
</style>