Shades of Illusion #F88DB7
Tints of Illusion #F88DB7
RGB
CMYK
RGB Variations
Color information
#F88DB7 (or 0xF88DB7) is known color: Illusion. HEX triplet: F8, 8D and B7. RGB value is (248,141,183). Sum of RGB (Red+Green+Blue) = 248+141+183=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DB7 is #077248. Grayscale: #B1B1B1. Windows color (decimal): -488009 or 12029432. OLE color: 12029432.
HSL color Cylindrical-coordinate representation of color #F88DB7: hue angle of 336.45º degrees, saturation: 0.88, 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 #F88DB7 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 183 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.03 |
| HSL | 336.45º | 0.88% | 0.76% | - |
| HSV(B) | 336.45º | 0.43% | 0.97% | - |
| XYZ | 56.78 | 42.43 | 50 | - |
| YUV | 177.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 183 | 0 | 0.43 | 0.26 | 0.03 | 336.45 | 0.88 | 0.76 |
| Hex | F8 | 8D | B7 | 0 | 2B | 1A | 3 | 150 | 58 | 4C |
| Octal | 370 | 215 | 267 | 0 | 53 | 32 | 3 | 520 | 130 | 114 |
| Binary | 11111000 | 10001101 | 10110111 | 0 | 101011 | 11010 | 11 | 101010000 | 1011000 | 1001100 |
Color Harmonies of #F88DB7
Complementary color
Monochromatic Colors of #F88DB7
Black with #F88DB7
Text Example
Text Example
White with #F88DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DB7; }
p { color: rgb(248,141,183); }
H1.HeaderClassName
{
color: #F88DB7;
}
.AnyTagClassName
{
color: #F88DB7;
}
</style>
background-color css
<style>
a { background-color: #F88DB7; }
a { background-color: rgb(248,141,183); }
div.DivClassName
{
background-color: #F88DB7;
}
.BgClassName
{
background-color: #F88DB7;
}
</style>
border-color css
<style>
span { border-color: #F88DB7; }
span { border-color: rgb(248,141,183); }
td.TdClassName
{
border-color: #F88DB7;
}
.TagClassName
{
border-color: #F88DB7;
}
</style>