Shades of Illusion #F68EB6
Tints of Illusion #F68EB6
RGB
CMYK
RGB Variations
Color information
#F68EB6 (or 0xF68EB6) is known color: Illusion. HEX triplet: F6, 8E and B6. RGB value is (246,142,182). Sum of RGB (Red+Green+Blue) = 246+142+182=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EB6 is #097149. Grayscale: #B1B1B1. Windows color (decimal): -618826 or 11964150. OLE color: 11964150.
HSL color Cylindrical-coordinate representation of color #F68EB6: hue angle of 336.92º 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 #F68EB6 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 182 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.04 |
| HSL | 336.92º | 0.85% | 0.76% | - |
| HSV(B) | 336.92º | 0.42% | 0.96% | - |
| XYZ | 56.12 | 42.32 | 49.47 | - |
| YUV | 177.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 182 | 0 | 0.42 | 0.26 | 0.04 | 336.92 | 0.85 | 0.76 |
| Hex | F6 | 8E | B6 | 0 | 2A | 1A | 4 | 151 | 55 | 4C |
| Octal | 366 | 216 | 266 | 0 | 52 | 32 | 4 | 521 | 125 | 114 |
| Binary | 11110110 | 10001110 | 10110110 | 0 | 101010 | 11010 | 100 | 101010001 | 1010101 | 1001100 |
Color Harmonies of #F68EB6
Complementary color
Monochromatic Colors of #F68EB6
Black with #F68EB6
Text Example
Text Example
White with #F68EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EB6; }
p { color: rgb(246,142,182); }
H1.HeaderClassName
{
color: #F68EB6;
}
.AnyTagClassName
{
color: #F68EB6;
}
</style>
background-color css
<style>
a { background-color: #F68EB6; }
a { background-color: rgb(246,142,182); }
div.DivClassName
{
background-color: #F68EB6;
}
.BgClassName
{
background-color: #F68EB6;
}
</style>
border-color css
<style>
span { border-color: #F68EB6; }
span { border-color: rgb(246,142,182); }
td.TdClassName
{
border-color: #F68EB6;
}
.TagClassName
{
border-color: #F68EB6;
}
</style>