Shades of Illusion #F78DB1
Tints of Illusion #F78DB1
RGB
CMYK
RGB Variations
Color information
#F78DB1 (or 0xF78DB1) is known color: Illusion. HEX triplet: F7, 8D and B1. RGB value is (247,141,177). Sum of RGB (Red+Green+Blue) = 247+141+177=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78DB1 is #08724E. Grayscale: #B0B0B0. Windows color (decimal): -553551 or 11636215. OLE color: 11636215.
HSL color Cylindrical-coordinate representation of color #F78DB1: hue angle of 339.62º 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 #F78DB1 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 177 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.03 |
| HSL | 339.62º | 0.87% | 0.76% | - |
| HSV(B) | 339.62º | 0.43% | 0.97% | - |
| XYZ | 55.82 | 42 | 46.76 | - |
| YUV | 176.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 177 | 0 | 0.43 | 0.28 | 0.03 | 339.62 | 0.87 | 0.76 |
| Hex | F7 | 8D | B1 | 0 | 2B | 1C | 3 | 154 | 57 | 4C |
| Octal | 367 | 215 | 261 | 0 | 53 | 34 | 3 | 524 | 127 | 114 |
| Binary | 11110111 | 10001101 | 10110001 | 0 | 101011 | 11100 | 11 | 101010100 | 1010111 | 1001100 |
Color Harmonies of #F78DB1
Complementary color
Monochromatic Colors of #F78DB1
Black with #F78DB1
Text Example
Text Example
White with #F78DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DB1; }
p { color: rgb(247,141,177); }
H1.HeaderClassName
{
color: #F78DB1;
}
.AnyTagClassName
{
color: #F78DB1;
}
</style>
background-color css
<style>
a { background-color: #F78DB1; }
a { background-color: rgb(247,141,177); }
div.DivClassName
{
background-color: #F78DB1;
}
.BgClassName
{
background-color: #F78DB1;
}
</style>
border-color css
<style>
span { border-color: #F78DB1; }
span { border-color: rgb(247,141,177); }
td.TdClassName
{
border-color: #F78DB1;
}
.TagClassName
{
border-color: #F78DB1;
}
</style>