Shades of Illusion #F59DB9
Tints of Illusion #F59DB9
RGB
CMYK
RGB Variations
Color information
#F59DB9 (or 0xF59DB9) is known color: Illusion. HEX triplet: F5, 9D and B9. RGB value is (245,157,185). Sum of RGB (Red+Green+Blue) = 245+157+185=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DB9 is #0A6246. Grayscale: #BABABA. Windows color (decimal): -680519 or 12164597. OLE color: 12164597.
HSL color Cylindrical-coordinate representation of color #F59DB9: hue angle of 340.91º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59DB9 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 185 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.04 |
| HSL | 340.91º | 0.81% | 0.79% | - |
| HSV(B) | 340.91º | 0.36% | 0.96% | - |
| XYZ | 58.47 | 47.03 | 51.89 | - |
| YUV | 186.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 185 | 0 | 0.36 | 0.24 | 0.04 | 340.91 | 0.81 | 0.79 |
| Hex | F5 | 9D | B9 | 0 | 24 | 18 | 4 | 155 | 51 | 4F |
| Octal | 365 | 235 | 271 | 0 | 44 | 30 | 4 | 525 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10111001 | 0 | 100100 | 11000 | 100 | 101010101 | 1010001 | 1001111 |
Color Harmonies of #F59DB9
Complementary color
Monochromatic Colors of #F59DB9
Black with #F59DB9
Text Example
Text Example
White with #F59DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DB9; }
p { color: rgb(245,157,185); }
H1.HeaderClassName
{
color: #F59DB9;
}
.AnyTagClassName
{
color: #F59DB9;
}
</style>
background-color css
<style>
a { background-color: #F59DB9; }
a { background-color: rgb(245,157,185); }
div.DivClassName
{
background-color: #F59DB9;
}
.BgClassName
{
background-color: #F59DB9;
}
</style>
border-color css
<style>
span { border-color: #F59DB9; }
span { border-color: rgb(245,157,185); }
td.TdClassName
{
border-color: #F59DB9;
}
.TagClassName
{
border-color: #F59DB9;
}
</style>