Shades of Illusion #F09DAE
Tints of Illusion #F09DAE
RGB
CMYK
RGB Variations
Color information
#F09DAE (or 0xF09DAE) is known color: Illusion. HEX triplet: F0, 9D and AE. RGB value is (240,157,174). Sum of RGB (Red+Green+Blue) = 240+157+174=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09DAE is #0F6251. Grayscale: #B7B7B7. Windows color (decimal): -1008210 or 11443696. OLE color: 11443696.
HSL color Cylindrical-coordinate representation of color #F09DAE: hue angle of 347.71º 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 #F09DAE is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 174 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.06 |
| HSL | 347.71º | 0.73% | 0.78% | - |
| HSV(B) | 347.71º | 0.35% | 0.94% | - |
| XYZ | 55.63 | 45.7 | 45.93 | - |
| YUV | 183.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 174 | 0 | 0.35 | 0.28 | 0.06 | 347.71 | 0.73 | 0.78 |
| Hex | F0 | 9D | AE | 0 | 23 | 1C | 6 | 15C | 49 | 4E |
| Octal | 360 | 235 | 256 | 0 | 43 | 34 | 6 | 534 | 111 | 116 |
| Binary | 11110000 | 10011101 | 10101110 | 0 | 100011 | 11100 | 110 | 101011100 | 1001001 | 1001110 |
Color Harmonies of #F09DAE
Complementary color
Monochromatic Colors of #F09DAE
Black with #F09DAE
Text Example
Text Example
White with #F09DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DAE; }
p { color: rgb(240,157,174); }
H1.HeaderClassName
{
color: #F09DAE;
}
.AnyTagClassName
{
color: #F09DAE;
}
</style>
background-color css
<style>
a { background-color: #F09DAE; }
a { background-color: rgb(240,157,174); }
div.DivClassName
{
background-color: #F09DAE;
}
.BgClassName
{
background-color: #F09DAE;
}
</style>
border-color css
<style>
span { border-color: #F09DAE; }
span { border-color: rgb(240,157,174); }
td.TdClassName
{
border-color: #F09DAE;
}
.TagClassName
{
border-color: #F09DAE;
}
</style>