Shades of Illusion #F59DB7
Tints of Illusion #F59DB7
RGB
CMYK
RGB Variations
Color information
#F59DB7 (or 0xF59DB7) is known color: Illusion. HEX triplet: F5, 9D and B7. RGB value is (245,157,183). Sum of RGB (Red+Green+Blue) = 245+157+183=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DB7 is #0A6248. Grayscale: #BABABA. Windows color (decimal): -680521 or 12033525. OLE color: 12033525.
HSL color Cylindrical-coordinate representation of color #F59DB7: hue angle of 342.27º 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 #F59DB7 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 183 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.04 |
| HSL | 342.27º | 0.81% | 0.79% | - |
| HSV(B) | 342.27º | 0.36% | 0.96% | - |
| XYZ | 58.26 | 46.95 | 50.79 | - |
| YUV | 186.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 183 | 0 | 0.36 | 0.25 | 0.04 | 342.27 | 0.81 | 0.79 |
| Hex | F5 | 9D | B7 | 0 | 24 | 19 | 4 | 156 | 51 | 4F |
| Octal | 365 | 235 | 267 | 0 | 44 | 31 | 4 | 526 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10110111 | 0 | 100100 | 11001 | 100 | 101010110 | 1010001 | 1001111 |
Color Harmonies of #F59DB7
Complementary color
Monochromatic Colors of #F59DB7
Black with #F59DB7
Text Example
Text Example
White with #F59DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DB7; }
p { color: rgb(245,157,183); }
H1.HeaderClassName
{
color: #F59DB7;
}
.AnyTagClassName
{
color: #F59DB7;
}
</style>
background-color css
<style>
a { background-color: #F59DB7; }
a { background-color: rgb(245,157,183); }
div.DivClassName
{
background-color: #F59DB7;
}
.BgClassName
{
background-color: #F59DB7;
}
</style>
border-color css
<style>
span { border-color: #F59DB7; }
span { border-color: rgb(245,157,183); }
td.TdClassName
{
border-color: #F59DB7;
}
.TagClassName
{
border-color: #F59DB7;
}
</style>