Shades of Illusion #F49CAF
Tints of Illusion #F49CAF
RGB
CMYK
RGB Variations
Color information
#F49CAF (or 0xF49CAF) is known color: Illusion. HEX triplet: F4, 9C and AF. RGB value is (244,156,175). Sum of RGB (Red+Green+Blue) = 244+156+175=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49CAF is #0B6350. Grayscale: #B8B8B8. Windows color (decimal): -746321 or 11508980. OLE color: 11508980.
HSL color Cylindrical-coordinate representation of color #F49CAF: hue angle of 347.05º 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 #F49CAF is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 175 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.04 |
| HSL | 347.05º | 0.8% | 0.78% | - |
| HSV(B) | 347.05º | 0.36% | 0.96% | - |
| XYZ | 56.93 | 46.11 | 46.46 | - |
| YUV | 184.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 175 | 0 | 0.36 | 0.28 | 0.04 | 347.05 | 0.8 | 0.78 |
| Hex | F4 | 9C | AF | 0 | 24 | 1C | 4 | 15B | 50 | 4E |
| Octal | 364 | 234 | 257 | 0 | 44 | 34 | 4 | 533 | 120 | 116 |
| Binary | 11110100 | 10011100 | 10101111 | 0 | 100100 | 11100 | 100 | 101011011 | 1010000 | 1001110 |
Color Harmonies of #F49CAF
Complementary color
Monochromatic Colors of #F49CAF
Black with #F49CAF
Text Example
Text Example
White with #F49CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CAF; }
p { color: rgb(244,156,175); }
H1.HeaderClassName
{
color: #F49CAF;
}
.AnyTagClassName
{
color: #F49CAF;
}
</style>
background-color css
<style>
a { background-color: #F49CAF; }
a { background-color: rgb(244,156,175); }
div.DivClassName
{
background-color: #F49CAF;
}
.BgClassName
{
background-color: #F49CAF;
}
</style>
border-color css
<style>
span { border-color: #F49CAF; }
span { border-color: rgb(244,156,175); }
td.TdClassName
{
border-color: #F49CAF;
}
.TagClassName
{
border-color: #F49CAF;
}
</style>