Shades of Illusion #F696AD
Tints of Illusion #F696AD
RGB
CMYK
RGB Variations
Color information
#F696AD (or 0xF696AD) is known color: Illusion. HEX triplet: F6, 96 and AD. RGB value is (246,150,173). Sum of RGB (Red+Green+Blue) = 246+150+173=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F696AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696AD is #096952. Grayscale: #B5B5B5. Windows color (decimal): -616787 or 11376374. OLE color: 11376374.
HSL color Cylindrical-coordinate representation of color #F696AD: hue angle of 345.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 #F696AD is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 173 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.04 |
| HSL | 345.63º | 0.84% | 0.78% | - |
| HSV(B) | 345.63º | 0.39% | 0.96% | - |
| XYZ | 56.46 | 44.42 | 45.13 | - |
| YUV | 181.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 173 | 0 | 0.39 | 0.30 | 0.04 | 345.63 | 0.84 | 0.78 |
| Hex | F6 | 96 | AD | 0 | 27 | 1E | 4 | 15A | 54 | 4E |
| Octal | 366 | 226 | 255 | 0 | 47 | 36 | 4 | 532 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10101101 | 0 | 100111 | 11110 | 100 | 101011010 | 1010100 | 1001110 |
Color Harmonies of #F696AD
Complementary color
Monochromatic Colors of #F696AD
Black with #F696AD
Text Example
Text Example
White with #F696AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696AD; }
p { color: rgb(246,150,173); }
H1.HeaderClassName
{
color: #F696AD;
}
.AnyTagClassName
{
color: #F696AD;
}
</style>
background-color css
<style>
a { background-color: #F696AD; }
a { background-color: rgb(246,150,173); }
div.DivClassName
{
background-color: #F696AD;
}
.BgClassName
{
background-color: #F696AD;
}
</style>
border-color css
<style>
span { border-color: #F696AD; }
span { border-color: rgb(246,150,173); }
td.TdClassName
{
border-color: #F696AD;
}
.TagClassName
{
border-color: #F696AD;
}
</style>