Shades of Illusion #F99EAE
Tints of Illusion #F99EAE
RGB
CMYK
RGB Variations
Color information
#F99EAE (or 0xF99EAE) is known color: Illusion. HEX triplet: F9, 9E and AE. RGB value is (249,158,174). Sum of RGB (Red+Green+Blue) = 249+158+174=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99EAE is #066151. Grayscale: #BBBBBB. Windows color (decimal): -418130 or 11443961. OLE color: 11443961.
HSL color Cylindrical-coordinate representation of color #F99EAE: hue angle of 349.45º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EAE is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 174 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.02 |
| HSL | 349.45º | 0.88% | 0.8% | - |
| HSV(B) | 349.45º | 0.37% | 0.98% | - |
| XYZ | 58.93 | 47.65 | 46.14 | - |
| YUV | 187.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 174 | 0 | 0.37 | 0.30 | 0.02 | 349.45 | 0.88 | 0.8 |
| Hex | F9 | 9E | AE | 0 | 25 | 1E | 2 | 15D | 58 | 50 |
| Octal | 371 | 236 | 256 | 0 | 45 | 36 | 2 | 535 | 130 | 120 |
| Binary | 11111001 | 10011110 | 10101110 | 0 | 100101 | 11110 | 10 | 101011101 | 1011000 | 1010000 |
Color Harmonies of #F99EAE
Complementary color
Monochromatic Colors of #F99EAE
Black with #F99EAE
Text Example
Text Example
White with #F99EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EAE; }
p { color: rgb(249,158,174); }
H1.HeaderClassName
{
color: #F99EAE;
}
.AnyTagClassName
{
color: #F99EAE;
}
</style>
background-color css
<style>
a { background-color: #F99EAE; }
a { background-color: rgb(249,158,174); }
div.DivClassName
{
background-color: #F99EAE;
}
.BgClassName
{
background-color: #F99EAE;
}
</style>
border-color css
<style>
span { border-color: #F99EAE; }
span { border-color: rgb(249,158,174); }
td.TdClassName
{
border-color: #F99EAE;
}
.TagClassName
{
border-color: #F99EAE;
}
</style>