Shades of Illusion #F89FB2
Tints of Illusion #F89FB2
RGB
CMYK
RGB Variations
Color information
#F89FB2 (or 0xF89FB2) is known color: Illusion. HEX triplet: F8, 9F and B2. RGB value is (248,159,178). Sum of RGB (Red+Green+Blue) = 248+159+178=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89FB2 is #07604D. Grayscale: #BBBBBB. Windows color (decimal): -483406 or 11706360. OLE color: 11706360.
HSL color Cylindrical-coordinate representation of color #F89FB2: hue angle of 347.19º 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 #F89FB2 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 178 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.03 |
| HSL | 347.19º | 0.86% | 0.8% | - |
| HSV(B) | 347.19º | 0.36% | 0.97% | - |
| XYZ | 59.15 | 47.97 | 48.26 | - |
| YUV | 187.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 178 | 0 | 0.36 | 0.28 | 0.03 | 347.19 | 0.86 | 0.8 |
| Hex | F8 | 9F | B2 | 0 | 24 | 1C | 3 | 15B | 56 | 50 |
| Octal | 370 | 237 | 262 | 0 | 44 | 34 | 3 | 533 | 126 | 120 |
| Binary | 11111000 | 10011111 | 10110010 | 0 | 100100 | 11100 | 11 | 101011011 | 1010110 | 1010000 |
Color Harmonies of #F89FB2
Complementary color
Monochromatic Colors of #F89FB2
Black with #F89FB2
Text Example
Text Example
White with #F89FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FB2; }
p { color: rgb(248,159,178); }
H1.HeaderClassName
{
color: #F89FB2;
}
.AnyTagClassName
{
color: #F89FB2;
}
</style>
background-color css
<style>
a { background-color: #F89FB2; }
a { background-color: rgb(248,159,178); }
div.DivClassName
{
background-color: #F89FB2;
}
.BgClassName
{
background-color: #F89FB2;
}
</style>
border-color css
<style>
span { border-color: #F89FB2; }
span { border-color: rgb(248,159,178); }
td.TdClassName
{
border-color: #F89FB2;
}
.TagClassName
{
border-color: #F89FB2;
}
</style>