Shades of Illusion #F896B9
Tints of Illusion #F896B9
RGB
CMYK
RGB Variations
Color information
#F896B9 (or 0xF896B9) is known color: Illusion. HEX triplet: F8, 96 and B9. RGB value is (248,150,185). Sum of RGB (Red+Green+Blue) = 248+150+185=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F896B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896B9 is #076946. Grayscale: #B7B7B7. Windows color (decimal): -485703 or 12162808. OLE color: 12162808.
HSL color Cylindrical-coordinate representation of color #F896B9: hue angle of 338.57º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896B9 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 185 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.03 |
| HSL | 338.57º | 0.88% | 0.78% | - |
| HSV(B) | 338.57º | 0.4% | 0.97% | - |
| XYZ | 58.37 | 45.27 | 51.56 | - |
| YUV | 183.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 185 | 0 | 0.40 | 0.25 | 0.03 | 338.57 | 0.88 | 0.78 |
| Hex | F8 | 96 | B9 | 0 | 28 | 19 | 3 | 153 | 58 | 4E |
| Octal | 370 | 226 | 271 | 0 | 50 | 31 | 3 | 523 | 130 | 116 |
| Binary | 11111000 | 10010110 | 10111001 | 0 | 101000 | 11001 | 11 | 101010011 | 1011000 | 1001110 |
Color Harmonies of #F896B9
Complementary color
Monochromatic Colors of #F896B9
Black with #F896B9
Text Example
Text Example
White with #F896B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896B9; }
p { color: rgb(248,150,185); }
H1.HeaderClassName
{
color: #F896B9;
}
.AnyTagClassName
{
color: #F896B9;
}
</style>
background-color css
<style>
a { background-color: #F896B9; }
a { background-color: rgb(248,150,185); }
div.DivClassName
{
background-color: #F896B9;
}
.BgClassName
{
background-color: #F896B9;
}
</style>
border-color css
<style>
span { border-color: #F896B9; }
span { border-color: rgb(248,150,185); }
td.TdClassName
{
border-color: #F896B9;
}
.TagClassName
{
border-color: #F896B9;
}
</style>