Shades of Illusion #F791BA
Tints of Illusion #F791BA
RGB
CMYK
RGB Variations
Color information
#F791BA (or 0xF791BA) is known color: Illusion. HEX triplet: F7, 91 and BA. RGB value is (247,145,186). Sum of RGB (Red+Green+Blue) = 247+145+186=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F791BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791BA is #086E45. Grayscale: #B4B4B4. Windows color (decimal): -552518 or 12227063. OLE color: 12227063.
HSL color Cylindrical-coordinate representation of color #F791BA: hue angle of 335.88º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F791BA is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 186 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.03 |
| HSL | 335.88º | 0.86% | 0.77% | - |
| HSV(B) | 335.88º | 0.41% | 0.97% | - |
| XYZ | 57.35 | 43.57 | 51.84 | - |
| YUV | 180.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 186 | 0 | 0.41 | 0.25 | 0.03 | 335.88 | 0.86 | 0.77 |
| Hex | F7 | 91 | BA | 0 | 29 | 19 | 3 | 150 | 56 | 4D |
| Octal | 367 | 221 | 272 | 0 | 51 | 31 | 3 | 520 | 126 | 115 |
| Binary | 11110111 | 10010001 | 10111010 | 0 | 101001 | 11001 | 11 | 101010000 | 1010110 | 1001101 |
Color Harmonies of #F791BA
Complementary color
Monochromatic Colors of #F791BA
Black with #F791BA
Text Example
Text Example
White with #F791BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791BA; }
p { color: rgb(247,145,186); }
H1.HeaderClassName
{
color: #F791BA;
}
.AnyTagClassName
{
color: #F791BA;
}
</style>
background-color css
<style>
a { background-color: #F791BA; }
a { background-color: rgb(247,145,186); }
div.DivClassName
{
background-color: #F791BA;
}
.BgClassName
{
background-color: #F791BA;
}
</style>
border-color css
<style>
span { border-color: #F791BA; }
span { border-color: rgb(247,145,186); }
td.TdClassName
{
border-color: #F791BA;
}
.TagClassName
{
border-color: #F791BA;
}
</style>