Shades of Illusion #F89FB0
Tints of Illusion #F89FB0
RGB
CMYK
RGB Variations
Color information
#F89FB0 (or 0xF89FB0) is known color: Illusion. HEX triplet: F8, 9F and B0. RGB value is (248,159,176). Sum of RGB (Red+Green+Blue) = 248+159+176=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89FB0 is #07604F. Grayscale: #BBBBBB. Windows color (decimal): -483408 or 11575288. OLE color: 11575288.
HSL color Cylindrical-coordinate representation of color #F89FB0: hue angle of 348.54º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89FB0 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 176 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.03 |
| HSL | 348.54º | 0.86% | 0.8% | - |
| HSV(B) | 348.54º | 0.36% | 0.97% | - |
| XYZ | 58.95 | 47.89 | 47.21 | - |
| YUV | 187.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 176 | 0 | 0.36 | 0.29 | 0.03 | 348.54 | 0.86 | 0.8 |
| Hex | F8 | 9F | B0 | 0 | 24 | 1D | 3 | 15D | 56 | 50 |
| Octal | 370 | 237 | 260 | 0 | 44 | 35 | 3 | 535 | 126 | 120 |
| Binary | 11111000 | 10011111 | 10110000 | 0 | 100100 | 11101 | 11 | 101011101 | 1010110 | 1010000 |
Color Harmonies of #F89FB0
Complementary color
Monochromatic Colors of #F89FB0
Black with #F89FB0
Text Example
Text Example
White with #F89FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FB0; }
p { color: rgb(248,159,176); }
H1.HeaderClassName
{
color: #F89FB0;
}
.AnyTagClassName
{
color: #F89FB0;
}
</style>
background-color css
<style>
a { background-color: #F89FB0; }
a { background-color: rgb(248,159,176); }
div.DivClassName
{
background-color: #F89FB0;
}
.BgClassName
{
background-color: #F89FB0;
}
</style>
border-color css
<style>
span { border-color: #F89FB0; }
span { border-color: rgb(248,159,176); }
td.TdClassName
{
border-color: #F89FB0;
}
.TagClassName
{
border-color: #F89FB0;
}
</style>