Shades of Illusion #F49DAA
Tints of Illusion #F49DAA
RGB
CMYK
RGB Variations
Color information
#F49DAA (or 0xF49DAA) is known color: Illusion. HEX triplet: F4, 9D and AA. RGB value is (244,157,170). Sum of RGB (Red+Green+Blue) = 244+157+170=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49DAA is #0B6255. Grayscale: #B8B8B8. Windows color (decimal): -746070 or 11181556. OLE color: 11181556.
HSL color Cylindrical-coordinate representation of color #F49DAA: hue angle of 351.03º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DAA is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 170 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.04 |
| HSL | 351.03º | 0.8% | 0.79% | - |
| HSV(B) | 351.03º | 0.36% | 0.96% | - |
| XYZ | 56.62 | 46.25 | 43.97 | - |
| YUV | 184.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 170 | 0 | 0.36 | 0.30 | 0.04 | 351.03 | 0.8 | 0.79 |
| Hex | F4 | 9D | AA | 0 | 24 | 1E | 4 | 15F | 50 | 4F |
| Octal | 364 | 235 | 252 | 0 | 44 | 36 | 4 | 537 | 120 | 117 |
| Binary | 11110100 | 10011101 | 10101010 | 0 | 100100 | 11110 | 100 | 101011111 | 1010000 | 1001111 |
Color Harmonies of #F49DAA
Complementary color
Monochromatic Colors of #F49DAA
Black with #F49DAA
Text Example
Text Example
White with #F49DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49DAA; }
p { color: rgb(244,157,170); }
H1.HeaderClassName
{
color: #F49DAA;
}
.AnyTagClassName
{
color: #F49DAA;
}
</style>
background-color css
<style>
a { background-color: #F49DAA; }
a { background-color: rgb(244,157,170); }
div.DivClassName
{
background-color: #F49DAA;
}
.BgClassName
{
background-color: #F49DAA;
}
</style>
border-color css
<style>
span { border-color: #F49DAA; }
span { border-color: rgb(244,157,170); }
td.TdClassName
{
border-color: #F49DAA;
}
.TagClassName
{
border-color: #F49DAA;
}
</style>