Shades of Illusion #F099B0
Tints of Illusion #F099B0
RGB
CMYK
RGB Variations
Color information
#F099B0 (or 0xF099B0) is known color: Illusion. HEX triplet: F0, 99 and B0. RGB value is (240,153,176). Sum of RGB (Red+Green+Blue) = 240+153+176=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F099B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F099B0 is #0F664F. Grayscale: #B5B5B5. Windows color (decimal): -1009232 or 11573744. OLE color: 11573744.
HSL color Cylindrical-coordinate representation of color #F099B0: hue angle of 344.14º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099B0 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 176 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.06 |
| HSL | 344.14º | 0.74% | 0.77% | - |
| HSV(B) | 344.14º | 0.36% | 0.94% | - |
| XYZ | 55.16 | 44.44 | 46.75 | - |
| YUV | 181.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 176 | 0 | 0.36 | 0.27 | 0.06 | 344.14 | 0.74 | 0.77 |
| Hex | F0 | 99 | B0 | 0 | 24 | 1B | 6 | 158 | 4A | 4D |
| Octal | 360 | 231 | 260 | 0 | 44 | 33 | 6 | 530 | 112 | 115 |
| Binary | 11110000 | 10011001 | 10110000 | 0 | 100100 | 11011 | 110 | 101011000 | 1001010 | 1001101 |
Color Harmonies of #F099B0
Complementary color
Monochromatic Colors of #F099B0
Black with #F099B0
Text Example
Text Example
White with #F099B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099B0; }
p { color: rgb(240,153,176); }
H1.HeaderClassName
{
color: #F099B0;
}
.AnyTagClassName
{
color: #F099B0;
}
</style>
background-color css
<style>
a { background-color: #F099B0; }
a { background-color: rgb(240,153,176); }
div.DivClassName
{
background-color: #F099B0;
}
.BgClassName
{
background-color: #F099B0;
}
</style>
border-color css
<style>
span { border-color: #F099B0; }
span { border-color: rgb(240,153,176); }
td.TdClassName
{
border-color: #F099B0;
}
.TagClassName
{
border-color: #F099B0;
}
</style>