Shades of Illusion #F89AB9
Tints of Illusion #F89AB9
RGB
CMYK
RGB Variations
Color information
#F89AB9 (or 0xF89AB9) is known color: Illusion. HEX triplet: F8, 9A and B9. RGB value is (248,154,185). Sum of RGB (Red+Green+Blue) = 248+154+185=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AB9 is #076546. Grayscale: #B9B9B9. Windows color (decimal): -484679 or 12163832. OLE color: 12163832.
HSL color Cylindrical-coordinate representation of color #F89AB9: hue angle of 340.21º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89AB9 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 185 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.03 |
| HSL | 340.21º | 0.87% | 0.79% | - |
| HSV(B) | 340.21º | 0.38% | 0.97% | - |
| XYZ | 59.02 | 46.57 | 51.78 | - |
| YUV | 185.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 185 | 0 | 0.38 | 0.25 | 0.03 | 340.21 | 0.87 | 0.79 |
| Hex | F8 | 9A | B9 | 0 | 26 | 19 | 3 | 154 | 57 | 4F |
| Octal | 370 | 232 | 271 | 0 | 46 | 31 | 3 | 524 | 127 | 117 |
| Binary | 11111000 | 10011010 | 10111001 | 0 | 100110 | 11001 | 11 | 101010100 | 1010111 | 1001111 |
Color Harmonies of #F89AB9
Complementary color
Monochromatic Colors of #F89AB9
Black with #F89AB9
Text Example
Text Example
White with #F89AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89AB9; }
p { color: rgb(248,154,185); }
H1.HeaderClassName
{
color: #F89AB9;
}
.AnyTagClassName
{
color: #F89AB9;
}
</style>
background-color css
<style>
a { background-color: #F89AB9; }
a { background-color: rgb(248,154,185); }
div.DivClassName
{
background-color: #F89AB9;
}
.BgClassName
{
background-color: #F89AB9;
}
</style>
border-color css
<style>
span { border-color: #F89AB9; }
span { border-color: rgb(248,154,185); }
td.TdClassName
{
border-color: #F89AB9;
}
.TagClassName
{
border-color: #F89AB9;
}
</style>