Shades of Illusion #F799BA
Tints of Illusion #F799BA
RGB
CMYK
RGB Variations
Color information
#F799BA (or 0xF799BA) is known color: Illusion. HEX triplet: F7, 99 and BA. RGB value is (247,153,186). Sum of RGB (Red+Green+Blue) = 247+153+186=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F799BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799BA is #086645. Grayscale: #B8B8B8. Windows color (decimal): -550470 or 12229111. OLE color: 12229111.
HSL color Cylindrical-coordinate representation of color #F799BA: hue angle of 338.94º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F799BA is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 186 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.03 |
| HSL | 338.94º | 0.85% | 0.78% | - |
| HSV(B) | 338.94º | 0.38% | 0.97% | - |
| XYZ | 58.61 | 46.1 | 52.26 | - |
| YUV | 184.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 186 | 0 | 0.38 | 0.25 | 0.03 | 338.94 | 0.85 | 0.78 |
| Hex | F7 | 99 | BA | 0 | 26 | 19 | 3 | 153 | 55 | 4E |
| Octal | 367 | 231 | 272 | 0 | 46 | 31 | 3 | 523 | 125 | 116 |
| Binary | 11110111 | 10011001 | 10111010 | 0 | 100110 | 11001 | 11 | 101010011 | 1010101 | 1001110 |
Color Harmonies of #F799BA
Complementary color
Monochromatic Colors of #F799BA
Black with #F799BA
Text Example
Text Example
White with #F799BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799BA; }
p { color: rgb(247,153,186); }
H1.HeaderClassName
{
color: #F799BA;
}
.AnyTagClassName
{
color: #F799BA;
}
</style>
background-color css
<style>
a { background-color: #F799BA; }
a { background-color: rgb(247,153,186); }
div.DivClassName
{
background-color: #F799BA;
}
.BgClassName
{
background-color: #F799BA;
}
</style>
border-color css
<style>
span { border-color: #F799BA; }
span { border-color: rgb(247,153,186); }
td.TdClassName
{
border-color: #F799BA;
}
.TagClassName
{
border-color: #F799BA;
}
</style>