Shades of Illusion #F09CAA
Tints of Illusion #F09CAA
RGB
CMYK
RGB Variations
Color information
#F09CAA (or 0xF09CAA) is known color: Illusion. HEX triplet: F0, 9C and AA. RGB value is (240,156,170). Sum of RGB (Red+Green+Blue) = 240+156+170=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CAA is #0F6355. Grayscale: #B6B6B6. Windows color (decimal): -1008470 or 11181296. OLE color: 11181296.
HSL color Cylindrical-coordinate representation of color #F09CAA: hue angle of 350º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CAA is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 170 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.06 |
| HSL | 350º | 0.74% | 0.78% | - |
| HSV(B) | 350º | 0.35% | 0.94% | - |
| XYZ | 55.08 | 45.2 | 43.85 | - |
| YUV | 182.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 170 | 0 | 0.35 | 0.29 | 0.06 | 350 | 0.74 | 0.78 |
| Hex | F0 | 9C | AA | 0 | 23 | 1D | 6 | 15E | 4A | 4E |
| Octal | 360 | 234 | 252 | 0 | 43 | 35 | 6 | 536 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10101010 | 0 | 100011 | 11101 | 110 | 101011110 | 1001010 | 1001110 |
Color Harmonies of #F09CAA
Complementary color
Monochromatic Colors of #F09CAA
Black with #F09CAA
Text Example
Text Example
White with #F09CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CAA; }
p { color: rgb(240,156,170); }
H1.HeaderClassName
{
color: #F09CAA;
}
.AnyTagClassName
{
color: #F09CAA;
}
</style>
background-color css
<style>
a { background-color: #F09CAA; }
a { background-color: rgb(240,156,170); }
div.DivClassName
{
background-color: #F09CAA;
}
.BgClassName
{
background-color: #F09CAA;
}
</style>
border-color css
<style>
span { border-color: #F09CAA; }
span { border-color: rgb(240,156,170); }
td.TdClassName
{
border-color: #F09CAA;
}
.TagClassName
{
border-color: #F09CAA;
}
</style>