Shades of Illusion #F59BB6
Tints of Illusion #F59BB6
RGB
CMYK
RGB Variations
Color information
#F59BB6 (or 0xF59BB6) is known color: Illusion. HEX triplet: F5, 9B and B6. RGB value is (245,155,182). Sum of RGB (Red+Green+Blue) = 245+155+182=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BB6 is #0A6449. Grayscale: #B8B8B8. Windows color (decimal): -681034 or 11967477. OLE color: 11967477.
HSL color Cylindrical-coordinate representation of color #F59BB6: hue angle of 342º 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 #F59BB6 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 182 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.04 |
| HSL | 342º | 0.82% | 0.78% | - |
| HSV(B) | 342º | 0.37% | 0.96% | - |
| XYZ | 57.82 | 46.23 | 50.13 | - |
| YUV | 184.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 182 | 0 | 0.37 | 0.26 | 0.04 | 342 | 0.82 | 0.78 |
| Hex | F5 | 9B | B6 | 0 | 25 | 1A | 4 | 156 | 52 | 4E |
| Octal | 365 | 233 | 266 | 0 | 45 | 32 | 4 | 526 | 122 | 116 |
| Binary | 11110101 | 10011011 | 10110110 | 0 | 100101 | 11010 | 100 | 101010110 | 1010010 | 1001110 |
Color Harmonies of #F59BB6
Complementary color
Monochromatic Colors of #F59BB6
Black with #F59BB6
Text Example
Text Example
White with #F59BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BB6; }
p { color: rgb(245,155,182); }
H1.HeaderClassName
{
color: #F59BB6;
}
.AnyTagClassName
{
color: #F59BB6;
}
</style>
background-color css
<style>
a { background-color: #F59BB6; }
a { background-color: rgb(245,155,182); }
div.DivClassName
{
background-color: #F59BB6;
}
.BgClassName
{
background-color: #F59BB6;
}
</style>
border-color css
<style>
span { border-color: #F59BB6; }
span { border-color: rgb(245,155,182); }
td.TdClassName
{
border-color: #F59BB6;
}
.TagClassName
{
border-color: #F59BB6;
}
</style>