Shades of Illusion #F59DB5
Tints of Illusion #F59DB5
RGB
CMYK
RGB Variations
Color information
#F59DB5 (or 0xF59DB5) is known color: Illusion. HEX triplet: F5, 9D and B5. RGB value is (245,157,181). Sum of RGB (Red+Green+Blue) = 245+157+181=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DB5 is #0A624A. Grayscale: #BABABA. Windows color (decimal): -680523 or 11902453. OLE color: 11902453.
HSL color Cylindrical-coordinate representation of color #F59DB5: hue angle of 343.64º 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 #F59DB5 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 181 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.04 |
| HSL | 343.64º | 0.81% | 0.79% | - |
| HSV(B) | 343.64º | 0.36% | 0.96% | - |
| XYZ | 58.05 | 46.86 | 49.7 | - |
| YUV | 186.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 181 | 0 | 0.36 | 0.26 | 0.04 | 343.64 | 0.81 | 0.79 |
| Hex | F5 | 9D | B5 | 0 | 24 | 1A | 4 | 158 | 51 | 4F |
| Octal | 365 | 235 | 265 | 0 | 44 | 32 | 4 | 530 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10110101 | 0 | 100100 | 11010 | 100 | 101011000 | 1010001 | 1001111 |
Color Harmonies of #F59DB5
Complementary color
Monochromatic Colors of #F59DB5
Black with #F59DB5
Text Example
Text Example
White with #F59DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DB5; }
p { color: rgb(245,157,181); }
H1.HeaderClassName
{
color: #F59DB5;
}
.AnyTagClassName
{
color: #F59DB5;
}
</style>
background-color css
<style>
a { background-color: #F59DB5; }
a { background-color: rgb(245,157,181); }
div.DivClassName
{
background-color: #F59DB5;
}
.BgClassName
{
background-color: #F59DB5;
}
</style>
border-color css
<style>
span { border-color: #F59DB5; }
span { border-color: rgb(245,157,181); }
td.TdClassName
{
border-color: #F59DB5;
}
.TagClassName
{
border-color: #F59DB5;
}
</style>