Shades of Illusion #F699BA
Tints of Illusion #F699BA
RGB
CMYK
RGB Variations
Color information
#F699BA (or 0xF699BA) is known color: Illusion. HEX triplet: F6, 99 and BA. RGB value is (246,153,186). Sum of RGB (Red+Green+Blue) = 246+153+186=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F699BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699BA is #096645. Grayscale: #B8B8B8. Windows color (decimal): -616006 or 12229110. OLE color: 12229110.
HSL color Cylindrical-coordinate representation of color #F699BA: hue angle of 338.71º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699BA is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 186 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.04 |
| HSL | 338.71º | 0.84% | 0.78% | - |
| HSV(B) | 338.71º | 0.38% | 0.96% | - |
| XYZ | 58.26 | 45.92 | 52.25 | - |
| YUV | 184.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 186 | 0 | 0.38 | 0.24 | 0.04 | 338.71 | 0.84 | 0.78 |
| Hex | F6 | 99 | BA | 0 | 26 | 18 | 4 | 153 | 54 | 4E |
| Octal | 366 | 231 | 272 | 0 | 46 | 30 | 4 | 523 | 124 | 116 |
| Binary | 11110110 | 10011001 | 10111010 | 0 | 100110 | 11000 | 100 | 101010011 | 1010100 | 1001110 |
Color Harmonies of #F699BA
Complementary color
Monochromatic Colors of #F699BA
Black with #F699BA
Text Example
Text Example
White with #F699BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699BA; }
p { color: rgb(246,153,186); }
H1.HeaderClassName
{
color: #F699BA;
}
.AnyTagClassName
{
color: #F699BA;
}
</style>
background-color css
<style>
a { background-color: #F699BA; }
a { background-color: rgb(246,153,186); }
div.DivClassName
{
background-color: #F699BA;
}
.BgClassName
{
background-color: #F699BA;
}
</style>
border-color css
<style>
span { border-color: #F699BA; }
span { border-color: rgb(246,153,186); }
td.TdClassName
{
border-color: #F699BA;
}
.TagClassName
{
border-color: #F699BA;
}
</style>