Shades of Illusion #F696B9
Tints of Illusion #F696B9
RGB
CMYK
RGB Variations
Color information
#F696B9 (or 0xF696B9) is known color: Illusion. HEX triplet: F6, 96 and B9. RGB value is (246,150,185). Sum of RGB (Red+Green+Blue) = 246+150+185=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F696B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696B9 is #096946. Grayscale: #B6B6B6. Windows color (decimal): -616775 or 12162806. OLE color: 12162806.
HSL color Cylindrical-coordinate representation of color #F696B9: hue angle of 338.12º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696B9 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 185 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.04 |
| HSL | 338.13º | 0.84% | 0.78% | - |
| HSV(B) | 338.13º | 0.39% | 0.96% | - |
| XYZ | 57.67 | 44.91 | 51.53 | - |
| YUV | 182.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 185 | 0 | 0.39 | 0.25 | 0.04 | 338.13 | 0.84 | 0.78 |
| Hex | F6 | 96 | B9 | 0 | 27 | 19 | 4 | 152 | 54 | 4E |
| Octal | 366 | 226 | 271 | 0 | 47 | 31 | 4 | 522 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10111001 | 0 | 100111 | 11001 | 100 | 101010010 | 1010100 | 1001110 |
Color Harmonies of #F696B9
Complementary color
Monochromatic Colors of #F696B9
Black with #F696B9
Text Example
Text Example
White with #F696B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696B9; }
p { color: rgb(246,150,185); }
H1.HeaderClassName
{
color: #F696B9;
}
.AnyTagClassName
{
color: #F696B9;
}
</style>
background-color css
<style>
a { background-color: #F696B9; }
a { background-color: rgb(246,150,185); }
div.DivClassName
{
background-color: #F696B9;
}
.BgClassName
{
background-color: #F696B9;
}
</style>
border-color css
<style>
span { border-color: #F696B9; }
span { border-color: rgb(246,150,185); }
td.TdClassName
{
border-color: #F696B9;
}
.TagClassName
{
border-color: #F696B9;
}
</style>