Shades of Illusion #F08DAE
Tints of Illusion #F08DAE
RGB
CMYK
RGB Variations
Color information
#F08DAE (or 0xF08DAE) is known color: Illusion. HEX triplet: F0, 8D and AE. RGB value is (240,141,174). Sum of RGB (Red+Green+Blue) = 240+141+174=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08DAE is #0F7251. Grayscale: #AEAEAE. Windows color (decimal): -1012306 or 11439600. OLE color: 11439600.
HSL color Cylindrical-coordinate representation of color #F08DAE: hue angle of 340º 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 #F08DAE is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 174 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.06 |
| HSL | 340º | 0.77% | 0.75% | - |
| HSV(B) | 340º | 0.41% | 0.94% | - |
| XYZ | 53.1 | 40.63 | 45.09 | - |
| YUV | 174.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 174 | 0 | 0.41 | 0.28 | 0.06 | 340 | 0.77 | 0.75 |
| Hex | F0 | 8D | AE | 0 | 29 | 1C | 6 | 154 | 4D | 4B |
| Octal | 360 | 215 | 256 | 0 | 51 | 34 | 6 | 524 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10101110 | 0 | 101001 | 11100 | 110 | 101010100 | 1001101 | 1001011 |
Color Harmonies of #F08DAE
Complementary color
Monochromatic Colors of #F08DAE
Black with #F08DAE
Text Example
Text Example
White with #F08DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DAE; }
p { color: rgb(240,141,174); }
H1.HeaderClassName
{
color: #F08DAE;
}
.AnyTagClassName
{
color: #F08DAE;
}
</style>
background-color css
<style>
a { background-color: #F08DAE; }
a { background-color: rgb(240,141,174); }
div.DivClassName
{
background-color: #F08DAE;
}
.BgClassName
{
background-color: #F08DAE;
}
</style>
border-color css
<style>
span { border-color: #F08DAE; }
span { border-color: rgb(240,141,174); }
td.TdClassName
{
border-color: #F08DAE;
}
.TagClassName
{
border-color: #F08DAE;
}
</style>