Shades of Illusion #F499BA
Tints of Illusion #F499BA
RGB
CMYK
RGB Variations
Color information
#F499BA (or 0xF499BA) is known color: Illusion. HEX triplet: F4, 99 and BA. RGB value is (244,153,186). Sum of RGB (Red+Green+Blue) = 244+153+186=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F499BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F499BA is #0B6645. Grayscale: #B7B7B7. Windows color (decimal): -747078 or 12229108. OLE color: 12229108.
HSL color Cylindrical-coordinate representation of color #F499BA: hue angle of 338.24º degrees, saturation: 0.81, 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 #F499BA is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 186 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.04 |
| HSL | 338.24º | 0.81% | 0.78% | - |
| HSV(B) | 338.24º | 0.37% | 0.96% | - |
| XYZ | 57.56 | 45.56 | 52.21 | - |
| YUV | 183.97 | 129.15 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 186 | 0 | 0.37 | 0.24 | 0.04 | 338.24 | 0.81 | 0.78 |
| Hex | F4 | 99 | BA | 0 | 25 | 18 | 4 | 152 | 51 | 4E |
| Octal | 364 | 231 | 272 | 0 | 45 | 30 | 4 | 522 | 121 | 116 |
| Binary | 11110100 | 10011001 | 10111010 | 0 | 100101 | 11000 | 100 | 101010010 | 1010001 | 1001110 |
Color Harmonies of #F499BA
Complementary color
Monochromatic Colors of #F499BA
Black with #F499BA
Text Example
Text Example
White with #F499BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F499BA; }
p { color: rgb(244,153,186); }
H1.HeaderClassName
{
color: #F499BA;
}
.AnyTagClassName
{
color: #F499BA;
}
</style>
background-color css
<style>
a { background-color: #F499BA; }
a { background-color: rgb(244,153,186); }
div.DivClassName
{
background-color: #F499BA;
}
.BgClassName
{
background-color: #F499BA;
}
</style>
border-color css
<style>
span { border-color: #F499BA; }
span { border-color: rgb(244,153,186); }
td.TdClassName
{
border-color: #F499BA;
}
.TagClassName
{
border-color: #F499BA;
}
</style>