Shades of Illusion #F68EB8
Tints of Illusion #F68EB8
RGB
CMYK
RGB Variations
Color information
#F68EB8 (or 0xF68EB8) is known color: Illusion. HEX triplet: F6, 8E and B8. RGB value is (246,142,184). Sum of RGB (Red+Green+Blue) = 246+142+184=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EB8 is #097147. Grayscale: #B1B1B1. Windows color (decimal): -618824 or 12095222. OLE color: 12095222.
HSL color Cylindrical-coordinate representation of color #F68EB8: hue angle of 335.77º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EB8 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 184 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.04 |
| HSL | 335.77º | 0.85% | 0.76% | - |
| HSV(B) | 335.77º | 0.42% | 0.96% | - |
| XYZ | 56.33 | 42.4 | 50.56 | - |
| YUV | 177.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 184 | 0 | 0.42 | 0.25 | 0.04 | 335.77 | 0.85 | 0.76 |
| Hex | F6 | 8E | B8 | 0 | 2A | 19 | 4 | 150 | 55 | 4C |
| Octal | 366 | 216 | 270 | 0 | 52 | 31 | 4 | 520 | 125 | 114 |
| Binary | 11110110 | 10001110 | 10111000 | 0 | 101010 | 11001 | 100 | 101010000 | 1010101 | 1001100 |
Color Harmonies of #F68EB8
Complementary color
Monochromatic Colors of #F68EB8
Black with #F68EB8
Text Example
Text Example
White with #F68EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EB8; }
p { color: rgb(246,142,184); }
H1.HeaderClassName
{
color: #F68EB8;
}
.AnyTagClassName
{
color: #F68EB8;
}
</style>
background-color css
<style>
a { background-color: #F68EB8; }
a { background-color: rgb(246,142,184); }
div.DivClassName
{
background-color: #F68EB8;
}
.BgClassName
{
background-color: #F68EB8;
}
</style>
border-color css
<style>
span { border-color: #F68EB8; }
span { border-color: rgb(246,142,184); }
td.TdClassName
{
border-color: #F68EB8;
}
.TagClassName
{
border-color: #F68EB8;
}
</style>