Shades of Illusion #F49AB2
Tints of Illusion #F49AB2
RGB
CMYK
RGB Variations
Color information
#F49AB2 (or 0xF49AB2) is known color: Illusion. HEX triplet: F4, 9A and B2. RGB value is (244,154,178). Sum of RGB (Red+Green+Blue) = 244+154+178=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F49AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49AB2 is #0B654D. Grayscale: #B7B7B7. Windows color (decimal): -746830 or 11705076. OLE color: 11705076.
HSL color Cylindrical-coordinate representation of color #F49AB2: hue angle of 344º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49AB2 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 178 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.04 |
| HSL | 344º | 0.8% | 0.78% | - |
| HSV(B) | 344º | 0.37% | 0.96% | - |
| XYZ | 56.9 | 45.56 | 47.91 | - |
| YUV | 183.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 178 | 0 | 0.37 | 0.27 | 0.04 | 344 | 0.8 | 0.78 |
| Hex | F4 | 9A | B2 | 0 | 25 | 1B | 4 | 158 | 50 | 4E |
| Octal | 364 | 232 | 262 | 0 | 45 | 33 | 4 | 530 | 120 | 116 |
| Binary | 11110100 | 10011010 | 10110010 | 0 | 100101 | 11011 | 100 | 101011000 | 1010000 | 1001110 |
Color Harmonies of #F49AB2
Complementary color
Monochromatic Colors of #F49AB2
Black with #F49AB2
Text Example
Text Example
White with #F49AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49AB2; }
p { color: rgb(244,154,178); }
H1.HeaderClassName
{
color: #F49AB2;
}
.AnyTagClassName
{
color: #F49AB2;
}
</style>
background-color css
<style>
a { background-color: #F49AB2; }
a { background-color: rgb(244,154,178); }
div.DivClassName
{
background-color: #F49AB2;
}
.BgClassName
{
background-color: #F49AB2;
}
</style>
border-color css
<style>
span { border-color: #F49AB2; }
span { border-color: rgb(244,154,178); }
td.TdClassName
{
border-color: #F49AB2;
}
.TagClassName
{
border-color: #F49AB2;
}
</style>