Shades of Spicy Pink #F119AA
Tints of Spicy Pink #F119AA
RGB
CMYK
RGB Variations
Color information
#F119AA (or 0xF119AA) is known color: Spicy Pink. HEX triplet: F1, 19 and AA. RGB value is (241,25,170). Sum of RGB (Red+Green+Blue) = 241+25+170=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F119AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119AA is #0EE655. Grayscale: #696969. Windows color (decimal): -976470 or 11147761. OLE color: 11147761.
HSL color Cylindrical-coordinate representation of color #F119AA: hue angle of 319.72º 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 #F119AA is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 170 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.05 |
| HSL | 319.72º | 0.89% | 0.52% | - |
| HSV(B) | 319.72º | 0.9% | 0.95% | - |
| XYZ | 43.88 | 22.3 | 40.02 | - |
| YUV | 106.11 | 164.06 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 170 | 0 | 0.90 | 0.29 | 0.05 | 319.72 | 0.89 | 0.52 |
| Hex | F1 | 19 | AA | 0 | 5A | 1D | 5 | 140 | 59 | 34 |
| Octal | 361 | 31 | 252 | 0 | 132 | 35 | 5 | 500 | 131 | 64 |
| Binary | 11110001 | 11001 | 10101010 | 0 | 1011010 | 11101 | 101 | 101000000 | 1011001 | 110100 |
Color Harmonies of #F119AA
Complementary color
Monochromatic Colors of #F119AA
Black with #F119AA
Text Example
Text Example
White with #F119AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119AA; }
p { color: rgb(241,25,170); }
H1.HeaderClassName
{
color: #F119AA;
}
.AnyTagClassName
{
color: #F119AA;
}
</style>
background-color css
<style>
a { background-color: #F119AA; }
a { background-color: rgb(241,25,170); }
div.DivClassName
{
background-color: #F119AA;
}
.BgClassName
{
background-color: #F119AA;
}
</style>
border-color css
<style>
span { border-color: #F119AA; }
span { border-color: rgb(241,25,170); }
td.TdClassName
{
border-color: #F119AA;
}
.TagClassName
{
border-color: #F119AA;
}
</style>