Shades of Illusion #F59DBB
Tints of Illusion #F59DBB
RGB
CMYK
RGB Variations
Color information
#F59DBB (or 0xF59DBB) is known color: Illusion. HEX triplet: F5, 9D and BB. RGB value is (245,157,187). Sum of RGB (Red+Green+Blue) = 245+157+187=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DBB is #0A6244. Grayscale: #BABABA. Windows color (decimal): -680517 or 12295669. OLE color: 12295669.
HSL color Cylindrical-coordinate representation of color #F59DBB: hue angle of 339.55º 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 #F59DBB is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 187 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.04 |
| HSL | 339.55º | 0.81% | 0.79% | - |
| HSV(B) | 339.55º | 0.36% | 0.96% | - |
| XYZ | 58.68 | 47.11 | 53.01 | - |
| YUV | 186.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 187 | 0 | 0.36 | 0.24 | 0.04 | 339.55 | 0.81 | 0.79 |
| Hex | F5 | 9D | BB | 0 | 24 | 18 | 4 | 154 | 51 | 4F |
| Octal | 365 | 235 | 273 | 0 | 44 | 30 | 4 | 524 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10111011 | 0 | 100100 | 11000 | 100 | 101010100 | 1010001 | 1001111 |
Color Harmonies of #F59DBB
Complementary color
Monochromatic Colors of #F59DBB
Black with #F59DBB
Text Example
Text Example
White with #F59DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DBB; }
p { color: rgb(245,157,187); }
H1.HeaderClassName
{
color: #F59DBB;
}
.AnyTagClassName
{
color: #F59DBB;
}
</style>
background-color css
<style>
a { background-color: #F59DBB; }
a { background-color: rgb(245,157,187); }
div.DivClassName
{
background-color: #F59DBB;
}
.BgClassName
{
background-color: #F59DBB;
}
</style>
border-color css
<style>
span { border-color: #F59DBB; }
span { border-color: rgb(245,157,187); }
td.TdClassName
{
border-color: #F59DBB;
}
.TagClassName
{
border-color: #F59DBB;
}
</style>