Shades of Spicy Pink #F119AC
Tints of Spicy Pink #F119AC
RGB
CMYK
RGB Variations
Color information
#F119AC (or 0xF119AC) is known color: Spicy Pink. HEX triplet: F1, 19 and AC. RGB value is (241,25,172). Sum of RGB (Red+Green+Blue) = 241+25+172=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F119AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119AC is #0EE653. Grayscale: #696969. Windows color (decimal): -976468 or 11278833. OLE color: 11278833.
HSL color Cylindrical-coordinate representation of color #F119AC: hue angle of 319.17º 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 #F119AC is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 172 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.05 |
| HSL | 319.17º | 0.89% | 0.52% | - |
| HSV(B) | 319.17º | 0.9% | 0.95% | - |
| XYZ | 44.07 | 22.37 | 41.03 | - |
| YUV | 106.34 | 165.06 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 172 | 0 | 0.90 | 0.29 | 0.05 | 319.17 | 0.89 | 0.52 |
| Hex | F1 | 19 | AC | 0 | 5A | 1D | 5 | 13F | 59 | 34 |
| Octal | 361 | 31 | 254 | 0 | 132 | 35 | 5 | 477 | 131 | 64 |
| Binary | 11110001 | 11001 | 10101100 | 0 | 1011010 | 11101 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F119AC
Complementary color
Monochromatic Colors of #F119AC
Black with #F119AC
Text Example
Text Example
White with #F119AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119AC; }
p { color: rgb(241,25,172); }
H1.HeaderClassName
{
color: #F119AC;
}
.AnyTagClassName
{
color: #F119AC;
}
</style>
background-color css
<style>
a { background-color: #F119AC; }
a { background-color: rgb(241,25,172); }
div.DivClassName
{
background-color: #F119AC;
}
.BgClassName
{
background-color: #F119AC;
}
</style>
border-color css
<style>
span { border-color: #F119AC; }
span { border-color: rgb(241,25,172); }
td.TdClassName
{
border-color: #F119AC;
}
.TagClassName
{
border-color: #F119AC;
}
</style>