Shades of Illusion #F098B1
Tints of Illusion #F098B1
RGB
CMYK
RGB Variations
Color information
#F098B1 (or 0xF098B1) is known color: Illusion. HEX triplet: F0, 98 and B1. RGB value is (240,152,177). Sum of RGB (Red+Green+Blue) = 240+152+177=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F098B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F098B1 is #0F674E. Grayscale: #B5B5B5. Windows color (decimal): -1009487 or 11639024. OLE color: 11639024.
HSL color Cylindrical-coordinate representation of color #F098B1: hue angle of 342.95º 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 #F098B1 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 177 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.06 |
| HSL | 342.95º | 0.75% | 0.77% | - |
| HSV(B) | 342.95º | 0.37% | 0.94% | - |
| XYZ | 55.1 | 44.16 | 47.21 | - |
| YUV | 181.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 177 | 0 | 0.37 | 0.26 | 0.06 | 342.95 | 0.75 | 0.77 |
| Hex | F0 | 98 | B1 | 0 | 25 | 1A | 6 | 157 | 4B | 4D |
| Octal | 360 | 230 | 261 | 0 | 45 | 32 | 6 | 527 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10110001 | 0 | 100101 | 11010 | 110 | 101010111 | 1001011 | 1001101 |
Color Harmonies of #F098B1
Complementary color
Monochromatic Colors of #F098B1
Black with #F098B1
Text Example
Text Example
White with #F098B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098B1; }
p { color: rgb(240,152,177); }
H1.HeaderClassName
{
color: #F098B1;
}
.AnyTagClassName
{
color: #F098B1;
}
</style>
background-color css
<style>
a { background-color: #F098B1; }
a { background-color: rgb(240,152,177); }
div.DivClassName
{
background-color: #F098B1;
}
.BgClassName
{
background-color: #F098B1;
}
</style>
border-color css
<style>
span { border-color: #F098B1; }
span { border-color: rgb(240,152,177); }
td.TdClassName
{
border-color: #F098B1;
}
.TagClassName
{
border-color: #F098B1;
}
</style>