Shades of Illusion #F49DB2
Tints of Illusion #F49DB2
RGB
CMYK
RGB Variations
Color information
#F49DB2 (or 0xF49DB2) is known color: Illusion. HEX triplet: F4, 9D and B2. RGB value is (244,157,178). Sum of RGB (Red+Green+Blue) = 244+157+178=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49DB2 is #0B624D. Grayscale: #B9B9B9. Windows color (decimal): -746062 or 11705844. OLE color: 11705844.
HSL color Cylindrical-coordinate representation of color #F49DB2: hue angle of 345.52º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DB2 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 178 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.04 |
| HSL | 345.52º | 0.8% | 0.79% | - |
| HSV(B) | 345.52º | 0.36% | 0.96% | - |
| XYZ | 57.4 | 46.56 | 48.08 | - |
| YUV | 185.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 178 | 0 | 0.36 | 0.27 | 0.04 | 345.52 | 0.8 | 0.79 |
| Hex | F4 | 9D | B2 | 0 | 24 | 1B | 4 | 15A | 50 | 4F |
| Octal | 364 | 235 | 262 | 0 | 44 | 33 | 4 | 532 | 120 | 117 |
| Binary | 11110100 | 10011101 | 10110010 | 0 | 100100 | 11011 | 100 | 101011010 | 1010000 | 1001111 |
Color Harmonies of #F49DB2
Complementary color
Monochromatic Colors of #F49DB2
Black with #F49DB2
Text Example
Text Example
White with #F49DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49DB2; }
p { color: rgb(244,157,178); }
H1.HeaderClassName
{
color: #F49DB2;
}
.AnyTagClassName
{
color: #F49DB2;
}
</style>
background-color css
<style>
a { background-color: #F49DB2; }
a { background-color: rgb(244,157,178); }
div.DivClassName
{
background-color: #F49DB2;
}
.BgClassName
{
background-color: #F49DB2;
}
</style>
border-color css
<style>
span { border-color: #F49DB2; }
span { border-color: rgb(244,157,178); }
td.TdClassName
{
border-color: #F49DB2;
}
.TagClassName
{
border-color: #F49DB2;
}
</style>