Shades of Illusion #F49AAF
Tints of Illusion #F49AAF
RGB
CMYK
RGB Variations
Color information
#F49AAF (or 0xF49AAF) is known color: Illusion. HEX triplet: F4, 9A and AF. RGB value is (244,154,175). Sum of RGB (Red+Green+Blue) = 244+154+175=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F49AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49AAF is #0B6550. Grayscale: #B7B7B7. Windows color (decimal): -746833 or 11508468. OLE color: 11508468.
HSL color Cylindrical-coordinate representation of color #F49AAF: hue angle of 346º 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 #F49AAF is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 175 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.04 |
| HSL | 346º | 0.8% | 0.78% | - |
| HSV(B) | 346º | 0.37% | 0.96% | - |
| XYZ | 56.6 | 45.44 | 46.34 | - |
| YUV | 183.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 175 | 0 | 0.37 | 0.28 | 0.04 | 346 | 0.8 | 0.78 |
| Hex | F4 | 9A | AF | 0 | 25 | 1C | 4 | 15A | 50 | 4E |
| Octal | 364 | 232 | 257 | 0 | 45 | 34 | 4 | 532 | 120 | 116 |
| Binary | 11110100 | 10011010 | 10101111 | 0 | 100101 | 11100 | 100 | 101011010 | 1010000 | 1001110 |
Color Harmonies of #F49AAF
Complementary color
Monochromatic Colors of #F49AAF
Black with #F49AAF
Text Example
Text Example
White with #F49AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49AAF; }
p { color: rgb(244,154,175); }
H1.HeaderClassName
{
color: #F49AAF;
}
.AnyTagClassName
{
color: #F49AAF;
}
</style>
background-color css
<style>
a { background-color: #F49AAF; }
a { background-color: rgb(244,154,175); }
div.DivClassName
{
background-color: #F49AAF;
}
.BgClassName
{
background-color: #F49AAF;
}
</style>
border-color css
<style>
span { border-color: #F49AAF; }
span { border-color: rgb(244,154,175); }
td.TdClassName
{
border-color: #F49AAF;
}
.TagClassName
{
border-color: #F49AAF;
}
</style>