Shades of Illusion #F89AB1
Tints of Illusion #F89AB1
RGB
CMYK
RGB Variations
Color information
#F89AB1 (or 0xF89AB1) is known color: Illusion. HEX triplet: F8, 9A and B1. RGB value is (248,154,177). Sum of RGB (Red+Green+Blue) = 248+154+177=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89AB1 is #07654E. Grayscale: #B8B8B8. Windows color (decimal): -484687 or 11639544. OLE color: 11639544.
HSL color Cylindrical-coordinate representation of color #F89AB1: hue angle of 345.32º 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 #F89AB1 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 177 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.03 |
| HSL | 345.32º | 0.87% | 0.79% | - |
| HSV(B) | 345.32º | 0.38% | 0.97% | - |
| XYZ | 58.2 | 46.24 | 47.45 | - |
| YUV | 184.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 177 | 0 | 0.38 | 0.29 | 0.03 | 345.32 | 0.87 | 0.79 |
| Hex | F8 | 9A | B1 | 0 | 26 | 1D | 3 | 159 | 57 | 4F |
| Octal | 370 | 232 | 261 | 0 | 46 | 35 | 3 | 531 | 127 | 117 |
| Binary | 11111000 | 10011010 | 10110001 | 0 | 100110 | 11101 | 11 | 101011001 | 1010111 | 1001111 |
Color Harmonies of #F89AB1
Complementary color
Monochromatic Colors of #F89AB1
Black with #F89AB1
Text Example
Text Example
White with #F89AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89AB1; }
p { color: rgb(248,154,177); }
H1.HeaderClassName
{
color: #F89AB1;
}
.AnyTagClassName
{
color: #F89AB1;
}
</style>
background-color css
<style>
a { background-color: #F89AB1; }
a { background-color: rgb(248,154,177); }
div.DivClassName
{
background-color: #F89AB1;
}
.BgClassName
{
background-color: #F89AB1;
}
</style>
border-color css
<style>
span { border-color: #F89AB1; }
span { border-color: rgb(248,154,177); }
td.TdClassName
{
border-color: #F89AB1;
}
.TagClassName
{
border-color: #F89AB1;
}
</style>