Shades of Spicy Pink #F119AB
Tints of Spicy Pink #F119AB
RGB
CMYK
RGB Variations
Color information
#F119AB (or 0xF119AB) is known color: Spicy Pink. HEX triplet: F1, 19 and AB. RGB value is (241,25,171). Sum of RGB (Red+Green+Blue) = 241+25+171=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F119AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119AB is #0EE654. Grayscale: #696969. Windows color (decimal): -976469 or 11213297. OLE color: 11213297.
HSL color Cylindrical-coordinate representation of color #F119AB: hue angle of 319.44º 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 #F119AB is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 171 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.05 |
| HSL | 319.44º | 0.89% | 0.52% | - |
| HSV(B) | 319.44º | 0.9% | 0.95% | - |
| XYZ | 43.97 | 22.34 | 40.52 | - |
| YUV | 106.23 | 164.56 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 171 | 0 | 0.90 | 0.29 | 0.05 | 319.44 | 0.89 | 0.52 |
| Hex | F1 | 19 | AB | 0 | 5A | 1D | 5 | 13F | 59 | 34 |
| Octal | 361 | 31 | 253 | 0 | 132 | 35 | 5 | 477 | 131 | 64 |
| Binary | 11110001 | 11001 | 10101011 | 0 | 1011010 | 11101 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F119AB
Complementary color
Monochromatic Colors of #F119AB
Black with #F119AB
Text Example
Text Example
White with #F119AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119AB; }
p { color: rgb(241,25,171); }
H1.HeaderClassName
{
color: #F119AB;
}
.AnyTagClassName
{
color: #F119AB;
}
</style>
background-color css
<style>
a { background-color: #F119AB; }
a { background-color: rgb(241,25,171); }
div.DivClassName
{
background-color: #F119AB;
}
.BgClassName
{
background-color: #F119AB;
}
</style>
border-color css
<style>
span { border-color: #F119AB; }
span { border-color: rgb(241,25,171); }
td.TdClassName
{
border-color: #F119AB;
}
.TagClassName
{
border-color: #F119AB;
}
</style>