Shades of Illusion #F49FAE
Tints of Illusion #F49FAE
RGB
CMYK
RGB Variations
Color information
#F49FAE (or 0xF49FAE) is known color: Illusion. HEX triplet: F4, 9F and AE. RGB value is (244,159,174). Sum of RGB (Red+Green+Blue) = 244+159+174=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49FAE is #0B6051. Grayscale: #BABABA. Windows color (decimal): -745554 or 11444212. OLE color: 11444212.
HSL color Cylindrical-coordinate representation of color #F49FAE: hue angle of 349.41º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49FAE is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 159 | 174 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.04 |
| HSL | 349.41º | 0.79% | 0.79% | - |
| HSV(B) | 349.41º | 0.35% | 0.96% | - |
| XYZ | 57.35 | 47.09 | 46.11 | - |
| YUV | 186.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 174 | 0 | 0.35 | 0.29 | 0.04 | 349.41 | 0.79 | 0.79 |
| Hex | F4 | 9F | AE | 0 | 23 | 1D | 4 | 15D | 4F | 4F |
| Octal | 364 | 237 | 256 | 0 | 43 | 35 | 4 | 535 | 117 | 117 |
| Binary | 11110100 | 10011111 | 10101110 | 0 | 100011 | 11101 | 100 | 101011101 | 1001111 | 1001111 |
Color Harmonies of #F49FAE
Complementary color
Monochromatic Colors of #F49FAE
Black with #F49FAE
Text Example
Text Example
White with #F49FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49FAE; }
p { color: rgb(244,159,174); }
H1.HeaderClassName
{
color: #F49FAE;
}
.AnyTagClassName
{
color: #F49FAE;
}
</style>
background-color css
<style>
a { background-color: #F49FAE; }
a { background-color: rgb(244,159,174); }
div.DivClassName
{
background-color: #F49FAE;
}
.BgClassName
{
background-color: #F49FAE;
}
</style>
border-color css
<style>
span { border-color: #F49FAE; }
span { border-color: rgb(244,159,174); }
td.TdClassName
{
border-color: #F49FAE;
}
.TagClassName
{
border-color: #F49FAE;
}
</style>