Shades of Illusion #F8A0A9
Tints of Illusion #F8A0A9
RGB
CMYK
RGB Variations
Color information
#F8A0A9 (or 0xF8A0A9) is known color: Illusion. HEX triplet: F8, A0 and A9. RGB value is (248,160,169). Sum of RGB (Red+Green+Blue) = 248+160+169=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A0A9 is #075F56. Grayscale: #BBBBBB. Windows color (decimal): -483159 or 11116792. OLE color: 11116792.
HSL color Cylindrical-coordinate representation of color #F8A0A9: hue angle of 353.86º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0A9 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 169 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.03 |
| HSL | 353.86º | 0.86% | 0.8% | - |
| HSV(B) | 353.86º | 0.35% | 0.97% | - |
| XYZ | 58.44 | 47.96 | 43.71 | - |
| YUV | 187.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 169 | 0 | 0.35 | 0.32 | 0.03 | 353.86 | 0.86 | 0.8 |
| Hex | F8 | A0 | A9 | 0 | 23 | 20 | 3 | 162 | 56 | 50 |
| Octal | 370 | 240 | 251 | 0 | 43 | 40 | 3 | 542 | 126 | 120 |
| Binary | 11111000 | 10100000 | 10101001 | 0 | 100011 | 100000 | 11 | 101100010 | 1010110 | 1010000 |
Color Harmonies of #F8A0A9
Complementary color
Monochromatic Colors of #F8A0A9
Black with #F8A0A9
Text Example
Text Example
White with #F8A0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0A9; }
p { color: rgb(248,160,169); }
H1.HeaderClassName
{
color: #F8A0A9;
}
.AnyTagClassName
{
color: #F8A0A9;
}
</style>
background-color css
<style>
a { background-color: #F8A0A9; }
a { background-color: rgb(248,160,169); }
div.DivClassName
{
background-color: #F8A0A9;
}
.BgClassName
{
background-color: #F8A0A9;
}
</style>
border-color css
<style>
span { border-color: #F8A0A9; }
span { border-color: rgb(248,160,169); }
td.TdClassName
{
border-color: #F8A0A9;
}
.TagClassName
{
border-color: #F8A0A9;
}
</style>