Shades of Illusion #F694B9
Tints of Illusion #F694B9
RGB
CMYK
RGB Variations
Color information
#F694B9 (or 0xF694B9) is known color: Illusion. HEX triplet: F6, 94 and B9. RGB value is (246,148,185). Sum of RGB (Red+Green+Blue) = 246+148+185=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F694B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694B9 is #096B46. Grayscale: #B5B5B5. Windows color (decimal): -617287 or 12162294. OLE color: 12162294.
HSL color Cylindrical-coordinate representation of color #F694B9: hue angle of 337.35º 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 #F694B9 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 185 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.04 |
| HSL | 337.35º | 0.84% | 0.77% | - |
| HSV(B) | 337.35º | 0.4% | 0.96% | - |
| XYZ | 57.35 | 44.28 | 51.42 | - |
| YUV | 181.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 185 | 0 | 0.40 | 0.25 | 0.04 | 337.35 | 0.84 | 0.77 |
| Hex | F6 | 94 | B9 | 0 | 28 | 19 | 4 | 151 | 54 | 4D |
| Octal | 366 | 224 | 271 | 0 | 50 | 31 | 4 | 521 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10111001 | 0 | 101000 | 11001 | 100 | 101010001 | 1010100 | 1001101 |
Color Harmonies of #F694B9
Complementary color
Monochromatic Colors of #F694B9
Black with #F694B9
Text Example
Text Example
White with #F694B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694B9; }
p { color: rgb(246,148,185); }
H1.HeaderClassName
{
color: #F694B9;
}
.AnyTagClassName
{
color: #F694B9;
}
</style>
background-color css
<style>
a { background-color: #F694B9; }
a { background-color: rgb(246,148,185); }
div.DivClassName
{
background-color: #F694B9;
}
.BgClassName
{
background-color: #F694B9;
}
</style>
border-color css
<style>
span { border-color: #F694B9; }
span { border-color: rgb(246,148,185); }
td.TdClassName
{
border-color: #F694B9;
}
.TagClassName
{
border-color: #F694B9;
}
</style>