Shades of Illusion #F79DBA
Tints of Illusion #F79DBA
RGB
CMYK
RGB Variations
Color information
#F79DBA (or 0xF79DBA) is known color: Illusion. HEX triplet: F7, 9D and BA. RGB value is (247,157,186). Sum of RGB (Red+Green+Blue) = 247+157+186=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F79DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79DBA is #086245. Grayscale: #BBBBBB. Windows color (decimal): -549446 or 12230135. OLE color: 12230135.
HSL color Cylindrical-coordinate representation of color #F79DBA: hue angle of 340.67º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79DBA is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 157 | 186 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.03 |
| HSL | 340.67º | 0.85% | 0.79% | - |
| HSV(B) | 340.67º | 0.36% | 0.97% | - |
| XYZ | 59.28 | 47.43 | 52.49 | - |
| YUV | 187.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 157 | 186 | 0 | 0.36 | 0.25 | 0.03 | 340.67 | 0.85 | 0.79 |
| Hex | F7 | 9D | BA | 0 | 24 | 19 | 3 | 155 | 55 | 4F |
| Octal | 367 | 235 | 272 | 0 | 44 | 31 | 3 | 525 | 125 | 117 |
| Binary | 11110111 | 10011101 | 10111010 | 0 | 100100 | 11001 | 11 | 101010101 | 1010101 | 1001111 |
Color Harmonies of #F79DBA
Complementary color
Monochromatic Colors of #F79DBA
Black with #F79DBA
Text Example
Text Example
White with #F79DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79DBA; }
p { color: rgb(247,157,186); }
H1.HeaderClassName
{
color: #F79DBA;
}
.AnyTagClassName
{
color: #F79DBA;
}
</style>
background-color css
<style>
a { background-color: #F79DBA; }
a { background-color: rgb(247,157,186); }
div.DivClassName
{
background-color: #F79DBA;
}
.BgClassName
{
background-color: #F79DBA;
}
</style>
border-color css
<style>
span { border-color: #F79DBA; }
span { border-color: rgb(247,157,186); }
td.TdClassName
{
border-color: #F79DBA;
}
.TagClassName
{
border-color: #F79DBA;
}
</style>