Shades of Illusion #F695B2
Tints of Illusion #F695B2
RGB
CMYK
RGB Variations
Color information
#F695B2 (or 0xF695B2) is known color: Illusion. HEX triplet: F6, 95 and B2. RGB value is (246,149,178). Sum of RGB (Red+Green+Blue) = 246+149+178=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F695B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695B2 is #096A4D. Grayscale: #B5B5B5. Windows color (decimal): -617038 or 11703798. OLE color: 11703798.
HSL color Cylindrical-coordinate representation of color #F695B2: hue angle of 342.06º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695B2 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 178 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.04 |
| HSL | 342.06º | 0.84% | 0.77% | - |
| HSV(B) | 342.06º | 0.39% | 0.96% | - |
| XYZ | 56.79 | 44.3 | 47.68 | - |
| YUV | 181.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 178 | 0 | 0.39 | 0.28 | 0.04 | 342.06 | 0.84 | 0.77 |
| Hex | F6 | 95 | B2 | 0 | 27 | 1C | 4 | 156 | 54 | 4D |
| Octal | 366 | 225 | 262 | 0 | 47 | 34 | 4 | 526 | 124 | 115 |
| Binary | 11110110 | 10010101 | 10110010 | 0 | 100111 | 11100 | 100 | 101010110 | 1010100 | 1001101 |
Color Harmonies of #F695B2
Complementary color
Monochromatic Colors of #F695B2
Black with #F695B2
Text Example
Text Example
White with #F695B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695B2; }
p { color: rgb(246,149,178); }
H1.HeaderClassName
{
color: #F695B2;
}
.AnyTagClassName
{
color: #F695B2;
}
</style>
background-color css
<style>
a { background-color: #F695B2; }
a { background-color: rgb(246,149,178); }
div.DivClassName
{
background-color: #F695B2;
}
.BgClassName
{
background-color: #F695B2;
}
</style>
border-color css
<style>
span { border-color: #F695B2; }
span { border-color: rgb(246,149,178); }
td.TdClassName
{
border-color: #F695B2;
}
.TagClassName
{
border-color: #F695B2;
}
</style>