Shades of Illusion #F098AB
Tints of Illusion #F098AB
RGB
CMYK
RGB Variations
Color information
#F098AB (or 0xF098AB) is known color: Illusion. HEX triplet: F0, 98 and AB. RGB value is (240,152,171). Sum of RGB (Red+Green+Blue) = 240+152+171=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F098AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F098AB is #0F6754. Grayscale: #B4B4B4. Windows color (decimal): -1009493 or 11245808. OLE color: 11245808.
HSL color Cylindrical-coordinate representation of color #F098AB: hue angle of 347.05º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098AB is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 171 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.06 |
| HSL | 347.05º | 0.75% | 0.77% | - |
| HSV(B) | 347.05º | 0.37% | 0.94% | - |
| XYZ | 54.51 | 43.92 | 44.13 | - |
| YUV | 180.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 171 | 0 | 0.37 | 0.29 | 0.06 | 347.05 | 0.75 | 0.77 |
| Hex | F0 | 98 | AB | 0 | 25 | 1D | 6 | 15B | 4B | 4D |
| Octal | 360 | 230 | 253 | 0 | 45 | 35 | 6 | 533 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10101011 | 0 | 100101 | 11101 | 110 | 101011011 | 1001011 | 1001101 |
Color Harmonies of #F098AB
Complementary color
Monochromatic Colors of #F098AB
Black with #F098AB
Text Example
Text Example
White with #F098AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098AB; }
p { color: rgb(240,152,171); }
H1.HeaderClassName
{
color: #F098AB;
}
.AnyTagClassName
{
color: #F098AB;
}
</style>
background-color css
<style>
a { background-color: #F098AB; }
a { background-color: rgb(240,152,171); }
div.DivClassName
{
background-color: #F098AB;
}
.BgClassName
{
background-color: #F098AB;
}
</style>
border-color css
<style>
span { border-color: #F098AB; }
span { border-color: rgb(240,152,171); }
td.TdClassName
{
border-color: #F098AB;
}
.TagClassName
{
border-color: #F098AB;
}
</style>