Shades of Illusion #F78DB0
Tints of Illusion #F78DB0
RGB
CMYK
RGB Variations
Color information
#F78DB0 (or 0xF78DB0) is known color: Illusion. HEX triplet: F7, 8D and B0. RGB value is (247,141,176). Sum of RGB (Red+Green+Blue) = 247+141+176=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78DB0 is #08724F. Grayscale: #B0B0B0. Windows color (decimal): -553552 or 11570679. OLE color: 11570679.
HSL color Cylindrical-coordinate representation of color #F78DB0: hue angle of 340.19º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78DB0 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 176 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.03 |
| HSL | 340.19º | 0.87% | 0.76% | - |
| HSV(B) | 340.19º | 0.43% | 0.97% | - |
| XYZ | 55.72 | 41.96 | 46.24 | - |
| YUV | 176.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 176 | 0 | 0.43 | 0.29 | 0.03 | 340.19 | 0.87 | 0.76 |
| Hex | F7 | 8D | B0 | 0 | 2B | 1D | 3 | 154 | 57 | 4C |
| Octal | 367 | 215 | 260 | 0 | 53 | 35 | 3 | 524 | 127 | 114 |
| Binary | 11110111 | 10001101 | 10110000 | 0 | 101011 | 11101 | 11 | 101010100 | 1010111 | 1001100 |
Color Harmonies of #F78DB0
Complementary color
Monochromatic Colors of #F78DB0
Black with #F78DB0
Text Example
Text Example
White with #F78DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DB0; }
p { color: rgb(247,141,176); }
H1.HeaderClassName
{
color: #F78DB0;
}
.AnyTagClassName
{
color: #F78DB0;
}
</style>
background-color css
<style>
a { background-color: #F78DB0; }
a { background-color: rgb(247,141,176); }
div.DivClassName
{
background-color: #F78DB0;
}
.BgClassName
{
background-color: #F78DB0;
}
</style>
border-color css
<style>
span { border-color: #F78DB0; }
span { border-color: rgb(247,141,176); }
td.TdClassName
{
border-color: #F78DB0;
}
.TagClassName
{
border-color: #F78DB0;
}
</style>