Shades of Illusion #F78DB5
Tints of Illusion #F78DB5
RGB
CMYK
RGB Variations
Color information
#F78DB5 (or 0xF78DB5) is known color: Illusion. HEX triplet: F7, 8D and B5. RGB value is (247,141,181). Sum of RGB (Red+Green+Blue) = 247+141+181=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DB5 is #08724A. Grayscale: #B1B1B1. Windows color (decimal): -553547 or 11898359. OLE color: 11898359.
HSL color Cylindrical-coordinate representation of color #F78DB5: hue angle of 337.36º 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 #F78DB5 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 181 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.03 |
| HSL | 337.36º | 0.87% | 0.76% | - |
| HSV(B) | 337.36º | 0.43% | 0.97% | - |
| XYZ | 56.22 | 42.16 | 48.89 | - |
| YUV | 177.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 181 | 0 | 0.43 | 0.27 | 0.03 | 337.36 | 0.87 | 0.76 |
| Hex | F7 | 8D | B5 | 0 | 2B | 1B | 3 | 151 | 57 | 4C |
| Octal | 367 | 215 | 265 | 0 | 53 | 33 | 3 | 521 | 127 | 114 |
| Binary | 11110111 | 10001101 | 10110101 | 0 | 101011 | 11011 | 11 | 101010001 | 1010111 | 1001100 |
Color Harmonies of #F78DB5
Complementary color
Monochromatic Colors of #F78DB5
Black with #F78DB5
Text Example
Text Example
White with #F78DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DB5; }
p { color: rgb(247,141,181); }
H1.HeaderClassName
{
color: #F78DB5;
}
.AnyTagClassName
{
color: #F78DB5;
}
</style>
background-color css
<style>
a { background-color: #F78DB5; }
a { background-color: rgb(247,141,181); }
div.DivClassName
{
background-color: #F78DB5;
}
.BgClassName
{
background-color: #F78DB5;
}
</style>
border-color css
<style>
span { border-color: #F78DB5; }
span { border-color: rgb(247,141,181); }
td.TdClassName
{
border-color: #F78DB5;
}
.TagClassName
{
border-color: #F78DB5;
}
</style>