Shades of Illusion #F49CAC
Tints of Illusion #F49CAC
RGB
CMYK
RGB Variations
Color information
#F49CAC (or 0xF49CAC) is known color: Illusion. HEX triplet: F4, 9C and AC. RGB value is (244,156,172). Sum of RGB (Red+Green+Blue) = 244+156+172=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49CAC is #0B6353. Grayscale: #B8B8B8. Windows color (decimal): -746324 or 11312372. OLE color: 11312372.
HSL color Cylindrical-coordinate representation of color #F49CAC: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49CAC is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 172 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.04 |
| HSL | 349.09º | 0.8% | 0.78% | - |
| HSV(B) | 349.09º | 0.36% | 0.96% | - |
| XYZ | 56.64 | 45.99 | 44.92 | - |
| YUV | 184.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 172 | 0 | 0.36 | 0.30 | 0.04 | 349.09 | 0.8 | 0.78 |
| Hex | F4 | 9C | AC | 0 | 24 | 1E | 4 | 15D | 50 | 4E |
| Octal | 364 | 234 | 254 | 0 | 44 | 36 | 4 | 535 | 120 | 116 |
| Binary | 11110100 | 10011100 | 10101100 | 0 | 100100 | 11110 | 100 | 101011101 | 1010000 | 1001110 |
Color Harmonies of #F49CAC
Complementary color
Monochromatic Colors of #F49CAC
Black with #F49CAC
Text Example
Text Example
White with #F49CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CAC; }
p { color: rgb(244,156,172); }
H1.HeaderClassName
{
color: #F49CAC;
}
.AnyTagClassName
{
color: #F49CAC;
}
</style>
background-color css
<style>
a { background-color: #F49CAC; }
a { background-color: rgb(244,156,172); }
div.DivClassName
{
background-color: #F49CAC;
}
.BgClassName
{
background-color: #F49CAC;
}
</style>
border-color css
<style>
span { border-color: #F49CAC; }
span { border-color: rgb(244,156,172); }
td.TdClassName
{
border-color: #F49CAC;
}
.TagClassName
{
border-color: #F49CAC;
}
</style>