Shades of Illusion #F098B3
Tints of Illusion #F098B3
RGB
CMYK
RGB Variations
Color information
#F098B3 (or 0xF098B3) is known color: Illusion. HEX triplet: F0, 98 and B3. RGB value is (240,152,179). Sum of RGB (Red+Green+Blue) = 240+152+179=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F098B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098B3 is #0F674C. Grayscale: #B5B5B5. Windows color (decimal): -1009485 or 11770096. OLE color: 11770096.
HSL color Cylindrical-coordinate representation of color #F098B3: hue angle of 341.59º 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 #F098B3 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 179 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.06 |
| HSL | 341.59º | 0.75% | 0.77% | - |
| HSV(B) | 341.59º | 0.37% | 0.94% | - |
| XYZ | 55.3 | 44.24 | 48.27 | - |
| YUV | 181.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 179 | 0 | 0.37 | 0.25 | 0.06 | 341.59 | 0.75 | 0.77 |
| Hex | F0 | 98 | B3 | 0 | 25 | 19 | 6 | 156 | 4B | 4D |
| Octal | 360 | 230 | 263 | 0 | 45 | 31 | 6 | 526 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10110011 | 0 | 100101 | 11001 | 110 | 101010110 | 1001011 | 1001101 |
Color Harmonies of #F098B3
Complementary color
Monochromatic Colors of #F098B3
Black with #F098B3
Text Example
Text Example
White with #F098B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098B3; }
p { color: rgb(240,152,179); }
H1.HeaderClassName
{
color: #F098B3;
}
.AnyTagClassName
{
color: #F098B3;
}
</style>
background-color css
<style>
a { background-color: #F098B3; }
a { background-color: rgb(240,152,179); }
div.DivClassName
{
background-color: #F098B3;
}
.BgClassName
{
background-color: #F098B3;
}
</style>
border-color css
<style>
span { border-color: #F098B3; }
span { border-color: rgb(240,152,179); }
td.TdClassName
{
border-color: #F098B3;
}
.TagClassName
{
border-color: #F098B3;
}
</style>