Shades of Illusion #F49DB0
Tints of Illusion #F49DB0
RGB
CMYK
RGB Variations
Color information
#F49DB0 (or 0xF49DB0) is known color: Illusion. HEX triplet: F4, 9D and B0. RGB value is (244,157,176). Sum of RGB (Red+Green+Blue) = 244+157+176=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49DB0 is #0B624F. Grayscale: #B9B9B9. Windows color (decimal): -746064 or 11574772. OLE color: 11574772.
HSL color Cylindrical-coordinate representation of color #F49DB0: hue angle of 346.9º 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 #F49DB0 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 176 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.04 |
| HSL | 346.9º | 0.8% | 0.79% | - |
| HSV(B) | 346.9º | 0.36% | 0.96% | - |
| XYZ | 57.2 | 46.48 | 47.03 | - |
| YUV | 185.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 176 | 0 | 0.36 | 0.28 | 0.04 | 346.9 | 0.8 | 0.79 |
| Hex | F4 | 9D | B0 | 0 | 24 | 1C | 4 | 15B | 50 | 4F |
| Octal | 364 | 235 | 260 | 0 | 44 | 34 | 4 | 533 | 120 | 117 |
| Binary | 11110100 | 10011101 | 10110000 | 0 | 100100 | 11100 | 100 | 101011011 | 1010000 | 1001111 |
Color Harmonies of #F49DB0
Complementary color
Monochromatic Colors of #F49DB0
Black with #F49DB0
Text Example
Text Example
White with #F49DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49DB0; }
p { color: rgb(244,157,176); }
H1.HeaderClassName
{
color: #F49DB0;
}
.AnyTagClassName
{
color: #F49DB0;
}
</style>
background-color css
<style>
a { background-color: #F49DB0; }
a { background-color: rgb(244,157,176); }
div.DivClassName
{
background-color: #F49DB0;
}
.BgClassName
{
background-color: #F49DB0;
}
</style>
border-color css
<style>
span { border-color: #F49DB0; }
span { border-color: rgb(244,157,176); }
td.TdClassName
{
border-color: #F49DB0;
}
.TagClassName
{
border-color: #F49DB0;
}
</style>