Shades of Illusion #F793BA
Tints of Illusion #F793BA
RGB
CMYK
RGB Variations
Color information
#F793BA (or 0xF793BA) is known color: Illusion. HEX triplet: F7, 93 and BA. RGB value is (247,147,186). Sum of RGB (Red+Green+Blue) = 247+147+186=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F793BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793BA is #086C45. Grayscale: #B5B5B5. Windows color (decimal): -552006 or 12227575. OLE color: 12227575.
HSL color Cylindrical-coordinate representation of color #F793BA: hue angle of 336.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F793BA is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 147 | 186 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.03 |
| HSL | 336.6º | 0.86% | 0.77% | - |
| HSV(B) | 336.6º | 0.4% | 0.97% | - |
| XYZ | 57.65 | 44.19 | 51.94 | - |
| YUV | 181.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 147 | 186 | 0 | 0.40 | 0.25 | 0.03 | 336.6 | 0.86 | 0.77 |
| Hex | F7 | 93 | BA | 0 | 28 | 19 | 3 | 151 | 56 | 4D |
| Octal | 367 | 223 | 272 | 0 | 50 | 31 | 3 | 521 | 126 | 115 |
| Binary | 11110111 | 10010011 | 10111010 | 0 | 101000 | 11001 | 11 | 101010001 | 1010110 | 1001101 |
Color Harmonies of #F793BA
Complementary color
Monochromatic Colors of #F793BA
Black with #F793BA
Text Example
Text Example
White with #F793BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F793BA; }
p { color: rgb(247,147,186); }
H1.HeaderClassName
{
color: #F793BA;
}
.AnyTagClassName
{
color: #F793BA;
}
</style>
background-color css
<style>
a { background-color: #F793BA; }
a { background-color: rgb(247,147,186); }
div.DivClassName
{
background-color: #F793BA;
}
.BgClassName
{
background-color: #F793BA;
}
</style>
border-color css
<style>
span { border-color: #F793BA; }
span { border-color: rgb(247,147,186); }
td.TdClassName
{
border-color: #F793BA;
}
.TagClassName
{
border-color: #F793BA;
}
</style>