Shades of Illusion #F59AB5
Tints of Illusion #F59AB5
RGB
CMYK
RGB Variations
Color information
#F59AB5 (or 0xF59AB5) is known color: Illusion. HEX triplet: F5, 9A and B5. RGB value is (245,154,181). Sum of RGB (Red+Green+Blue) = 245+154+181=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59AB5 is #0A654A. Grayscale: #B8B8B8. Windows color (decimal): -681291 or 11901685. OLE color: 11901685.
HSL color Cylindrical-coordinate representation of color #F59AB5: hue angle of 342.2º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59AB5 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 181 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.04 |
| HSL | 342.2º | 0.82% | 0.78% | - |
| HSV(B) | 342.2º | 0.37% | 0.96% | - |
| XYZ | 57.55 | 45.86 | 49.53 | - |
| YUV | 184.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 181 | 0 | 0.37 | 0.26 | 0.04 | 342.2 | 0.82 | 0.78 |
| Hex | F5 | 9A | B5 | 0 | 25 | 1A | 4 | 156 | 52 | 4E |
| Octal | 365 | 232 | 265 | 0 | 45 | 32 | 4 | 526 | 122 | 116 |
| Binary | 11110101 | 10011010 | 10110101 | 0 | 100101 | 11010 | 100 | 101010110 | 1010010 | 1001110 |
Color Harmonies of #F59AB5
Complementary color
Monochromatic Colors of #F59AB5
Black with #F59AB5
Text Example
Text Example
White with #F59AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59AB5; }
p { color: rgb(245,154,181); }
H1.HeaderClassName
{
color: #F59AB5;
}
.AnyTagClassName
{
color: #F59AB5;
}
</style>
background-color css
<style>
a { background-color: #F59AB5; }
a { background-color: rgb(245,154,181); }
div.DivClassName
{
background-color: #F59AB5;
}
.BgClassName
{
background-color: #F59AB5;
}
</style>
border-color css
<style>
span { border-color: #F59AB5; }
span { border-color: rgb(245,154,181); }
td.TdClassName
{
border-color: #F59AB5;
}
.TagClassName
{
border-color: #F59AB5;
}
</style>