Shades of Illusion #F59BB0
Tints of Illusion #F59BB0
RGB
CMYK
RGB Variations
Color information
#F59BB0 (or 0xF59BB0) is known color: Illusion. HEX triplet: F5, 9B and B0. RGB value is (245,155,176). Sum of RGB (Red+Green+Blue) = 245+155+176=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59BB0 is #0A644F. Grayscale: #B8B8B8. Windows color (decimal): -681040 or 11574261. OLE color: 11574261.
HSL color Cylindrical-coordinate representation of color #F59BB0: hue angle of 346º 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 #F59BB0 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 176 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.04 |
| HSL | 346º | 0.82% | 0.78% | - |
| HSV(B) | 346º | 0.37% | 0.96% | - |
| XYZ | 57.21 | 45.99 | 46.94 | - |
| YUV | 184.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 176 | 0 | 0.37 | 0.28 | 0.04 | 346 | 0.82 | 0.78 |
| Hex | F5 | 9B | B0 | 0 | 25 | 1C | 4 | 15A | 52 | 4E |
| Octal | 365 | 233 | 260 | 0 | 45 | 34 | 4 | 532 | 122 | 116 |
| Binary | 11110101 | 10011011 | 10110000 | 0 | 100101 | 11100 | 100 | 101011010 | 1010010 | 1001110 |
Color Harmonies of #F59BB0
Complementary color
Monochromatic Colors of #F59BB0
Black with #F59BB0
Text Example
Text Example
White with #F59BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BB0; }
p { color: rgb(245,155,176); }
H1.HeaderClassName
{
color: #F59BB0;
}
.AnyTagClassName
{
color: #F59BB0;
}
</style>
background-color css
<style>
a { background-color: #F59BB0; }
a { background-color: rgb(245,155,176); }
div.DivClassName
{
background-color: #F59BB0;
}
.BgClassName
{
background-color: #F59BB0;
}
</style>
border-color css
<style>
span { border-color: #F59BB0; }
span { border-color: rgb(245,155,176); }
td.TdClassName
{
border-color: #F59BB0;
}
.TagClassName
{
border-color: #F59BB0;
}
</style>