Shades of Illusion #F49FAC
Tints of Illusion #F49FAC
RGB
CMYK
RGB Variations
Color information
#F49FAC (or 0xF49FAC) is known color: Illusion. HEX triplet: F4, 9F and AC. RGB value is (244,159,172). Sum of RGB (Red+Green+Blue) = 244+159+172=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49FAC is #0B6053. Grayscale: #B9B9B9. Windows color (decimal): -745556 or 11313140. OLE color: 11313140.
HSL color Cylindrical-coordinate representation of color #F49FAC: hue angle of 350.82º 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 #F49FAC is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 159 | 172 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.04 |
| HSL | 350.82º | 0.79% | 0.79% | - |
| HSV(B) | 350.82º | 0.35% | 0.96% | - |
| XYZ | 57.15 | 47.01 | 45.09 | - |
| YUV | 185.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 172 | 0 | 0.35 | 0.30 | 0.04 | 350.82 | 0.79 | 0.79 |
| Hex | F4 | 9F | AC | 0 | 23 | 1E | 4 | 15F | 4F | 4F |
| Octal | 364 | 237 | 254 | 0 | 43 | 36 | 4 | 537 | 117 | 117 |
| Binary | 11110100 | 10011111 | 10101100 | 0 | 100011 | 11110 | 100 | 101011111 | 1001111 | 1001111 |
Color Harmonies of #F49FAC
Complementary color
Monochromatic Colors of #F49FAC
Black with #F49FAC
Text Example
Text Example
White with #F49FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49FAC; }
p { color: rgb(244,159,172); }
H1.HeaderClassName
{
color: #F49FAC;
}
.AnyTagClassName
{
color: #F49FAC;
}
</style>
background-color css
<style>
a { background-color: #F49FAC; }
a { background-color: rgb(244,159,172); }
div.DivClassName
{
background-color: #F49FAC;
}
.BgClassName
{
background-color: #F49FAC;
}
</style>
border-color css
<style>
span { border-color: #F49FAC; }
span { border-color: rgb(244,159,172); }
td.TdClassName
{
border-color: #F49FAC;
}
.TagClassName
{
border-color: #F49FAC;
}
</style>