Shades of Illusion #F88DB2
Tints of Illusion #F88DB2
RGB
CMYK
RGB Variations
Color information
#F88DB2 (or 0xF88DB2) is known color: Illusion. HEX triplet: F8, 8D and B2. RGB value is (248,141,178). Sum of RGB (Red+Green+Blue) = 248+141+178=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88DB2 is #07724D. Grayscale: #B1B1B1. Windows color (decimal): -488014 or 11701752. OLE color: 11701752.
HSL color Cylindrical-coordinate representation of color #F88DB2: hue angle of 339.25º 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 #F88DB2 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 178 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.03 |
| HSL | 339.25º | 0.88% | 0.76% | - |
| HSV(B) | 339.25º | 0.43% | 0.97% | - |
| XYZ | 56.27 | 42.22 | 47.3 | - |
| YUV | 177.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 178 | 0 | 0.43 | 0.28 | 0.03 | 339.25 | 0.88 | 0.76 |
| Hex | F8 | 8D | B2 | 0 | 2B | 1C | 3 | 153 | 58 | 4C |
| Octal | 370 | 215 | 262 | 0 | 53 | 34 | 3 | 523 | 130 | 114 |
| Binary | 11111000 | 10001101 | 10110010 | 0 | 101011 | 11100 | 11 | 101010011 | 1011000 | 1001100 |
Color Harmonies of #F88DB2
Complementary color
Monochromatic Colors of #F88DB2
Black with #F88DB2
Text Example
Text Example
White with #F88DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DB2; }
p { color: rgb(248,141,178); }
H1.HeaderClassName
{
color: #F88DB2;
}
.AnyTagClassName
{
color: #F88DB2;
}
</style>
background-color css
<style>
a { background-color: #F88DB2; }
a { background-color: rgb(248,141,178); }
div.DivClassName
{
background-color: #F88DB2;
}
.BgClassName
{
background-color: #F88DB2;
}
</style>
border-color css
<style>
span { border-color: #F88DB2; }
span { border-color: rgb(248,141,178); }
td.TdClassName
{
border-color: #F88DB2;
}
.TagClassName
{
border-color: #F88DB2;
}
</style>