Shades of Illusion #F89AB5
Tints of Illusion #F89AB5
RGB
CMYK
RGB Variations
Color information
#F89AB5 (or 0xF89AB5) is known color: Illusion. HEX triplet: F8, 9A and B5. RGB value is (248,154,181). Sum of RGB (Red+Green+Blue) = 248+154+181=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AB5 is #07654A. Grayscale: #B9B9B9. Windows color (decimal): -484683 or 11901688. OLE color: 11901688.
HSL color Cylindrical-coordinate representation of color #F89AB5: hue angle of 342.77º 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 #F89AB5 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 181 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.03 |
| HSL | 342.77º | 0.87% | 0.79% | - |
| HSV(B) | 342.77º | 0.38% | 0.97% | - |
| XYZ | 58.61 | 46.4 | 49.58 | - |
| YUV | 185.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 181 | 0 | 0.38 | 0.27 | 0.03 | 342.77 | 0.87 | 0.79 |
| Hex | F8 | 9A | B5 | 0 | 26 | 1B | 3 | 157 | 57 | 4F |
| Octal | 370 | 232 | 265 | 0 | 46 | 33 | 3 | 527 | 127 | 117 |
| Binary | 11111000 | 10011010 | 10110101 | 0 | 100110 | 11011 | 11 | 101010111 | 1010111 | 1001111 |
Color Harmonies of #F89AB5
Complementary color
Monochromatic Colors of #F89AB5
Black with #F89AB5
Text Example
Text Example
White with #F89AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89AB5; }
p { color: rgb(248,154,181); }
H1.HeaderClassName
{
color: #F89AB5;
}
.AnyTagClassName
{
color: #F89AB5;
}
</style>
background-color css
<style>
a { background-color: #F89AB5; }
a { background-color: rgb(248,154,181); }
div.DivClassName
{
background-color: #F89AB5;
}
.BgClassName
{
background-color: #F89AB5;
}
</style>
border-color css
<style>
span { border-color: #F89AB5; }
span { border-color: rgb(248,154,181); }
td.TdClassName
{
border-color: #F89AB5;
}
.TagClassName
{
border-color: #F89AB5;
}
</style>