Shades of Illusion #F099B5
Tints of Illusion #F099B5
RGB
CMYK
RGB Variations
Color information
#F099B5 (or 0xF099B5) is known color: Illusion. HEX triplet: F0, 99 and B5. RGB value is (240,153,181). Sum of RGB (Red+Green+Blue) = 240+153+181=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F099B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099B5 is #0F664A. Grayscale: #B6B6B6. Windows color (decimal): -1009227 or 11901424. OLE color: 11901424.
HSL color Cylindrical-coordinate representation of color #F099B5: hue angle of 340.69º 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 #F099B5 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 181 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.06 |
| HSL | 340.69º | 0.74% | 0.77% | - |
| HSV(B) | 340.69º | 0.36% | 0.94% | - |
| XYZ | 55.67 | 44.64 | 49.4 | - |
| YUV | 182.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 181 | 0 | 0.36 | 0.25 | 0.06 | 340.69 | 0.74 | 0.77 |
| Hex | F0 | 99 | B5 | 0 | 24 | 19 | 6 | 155 | 4A | 4D |
| Octal | 360 | 231 | 265 | 0 | 44 | 31 | 6 | 525 | 112 | 115 |
| Binary | 11110000 | 10011001 | 10110101 | 0 | 100100 | 11001 | 110 | 101010101 | 1001010 | 1001101 |
Color Harmonies of #F099B5
Complementary color
Monochromatic Colors of #F099B5
Black with #F099B5
Text Example
Text Example
White with #F099B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099B5; }
p { color: rgb(240,153,181); }
H1.HeaderClassName
{
color: #F099B5;
}
.AnyTagClassName
{
color: #F099B5;
}
</style>
background-color css
<style>
a { background-color: #F099B5; }
a { background-color: rgb(240,153,181); }
div.DivClassName
{
background-color: #F099B5;
}
.BgClassName
{
background-color: #F099B5;
}
</style>
border-color css
<style>
span { border-color: #F099B5; }
span { border-color: rgb(240,153,181); }
td.TdClassName
{
border-color: #F099B5;
}
.TagClassName
{
border-color: #F099B5;
}
</style>