Shades of Illusion #F09AB2
Tints of Illusion #F09AB2
RGB
CMYK
RGB Variations
Color information
#F09AB2 (or 0xF09AB2) is known color: Illusion. HEX triplet: F0, 9A and B2. RGB value is (240,154,178). Sum of RGB (Red+Green+Blue) = 240+154+178=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09AB2 is #0F654D. Grayscale: #B6B6B6. Windows color (decimal): -1008974 or 11705072. OLE color: 11705072.
HSL color Cylindrical-coordinate representation of color #F09AB2: hue angle of 343.26º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AB2 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 178 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.06 |
| HSL | 343.26º | 0.74% | 0.77% | - |
| HSV(B) | 343.26º | 0.36% | 0.94% | - |
| XYZ | 55.53 | 44.85 | 47.85 | - |
| YUV | 182.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 178 | 0 | 0.36 | 0.26 | 0.06 | 343.26 | 0.74 | 0.77 |
| Hex | F0 | 9A | B2 | 0 | 24 | 1A | 6 | 157 | 4A | 4D |
| Octal | 360 | 232 | 262 | 0 | 44 | 32 | 6 | 527 | 112 | 115 |
| Binary | 11110000 | 10011010 | 10110010 | 0 | 100100 | 11010 | 110 | 101010111 | 1001010 | 1001101 |
Color Harmonies of #F09AB2
Complementary color
Monochromatic Colors of #F09AB2
Black with #F09AB2
Text Example
Text Example
White with #F09AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AB2; }
p { color: rgb(240,154,178); }
H1.HeaderClassName
{
color: #F09AB2;
}
.AnyTagClassName
{
color: #F09AB2;
}
</style>
background-color css
<style>
a { background-color: #F09AB2; }
a { background-color: rgb(240,154,178); }
div.DivClassName
{
background-color: #F09AB2;
}
.BgClassName
{
background-color: #F09AB2;
}
</style>
border-color css
<style>
span { border-color: #F09AB2; }
span { border-color: rgb(240,154,178); }
td.TdClassName
{
border-color: #F09AB2;
}
.TagClassName
{
border-color: #F09AB2;
}
</style>