Shades of Illusion #F78DB4
Tints of Illusion #F78DB4
RGB
CMYK
RGB Variations
Color information
#F78DB4 (or 0xF78DB4) is known color: Illusion. HEX triplet: F7, 8D and B4. RGB value is (247,141,180). Sum of RGB (Red+Green+Blue) = 247+141+180=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DB4 is #08724B. Grayscale: #B1B1B1. Windows color (decimal): -553548 or 11832823. OLE color: 11832823.
HSL color Cylindrical-coordinate representation of color #F78DB4: hue angle of 337.92º 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 #F78DB4 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 180 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.03 |
| HSL | 337.92º | 0.87% | 0.76% | - |
| HSV(B) | 337.92º | 0.43% | 0.97% | - |
| XYZ | 56.12 | 42.12 | 48.35 | - |
| YUV | 177.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 180 | 0 | 0.43 | 0.27 | 0.03 | 337.92 | 0.87 | 0.76 |
| Hex | F7 | 8D | B4 | 0 | 2B | 1B | 3 | 152 | 57 | 4C |
| Octal | 367 | 215 | 264 | 0 | 53 | 33 | 3 | 522 | 127 | 114 |
| Binary | 11110111 | 10001101 | 10110100 | 0 | 101011 | 11011 | 11 | 101010010 | 1010111 | 1001100 |
Color Harmonies of #F78DB4
Complementary color
Monochromatic Colors of #F78DB4
Black with #F78DB4
Text Example
Text Example
White with #F78DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DB4; }
p { color: rgb(247,141,180); }
H1.HeaderClassName
{
color: #F78DB4;
}
.AnyTagClassName
{
color: #F78DB4;
}
</style>
background-color css
<style>
a { background-color: #F78DB4; }
a { background-color: rgb(247,141,180); }
div.DivClassName
{
background-color: #F78DB4;
}
.BgClassName
{
background-color: #F78DB4;
}
</style>
border-color css
<style>
span { border-color: #F78DB4; }
span { border-color: rgb(247,141,180); }
td.TdClassName
{
border-color: #F78DB4;
}
.TagClassName
{
border-color: #F78DB4;
}
</style>