Shades of Illusion #F097B0
Tints of Illusion #F097B0
RGB
CMYK
RGB Variations
Color information
#F097B0 (or 0xF097B0) is known color: Illusion. HEX triplet: F0, 97 and B0. RGB value is (240,151,176). Sum of RGB (Red+Green+Blue) = 240+151+176=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F097B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F097B0 is #0F684F. Grayscale: #B4B4B4. Windows color (decimal): -1009744 or 11573232. OLE color: 11573232.
HSL color Cylindrical-coordinate representation of color #F097B0: hue angle of 343.15º 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 #F097B0 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 176 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.06 |
| HSL | 343.15º | 0.75% | 0.77% | - |
| HSV(B) | 343.15º | 0.37% | 0.94% | - |
| XYZ | 54.84 | 43.79 | 46.64 | - |
| YUV | 180.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 176 | 0 | 0.37 | 0.27 | 0.06 | 343.15 | 0.75 | 0.77 |
| Hex | F0 | 97 | B0 | 0 | 25 | 1B | 6 | 157 | 4B | 4D |
| Octal | 360 | 227 | 260 | 0 | 45 | 33 | 6 | 527 | 113 | 115 |
| Binary | 11110000 | 10010111 | 10110000 | 0 | 100101 | 11011 | 110 | 101010111 | 1001011 | 1001101 |
Color Harmonies of #F097B0
Complementary color
Monochromatic Colors of #F097B0
Black with #F097B0
Text Example
Text Example
White with #F097B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097B0; }
p { color: rgb(240,151,176); }
H1.HeaderClassName
{
color: #F097B0;
}
.AnyTagClassName
{
color: #F097B0;
}
</style>
background-color css
<style>
a { background-color: #F097B0; }
a { background-color: rgb(240,151,176); }
div.DivClassName
{
background-color: #F097B0;
}
.BgClassName
{
background-color: #F097B0;
}
</style>
border-color css
<style>
span { border-color: #F097B0; }
span { border-color: rgb(240,151,176); }
td.TdClassName
{
border-color: #F097B0;
}
.TagClassName
{
border-color: #F097B0;
}
</style>