Shades of Spicy Pink #F119A8
Tints of Spicy Pink #F119A8
RGB
CMYK
RGB Variations
Color information
#F119A8 (or 0xF119A8) is known color: Spicy Pink. HEX triplet: F1, 19 and A8. RGB value is (241,25,168). Sum of RGB (Red+Green+Blue) = 241+25+168=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F119A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119A8 is #0EE657. Grayscale: #696969. Windows color (decimal): -976472 or 11016689. OLE color: 11016689.
HSL color Cylindrical-coordinate representation of color #F119A8: hue angle of 320.28º 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 #F119A8 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 168 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.05 |
| HSL | 320.28º | 0.89% | 0.52% | - |
| HSV(B) | 320.28º | 0.9% | 0.95% | - |
| XYZ | 43.69 | 22.22 | 39.03 | - |
| YUV | 105.89 | 163.06 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 168 | 0 | 0.90 | 0.30 | 0.05 | 320.28 | 0.89 | 0.52 |
| Hex | F1 | 19 | A8 | 0 | 5A | 1E | 5 | 140 | 59 | 34 |
| Octal | 361 | 31 | 250 | 0 | 132 | 36 | 5 | 500 | 131 | 64 |
| Binary | 11110001 | 11001 | 10101000 | 0 | 1011010 | 11110 | 101 | 101000000 | 1011001 | 110100 |
Color Harmonies of #F119A8
Complementary color
Monochromatic Colors of #F119A8
Black with #F119A8
Text Example
Text Example
White with #F119A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119A8; }
p { color: rgb(241,25,168); }
H1.HeaderClassName
{
color: #F119A8;
}
.AnyTagClassName
{
color: #F119A8;
}
</style>
background-color css
<style>
a { background-color: #F119A8; }
a { background-color: rgb(241,25,168); }
div.DivClassName
{
background-color: #F119A8;
}
.BgClassName
{
background-color: #F119A8;
}
</style>
border-color css
<style>
span { border-color: #F119A8; }
span { border-color: rgb(241,25,168); }
td.TdClassName
{
border-color: #F119A8;
}
.TagClassName
{
border-color: #F119A8;
}
</style>