Shades of Illusion #F49AAA
Tints of Illusion #F49AAA
RGB
CMYK
RGB Variations
Color information
#F49AAA (or 0xF49AAA) is known color: Illusion. HEX triplet: F4, 9A and AA. RGB value is (244,154,170). Sum of RGB (Red+Green+Blue) = 244+154+170=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F49AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49AAA is #0B6555. Grayscale: #B6B6B6. Windows color (decimal): -746838 or 11180788. OLE color: 11180788.
HSL color Cylindrical-coordinate representation of color #F49AAA: hue angle of 349.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49AAA is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 170 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.04 |
| HSL | 349.33º | 0.8% | 0.78% | - |
| HSV(B) | 349.33º | 0.37% | 0.96% | - |
| XYZ | 56.12 | 45.25 | 43.81 | - |
| YUV | 182.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 170 | 0 | 0.37 | 0.30 | 0.04 | 349.33 | 0.8 | 0.78 |
| Hex | F4 | 9A | AA | 0 | 25 | 1E | 4 | 15D | 50 | 4E |
| Octal | 364 | 232 | 252 | 0 | 45 | 36 | 4 | 535 | 120 | 116 |
| Binary | 11110100 | 10011010 | 10101010 | 0 | 100101 | 11110 | 100 | 101011101 | 1010000 | 1001110 |
Color Harmonies of #F49AAA
Complementary color
Monochromatic Colors of #F49AAA
Black with #F49AAA
Text Example
Text Example
White with #F49AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49AAA; }
p { color: rgb(244,154,170); }
H1.HeaderClassName
{
color: #F49AAA;
}
.AnyTagClassName
{
color: #F49AAA;
}
</style>
background-color css
<style>
a { background-color: #F49AAA; }
a { background-color: rgb(244,154,170); }
div.DivClassName
{
background-color: #F49AAA;
}
.BgClassName
{
background-color: #F49AAA;
}
</style>
border-color css
<style>
span { border-color: #F49AAA; }
span { border-color: rgb(244,154,170); }
td.TdClassName
{
border-color: #F49AAA;
}
.TagClassName
{
border-color: #F49AAA;
}
</style>