Shades of Illusion #F59DB1
Tints of Illusion #F59DB1
RGB
CMYK
RGB Variations
Color information
#F59DB1 (or 0xF59DB1) is known color: Illusion. HEX triplet: F5, 9D and B1. RGB value is (245,157,177). Sum of RGB (Red+Green+Blue) = 245+157+177=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59DB1 is #0A624E. Grayscale: #B9B9B9. Windows color (decimal): -680527 or 11640309. OLE color: 11640309.
HSL color Cylindrical-coordinate representation of color #F59DB1: hue angle of 346.36º 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 #F59DB1 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 177 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.04 |
| HSL | 346.36º | 0.81% | 0.79% | - |
| HSV(B) | 346.36º | 0.36% | 0.96% | - |
| XYZ | 57.65 | 46.7 | 47.57 | - |
| YUV | 185.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 177 | 0 | 0.36 | 0.28 | 0.04 | 346.36 | 0.81 | 0.79 |
| Hex | F5 | 9D | B1 | 0 | 24 | 1C | 4 | 15A | 51 | 4F |
| Octal | 365 | 235 | 261 | 0 | 44 | 34 | 4 | 532 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10110001 | 0 | 100100 | 11100 | 100 | 101011010 | 1010001 | 1001111 |
Color Harmonies of #F59DB1
Complementary color
Monochromatic Colors of #F59DB1
Black with #F59DB1
Text Example
Text Example
White with #F59DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DB1; }
p { color: rgb(245,157,177); }
H1.HeaderClassName
{
color: #F59DB1;
}
.AnyTagClassName
{
color: #F59DB1;
}
</style>
background-color css
<style>
a { background-color: #F59DB1; }
a { background-color: rgb(245,157,177); }
div.DivClassName
{
background-color: #F59DB1;
}
.BgClassName
{
background-color: #F59DB1;
}
</style>
border-color css
<style>
span { border-color: #F59DB1; }
span { border-color: rgb(245,157,177); }
td.TdClassName
{
border-color: #F59DB1;
}
.TagClassName
{
border-color: #F59DB1;
}
</style>