Shades of Illusion #F29EA9
Tints of Illusion #F29EA9
RGB
CMYK
RGB Variations
Color information
#F29EA9 (or 0xF29EA9) is known color: Illusion. HEX triplet: F2, 9E and A9. RGB value is (242,158,169). Sum of RGB (Red+Green+Blue) = 242+158+169=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29EA9 is #0D6156. Grayscale: #B8B8B8. Windows color (decimal): -876887 or 11116274. OLE color: 11116274.
HSL color Cylindrical-coordinate representation of color #F29EA9: hue angle of 352.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29EA9 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 169 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.05 |
| HSL | 352.14º | 0.76% | 0.78% | - |
| HSV(B) | 352.14º | 0.35% | 0.95% | - |
| XYZ | 56.01 | 46.2 | 43.5 | - |
| YUV | 184.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 169 | 0 | 0.35 | 0.30 | 0.05 | 352.14 | 0.76 | 0.78 |
| Hex | F2 | 9E | A9 | 0 | 23 | 1E | 5 | 160 | 4C | 4E |
| Octal | 362 | 236 | 251 | 0 | 43 | 36 | 5 | 540 | 114 | 116 |
| Binary | 11110010 | 10011110 | 10101001 | 0 | 100011 | 11110 | 101 | 101100000 | 1001100 | 1001110 |
Color Harmonies of #F29EA9
Complementary color
Monochromatic Colors of #F29EA9
Black with #F29EA9
Text Example
Text Example
White with #F29EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EA9; }
p { color: rgb(242,158,169); }
H1.HeaderClassName
{
color: #F29EA9;
}
.AnyTagClassName
{
color: #F29EA9;
}
</style>
background-color css
<style>
a { background-color: #F29EA9; }
a { background-color: rgb(242,158,169); }
div.DivClassName
{
background-color: #F29EA9;
}
.BgClassName
{
background-color: #F29EA9;
}
</style>
border-color css
<style>
span { border-color: #F29EA9; }
span { border-color: rgb(242,158,169); }
td.TdClassName
{
border-color: #F29EA9;
}
.TagClassName
{
border-color: #F29EA9;
}
</style>