Shades of Illusion #F098AC
Tints of Illusion #F098AC
RGB
CMYK
RGB Variations
Color information
#F098AC (or 0xF098AC) is known color: Illusion. HEX triplet: F0, 98 and AC. RGB value is (240,152,172). Sum of RGB (Red+Green+Blue) = 240+152+172=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F098AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F098AC is #0F6753. Grayscale: #B4B4B4. Windows color (decimal): -1009492 or 11311344. OLE color: 11311344.
HSL color Cylindrical-coordinate representation of color #F098AC: hue angle of 346.36º 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 #F098AC is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 172 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.06 |
| HSL | 346.36º | 0.75% | 0.77% | - |
| HSV(B) | 346.36º | 0.37% | 0.94% | - |
| XYZ | 54.61 | 43.96 | 44.64 | - |
| YUV | 180.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 172 | 0 | 0.37 | 0.28 | 0.06 | 346.36 | 0.75 | 0.77 |
| Hex | F0 | 98 | AC | 0 | 25 | 1C | 6 | 15A | 4B | 4D |
| Octal | 360 | 230 | 254 | 0 | 45 | 34 | 6 | 532 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10101100 | 0 | 100101 | 11100 | 110 | 101011010 | 1001011 | 1001101 |
Color Harmonies of #F098AC
Complementary color
Monochromatic Colors of #F098AC
Black with #F098AC
Text Example
Text Example
White with #F098AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098AC; }
p { color: rgb(240,152,172); }
H1.HeaderClassName
{
color: #F098AC;
}
.AnyTagClassName
{
color: #F098AC;
}
</style>
background-color css
<style>
a { background-color: #F098AC; }
a { background-color: rgb(240,152,172); }
div.DivClassName
{
background-color: #F098AC;
}
.BgClassName
{
background-color: #F098AC;
}
</style>
border-color css
<style>
span { border-color: #F098AC; }
span { border-color: rgb(240,152,172); }
td.TdClassName
{
border-color: #F098AC;
}
.TagClassName
{
border-color: #F098AC;
}
</style>