Shades of Illusion #F59DB2
Tints of Illusion #F59DB2
RGB
CMYK
RGB Variations
Color information
#F59DB2 (or 0xF59DB2) is known color: Illusion. HEX triplet: F5, 9D and B2. RGB value is (245,157,178). Sum of RGB (Red+Green+Blue) = 245+157+178=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59DB2 is #0A624D. Grayscale: #B9B9B9. Windows color (decimal): -680526 or 11705845. OLE color: 11705845.
HSL color Cylindrical-coordinate representation of color #F59DB2: hue angle of 345.68º 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 #F59DB2 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 178 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.04 |
| HSL | 345.68º | 0.81% | 0.79% | - |
| HSV(B) | 345.68º | 0.36% | 0.96% | - |
| XYZ | 57.75 | 46.74 | 48.1 | - |
| YUV | 185.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 178 | 0 | 0.36 | 0.27 | 0.04 | 345.68 | 0.81 | 0.79 |
| Hex | F5 | 9D | B2 | 0 | 24 | 1B | 4 | 15A | 51 | 4F |
| Octal | 365 | 235 | 262 | 0 | 44 | 33 | 4 | 532 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10110010 | 0 | 100100 | 11011 | 100 | 101011010 | 1010001 | 1001111 |
Color Harmonies of #F59DB2
Complementary color
Monochromatic Colors of #F59DB2
Black with #F59DB2
Text Example
Text Example
White with #F59DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DB2; }
p { color: rgb(245,157,178); }
H1.HeaderClassName
{
color: #F59DB2;
}
.AnyTagClassName
{
color: #F59DB2;
}
</style>
background-color css
<style>
a { background-color: #F59DB2; }
a { background-color: rgb(245,157,178); }
div.DivClassName
{
background-color: #F59DB2;
}
.BgClassName
{
background-color: #F59DB2;
}
</style>
border-color css
<style>
span { border-color: #F59DB2; }
span { border-color: rgb(245,157,178); }
td.TdClassName
{
border-color: #F59DB2;
}
.TagClassName
{
border-color: #F59DB2;
}
</style>