Shades of Illusion #F59AB1
Tints of Illusion #F59AB1
RGB
CMYK
RGB Variations
Color information
#F59AB1 (or 0xF59AB1) is known color: Illusion. HEX triplet: F5, 9A and B1. RGB value is (245,154,177). Sum of RGB (Red+Green+Blue) = 245+154+177=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59AB1 is #0A654E. Grayscale: #B7B7B7. Windows color (decimal): -681295 or 11639541. OLE color: 11639541.
HSL color Cylindrical-coordinate representation of color #F59AB1: hue angle of 344.84º 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 #F59AB1 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 177 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.04 |
| HSL | 344.84º | 0.82% | 0.78% | - |
| HSV(B) | 344.84º | 0.37% | 0.96% | - |
| XYZ | 57.15 | 45.7 | 47.4 | - |
| YUV | 183.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 177 | 0 | 0.37 | 0.28 | 0.04 | 344.84 | 0.82 | 0.78 |
| Hex | F5 | 9A | B1 | 0 | 25 | 1C | 4 | 159 | 52 | 4E |
| Octal | 365 | 232 | 261 | 0 | 45 | 34 | 4 | 531 | 122 | 116 |
| Binary | 11110101 | 10011010 | 10110001 | 0 | 100101 | 11100 | 100 | 101011001 | 1010010 | 1001110 |
Color Harmonies of #F59AB1
Complementary color
Monochromatic Colors of #F59AB1
Black with #F59AB1
Text Example
Text Example
White with #F59AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59AB1; }
p { color: rgb(245,154,177); }
H1.HeaderClassName
{
color: #F59AB1;
}
.AnyTagClassName
{
color: #F59AB1;
}
</style>
background-color css
<style>
a { background-color: #F59AB1; }
a { background-color: rgb(245,154,177); }
div.DivClassName
{
background-color: #F59AB1;
}
.BgClassName
{
background-color: #F59AB1;
}
</style>
border-color css
<style>
span { border-color: #F59AB1; }
span { border-color: rgb(245,154,177); }
td.TdClassName
{
border-color: #F59AB1;
}
.TagClassName
{
border-color: #F59AB1;
}
</style>