Shades of Illusion #F089B2
Tints of Illusion #F089B2
RGB
CMYK
RGB Variations
Color information
#F089B2 (or 0xF089B2) is known color: Illusion. HEX triplet: F0, 89 and B2. RGB value is (240,137,178). Sum of RGB (Red+Green+Blue) = 240+137+178=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F089B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F089B2 is #0F764D. Grayscale: #ACACAC. Windows color (decimal): -1013326 or 11700720. OLE color: 11700720.
HSL color Cylindrical-coordinate representation of color #F089B2: hue angle of 336.12º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F089B2 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 178 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.06 |
| HSL | 336.12º | 0.77% | 0.74% | - |
| HSV(B) | 336.12º | 0.43% | 0.94% | - |
| XYZ | 52.92 | 39.63 | 46.98 | - |
| YUV | 172.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 178 | 0 | 0.43 | 0.26 | 0.06 | 336.12 | 0.77 | 0.74 |
| Hex | F0 | 89 | B2 | 0 | 2B | 1A | 6 | 150 | 4D | 4A |
| Octal | 360 | 211 | 262 | 0 | 53 | 32 | 6 | 520 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10110010 | 0 | 101011 | 11010 | 110 | 101010000 | 1001101 | 1001010 |
Color Harmonies of #F089B2
Complementary color
Monochromatic Colors of #F089B2
Black with #F089B2
Text Example
Text Example
White with #F089B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089B2; }
p { color: rgb(240,137,178); }
H1.HeaderClassName
{
color: #F089B2;
}
.AnyTagClassName
{
color: #F089B2;
}
</style>
background-color css
<style>
a { background-color: #F089B2; }
a { background-color: rgb(240,137,178); }
div.DivClassName
{
background-color: #F089B2;
}
.BgClassName
{
background-color: #F089B2;
}
</style>
border-color css
<style>
span { border-color: #F089B2; }
span { border-color: rgb(240,137,178); }
td.TdClassName
{
border-color: #F089B2;
}
.TagClassName
{
border-color: #F089B2;
}
</style>