Shades of Illusion #F78FB0
Tints of Illusion #F78FB0
RGB
CMYK
RGB Variations
Color information
#F78FB0 (or 0xF78FB0) is known color: Illusion. HEX triplet: F7, 8F and B0. RGB value is (247,143,176). Sum of RGB (Red+Green+Blue) = 247+143+176=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78FB0 is #08704F. Grayscale: #B1B1B1. Windows color (decimal): -553040 or 11571191. OLE color: 11571191.
HSL color Cylindrical-coordinate representation of color #F78FB0: hue angle of 340.96º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FB0 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 176 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.03 |
| HSL | 340.96º | 0.87% | 0.76% | - |
| HSV(B) | 340.96º | 0.42% | 0.97% | - |
| XYZ | 56.02 | 42.55 | 46.34 | - |
| YUV | 177.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 176 | 0 | 0.42 | 0.29 | 0.03 | 340.96 | 0.87 | 0.76 |
| Hex | F7 | 8F | B0 | 0 | 2A | 1D | 3 | 155 | 57 | 4C |
| Octal | 367 | 217 | 260 | 0 | 52 | 35 | 3 | 525 | 127 | 114 |
| Binary | 11110111 | 10001111 | 10110000 | 0 | 101010 | 11101 | 11 | 101010101 | 1010111 | 1001100 |
Color Harmonies of #F78FB0
Complementary color
Monochromatic Colors of #F78FB0
Black with #F78FB0
Text Example
Text Example
White with #F78FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FB0; }
p { color: rgb(247,143,176); }
H1.HeaderClassName
{
color: #F78FB0;
}
.AnyTagClassName
{
color: #F78FB0;
}
</style>
background-color css
<style>
a { background-color: #F78FB0; }
a { background-color: rgb(247,143,176); }
div.DivClassName
{
background-color: #F78FB0;
}
.BgClassName
{
background-color: #F78FB0;
}
</style>
border-color css
<style>
span { border-color: #F78FB0; }
span { border-color: rgb(247,143,176); }
td.TdClassName
{
border-color: #F78FB0;
}
.TagClassName
{
border-color: #F78FB0;
}
</style>