Shades of Illusion #F698BA
Tints of Illusion #F698BA
RGB
CMYK
RGB Variations
Color information
#F698BA (or 0xF698BA) is known color: Illusion. HEX triplet: F6, 98 and BA. RGB value is (246,152,186). Sum of RGB (Red+Green+Blue) = 246+152+186=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F698BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698BA is #096745. Grayscale: #B7B7B7. Windows color (decimal): -616262 or 12228854. OLE color: 12228854.
HSL color Cylindrical-coordinate representation of color #F698BA: hue angle of 338.3º 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 #F698BA is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 186 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.04 |
| HSL | 338.3º | 0.84% | 0.78% | - |
| HSV(B) | 338.3º | 0.38% | 0.96% | - |
| XYZ | 58.1 | 45.59 | 52.19 | - |
| YUV | 183.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 186 | 0 | 0.38 | 0.24 | 0.04 | 338.3 | 0.84 | 0.78 |
| Hex | F6 | 98 | BA | 0 | 26 | 18 | 4 | 152 | 54 | 4E |
| Octal | 366 | 230 | 272 | 0 | 46 | 30 | 4 | 522 | 124 | 116 |
| Binary | 11110110 | 10011000 | 10111010 | 0 | 100110 | 11000 | 100 | 101010010 | 1010100 | 1001110 |
Color Harmonies of #F698BA
Complementary color
Monochromatic Colors of #F698BA
Black with #F698BA
Text Example
Text Example
White with #F698BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698BA; }
p { color: rgb(246,152,186); }
H1.HeaderClassName
{
color: #F698BA;
}
.AnyTagClassName
{
color: #F698BA;
}
</style>
background-color css
<style>
a { background-color: #F698BA; }
a { background-color: rgb(246,152,186); }
div.DivClassName
{
background-color: #F698BA;
}
.BgClassName
{
background-color: #F698BA;
}
</style>
border-color css
<style>
span { border-color: #F698BA; }
span { border-color: rgb(246,152,186); }
td.TdClassName
{
border-color: #F698BA;
}
.TagClassName
{
border-color: #F698BA;
}
</style>