Shades of Illusion #F696AC
Tints of Illusion #F696AC
RGB
CMYK
RGB Variations
Color information
#F696AC (or 0xF696AC) is known color: Illusion. HEX triplet: F6, 96 and AC. RGB value is (246,150,172). Sum of RGB (Red+Green+Blue) = 246+150+172=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F696AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696AC is #096953. Grayscale: #B5B5B5. Windows color (decimal): -616788 or 11310838. OLE color: 11310838.
HSL color Cylindrical-coordinate representation of color #F696AC: hue angle of 346.25º 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 #F696AC is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 172 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.04 |
| HSL | 346.25º | 0.84% | 0.78% | - |
| HSV(B) | 346.25º | 0.39% | 0.96% | - |
| XYZ | 56.36 | 44.38 | 44.63 | - |
| YUV | 181.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 172 | 0 | 0.39 | 0.30 | 0.04 | 346.25 | 0.84 | 0.78 |
| Hex | F6 | 96 | AC | 0 | 27 | 1E | 4 | 15A | 54 | 4E |
| Octal | 366 | 226 | 254 | 0 | 47 | 36 | 4 | 532 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10101100 | 0 | 100111 | 11110 | 100 | 101011010 | 1010100 | 1001110 |
Color Harmonies of #F696AC
Complementary color
Monochromatic Colors of #F696AC
Black with #F696AC
Text Example
Text Example
White with #F696AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696AC; }
p { color: rgb(246,150,172); }
H1.HeaderClassName
{
color: #F696AC;
}
.AnyTagClassName
{
color: #F696AC;
}
</style>
background-color css
<style>
a { background-color: #F696AC; }
a { background-color: rgb(246,150,172); }
div.DivClassName
{
background-color: #F696AC;
}
.BgClassName
{
background-color: #F696AC;
}
</style>
border-color css
<style>
span { border-color: #F696AC; }
span { border-color: rgb(246,150,172); }
td.TdClassName
{
border-color: #F696AC;
}
.TagClassName
{
border-color: #F696AC;
}
</style>