Shades of Illusion #F08EAE
Tints of Illusion #F08EAE
RGB
CMYK
RGB Variations
Color information
#F08EAE (or 0xF08EAE) is known color: Illusion. HEX triplet: F0, 8E and AE. RGB value is (240,142,174). Sum of RGB (Red+Green+Blue) = 240+142+174=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08EAE is #0F7151. Grayscale: #AEAEAE. Windows color (decimal): -1012050 or 11439856. OLE color: 11439856.
HSL color Cylindrical-coordinate representation of color #F08EAE: hue angle of 340.41º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08EAE is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 174 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.06 |
| HSL | 340.41º | 0.77% | 0.75% | - |
| HSV(B) | 340.41º | 0.41% | 0.94% | - |
| XYZ | 53.25 | 40.93 | 45.14 | - |
| YUV | 174.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 174 | 0 | 0.41 | 0.28 | 0.06 | 340.41 | 0.77 | 0.75 |
| Hex | F0 | 8E | AE | 0 | 29 | 1C | 6 | 154 | 4D | 4B |
| Octal | 360 | 216 | 256 | 0 | 51 | 34 | 6 | 524 | 115 | 113 |
| Binary | 11110000 | 10001110 | 10101110 | 0 | 101001 | 11100 | 110 | 101010100 | 1001101 | 1001011 |
Color Harmonies of #F08EAE
Complementary color
Monochromatic Colors of #F08EAE
Black with #F08EAE
Text Example
Text Example
White with #F08EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08EAE; }
p { color: rgb(240,142,174); }
H1.HeaderClassName
{
color: #F08EAE;
}
.AnyTagClassName
{
color: #F08EAE;
}
</style>
background-color css
<style>
a { background-color: #F08EAE; }
a { background-color: rgb(240,142,174); }
div.DivClassName
{
background-color: #F08EAE;
}
.BgClassName
{
background-color: #F08EAE;
}
</style>
border-color css
<style>
span { border-color: #F08EAE; }
span { border-color: rgb(240,142,174); }
td.TdClassName
{
border-color: #F08EAE;
}
.TagClassName
{
border-color: #F08EAE;
}
</style>