Shades of Illusion #F09DAA
Tints of Illusion #F09DAA
RGB
CMYK
RGB Variations
Color information
#F09DAA (or 0xF09DAA) is known color: Illusion. HEX triplet: F0, 9D and AA. RGB value is (240,157,170). Sum of RGB (Red+Green+Blue) = 240+157+170=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09DAA is #0F6255. Grayscale: #B7B7B7. Windows color (decimal): -1008214 or 11181552. OLE color: 11181552.
HSL color Cylindrical-coordinate representation of color #F09DAA: hue angle of 350.6º degrees, saturation: 0.73, 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 #F09DAA is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 170 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.06 |
| HSL | 350.6º | 0.73% | 0.78% | - |
| HSV(B) | 350.6º | 0.35% | 0.94% | - |
| XYZ | 55.25 | 45.54 | 43.91 | - |
| YUV | 183.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 170 | 0 | 0.35 | 0.29 | 0.06 | 350.6 | 0.73 | 0.78 |
| Hex | F0 | 9D | AA | 0 | 23 | 1D | 6 | 15F | 49 | 4E |
| Octal | 360 | 235 | 252 | 0 | 43 | 35 | 6 | 537 | 111 | 116 |
| Binary | 11110000 | 10011101 | 10101010 | 0 | 100011 | 11101 | 110 | 101011111 | 1001001 | 1001110 |
Color Harmonies of #F09DAA
Complementary color
Monochromatic Colors of #F09DAA
Black with #F09DAA
Text Example
Text Example
White with #F09DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DAA; }
p { color: rgb(240,157,170); }
H1.HeaderClassName
{
color: #F09DAA;
}
.AnyTagClassName
{
color: #F09DAA;
}
</style>
background-color css
<style>
a { background-color: #F09DAA; }
a { background-color: rgb(240,157,170); }
div.DivClassName
{
background-color: #F09DAA;
}
.BgClassName
{
background-color: #F09DAA;
}
</style>
border-color css
<style>
span { border-color: #F09DAA; }
span { border-color: rgb(240,157,170); }
td.TdClassName
{
border-color: #F09DAA;
}
.TagClassName
{
border-color: #F09DAA;
}
</style>