Shades of Illusion #F798BA
Tints of Illusion #F798BA
RGB
CMYK
RGB Variations
Color information
#F798BA (or 0xF798BA) is known color: Illusion. HEX triplet: F7, 98 and BA. RGB value is (247,152,186). Sum of RGB (Red+Green+Blue) = 247+152+186=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F798BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798BA is #086745. Grayscale: #B8B8B8. Windows color (decimal): -550726 or 12228855. OLE color: 12228855.
HSL color Cylindrical-coordinate representation of color #F798BA: hue angle of 338.53º degrees, saturation: 0.86, 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 #F798BA is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 186 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.03 |
| HSL | 338.53º | 0.86% | 0.78% | - |
| HSV(B) | 338.53º | 0.38% | 0.97% | - |
| XYZ | 58.45 | 45.78 | 52.21 | - |
| YUV | 184.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 186 | 0 | 0.38 | 0.25 | 0.03 | 338.53 | 0.86 | 0.78 |
| Hex | F7 | 98 | BA | 0 | 26 | 19 | 3 | 153 | 56 | 4E |
| Octal | 367 | 230 | 272 | 0 | 46 | 31 | 3 | 523 | 126 | 116 |
| Binary | 11110111 | 10011000 | 10111010 | 0 | 100110 | 11001 | 11 | 101010011 | 1010110 | 1001110 |
Color Harmonies of #F798BA
Complementary color
Monochromatic Colors of #F798BA
Black with #F798BA
Text Example
Text Example
White with #F798BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798BA; }
p { color: rgb(247,152,186); }
H1.HeaderClassName
{
color: #F798BA;
}
.AnyTagClassName
{
color: #F798BA;
}
</style>
background-color css
<style>
a { background-color: #F798BA; }
a { background-color: rgb(247,152,186); }
div.DivClassName
{
background-color: #F798BA;
}
.BgClassName
{
background-color: #F798BA;
}
</style>
border-color css
<style>
span { border-color: #F798BA; }
span { border-color: rgb(247,152,186); }
td.TdClassName
{
border-color: #F798BA;
}
.TagClassName
{
border-color: #F798BA;
}
</style>