Shades of Illusion #F29DAA
Tints of Illusion #F29DAA
RGB
CMYK
RGB Variations
Color information
#F29DAA (or 0xF29DAA) is known color: Illusion. HEX triplet: F2, 9D and AA. RGB value is (242,157,170). Sum of RGB (Red+Green+Blue) = 242+157+170=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29DAA is #0D6255. Grayscale: #B7B7B7. Windows color (decimal): -877142 or 11181554. OLE color: 11181554.
HSL color Cylindrical-coordinate representation of color #F29DAA: hue angle of 350.82º degrees, saturation: 0.77, 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 #F29DAA is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 170 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.05 |
| HSL | 350.82º | 0.77% | 0.78% | - |
| HSV(B) | 350.82º | 0.35% | 0.95% | - |
| XYZ | 55.93 | 45.89 | 43.94 | - |
| YUV | 183.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 170 | 0 | 0.35 | 0.30 | 0.05 | 350.82 | 0.77 | 0.78 |
| Hex | F2 | 9D | AA | 0 | 23 | 1E | 5 | 15F | 4D | 4E |
| Octal | 362 | 235 | 252 | 0 | 43 | 36 | 5 | 537 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10101010 | 0 | 100011 | 11110 | 101 | 101011111 | 1001101 | 1001110 |
Color Harmonies of #F29DAA
Complementary color
Monochromatic Colors of #F29DAA
Black with #F29DAA
Text Example
Text Example
White with #F29DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DAA; }
p { color: rgb(242,157,170); }
H1.HeaderClassName
{
color: #F29DAA;
}
.AnyTagClassName
{
color: #F29DAA;
}
</style>
background-color css
<style>
a { background-color: #F29DAA; }
a { background-color: rgb(242,157,170); }
div.DivClassName
{
background-color: #F29DAA;
}
.BgClassName
{
background-color: #F29DAA;
}
</style>
border-color css
<style>
span { border-color: #F29DAA; }
span { border-color: rgb(242,157,170); }
td.TdClassName
{
border-color: #F29DAA;
}
.TagClassName
{
border-color: #F29DAA;
}
</style>