Shades of Illusion #F494AE
Tints of Illusion #F494AE
RGB
CMYK
RGB Variations
Color information
#F494AE (or 0xF494AE) is known color: Illusion. HEX triplet: F4, 94 and AE. RGB value is (244,148,174). Sum of RGB (Red+Green+Blue) = 244+148+174=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F494AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F494AE is #0B6B51. Grayscale: #B3B3B3. Windows color (decimal): -748370 or 11441396. OLE color: 11441396.
HSL color Cylindrical-coordinate representation of color #F494AE: hue angle of 343.75º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494AE is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 174 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.04 |
| HSL | 343.75º | 0.81% | 0.77% | - |
| HSV(B) | 343.75º | 0.39% | 0.96% | - |
| XYZ | 55.54 | 43.47 | 45.51 | - |
| YUV | 179.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 174 | 0 | 0.39 | 0.29 | 0.04 | 343.75 | 0.81 | 0.77 |
| Hex | F4 | 94 | AE | 0 | 27 | 1D | 4 | 158 | 51 | 4D |
| Octal | 364 | 224 | 256 | 0 | 47 | 35 | 4 | 530 | 121 | 115 |
| Binary | 11110100 | 10010100 | 10101110 | 0 | 100111 | 11101 | 100 | 101011000 | 1010001 | 1001101 |
Color Harmonies of #F494AE
Complementary color
Monochromatic Colors of #F494AE
Black with #F494AE
Text Example
Text Example
White with #F494AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F494AE; }
p { color: rgb(244,148,174); }
H1.HeaderClassName
{
color: #F494AE;
}
.AnyTagClassName
{
color: #F494AE;
}
</style>
background-color css
<style>
a { background-color: #F494AE; }
a { background-color: rgb(244,148,174); }
div.DivClassName
{
background-color: #F494AE;
}
.BgClassName
{
background-color: #F494AE;
}
</style>
border-color css
<style>
span { border-color: #F494AE; }
span { border-color: rgb(244,148,174); }
td.TdClassName
{
border-color: #F494AE;
}
.TagClassName
{
border-color: #F494AE;
}
</style>