Shades of Illusion #F694B5
Tints of Illusion #F694B5
RGB
CMYK
RGB Variations
Color information
#F694B5 (or 0xF694B5) is known color: Illusion. HEX triplet: F6, 94 and B5. RGB value is (246,148,181). Sum of RGB (Red+Green+Blue) = 246+148+181=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F694B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694B5 is #096B4A. Grayscale: #B5B5B5. Windows color (decimal): -617291 or 11900150. OLE color: 11900150.
HSL color Cylindrical-coordinate representation of color #F694B5: hue angle of 339.8º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694B5 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 181 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.04 |
| HSL | 339.8º | 0.84% | 0.77% | - |
| HSV(B) | 339.8º | 0.4% | 0.96% | - |
| XYZ | 56.94 | 44.11 | 49.23 | - |
| YUV | 181.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 181 | 0 | 0.40 | 0.26 | 0.04 | 339.8 | 0.84 | 0.77 |
| Hex | F6 | 94 | B5 | 0 | 28 | 1A | 4 | 154 | 54 | 4D |
| Octal | 366 | 224 | 265 | 0 | 50 | 32 | 4 | 524 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10110101 | 0 | 101000 | 11010 | 100 | 101010100 | 1010100 | 1001101 |
Color Harmonies of #F694B5
Complementary color
Monochromatic Colors of #F694B5
Black with #F694B5
Text Example
Text Example
White with #F694B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694B5; }
p { color: rgb(246,148,181); }
H1.HeaderClassName
{
color: #F694B5;
}
.AnyTagClassName
{
color: #F694B5;
}
</style>
background-color css
<style>
a { background-color: #F694B5; }
a { background-color: rgb(246,148,181); }
div.DivClassName
{
background-color: #F694B5;
}
.BgClassName
{
background-color: #F694B5;
}
</style>
border-color css
<style>
span { border-color: #F694B5; }
span { border-color: rgb(246,148,181); }
td.TdClassName
{
border-color: #F694B5;
}
.TagClassName
{
border-color: #F694B5;
}
</style>