Shades of Illusion #F696B5
Tints of Illusion #F696B5
RGB
CMYK
RGB Variations
Color information
#F696B5 (or 0xF696B5) is known color: Illusion. HEX triplet: F6, 96 and B5. RGB value is (246,150,181). Sum of RGB (Red+Green+Blue) = 246+150+181=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F696B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696B5 is #09694A. Grayscale: #B6B6B6. Windows color (decimal): -616779 or 11900662. OLE color: 11900662.
HSL color Cylindrical-coordinate representation of color #F696B5: hue angle of 340.62º 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 #F696B5 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 181 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.04 |
| HSL | 340.63º | 0.84% | 0.78% | - |
| HSV(B) | 340.63º | 0.39% | 0.96% | - |
| XYZ | 57.25 | 44.74 | 49.33 | - |
| YUV | 182.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 181 | 0 | 0.39 | 0.26 | 0.04 | 340.63 | 0.84 | 0.78 |
| Hex | F6 | 96 | B5 | 0 | 27 | 1A | 4 | 155 | 54 | 4E |
| Octal | 366 | 226 | 265 | 0 | 47 | 32 | 4 | 525 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10110101 | 0 | 100111 | 11010 | 100 | 101010101 | 1010100 | 1001110 |
Color Harmonies of #F696B5
Complementary color
Monochromatic Colors of #F696B5
Black with #F696B5
Text Example
Text Example
White with #F696B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696B5; }
p { color: rgb(246,150,181); }
H1.HeaderClassName
{
color: #F696B5;
}
.AnyTagClassName
{
color: #F696B5;
}
</style>
background-color css
<style>
a { background-color: #F696B5; }
a { background-color: rgb(246,150,181); }
div.DivClassName
{
background-color: #F696B5;
}
.BgClassName
{
background-color: #F696B5;
}
</style>
border-color css
<style>
span { border-color: #F696B5; }
span { border-color: rgb(246,150,181); }
td.TdClassName
{
border-color: #F696B5;
}
.TagClassName
{
border-color: #F696B5;
}
</style>