Shades of Illusion #F59BBA
Tints of Illusion #F59BBA
RGB
CMYK
RGB Variations
Color information
#F59BBA (or 0xF59BBA) is known color: Illusion. HEX triplet: F5, 9B and BA. RGB value is (245,155,186). Sum of RGB (Red+Green+Blue) = 245+155+186=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BBA is #0A6445. Grayscale: #B9B9B9. Windows color (decimal): -681030 or 12229621. OLE color: 12229621.
HSL color Cylindrical-coordinate representation of color #F59BBA: hue angle of 339.33º 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 #F59BBA is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 186 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.04 |
| HSL | 339.33º | 0.82% | 0.78% | - |
| HSV(B) | 339.33º | 0.37% | 0.96% | - |
| XYZ | 58.24 | 46.4 | 52.34 | - |
| YUV | 185.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 186 | 0 | 0.37 | 0.24 | 0.04 | 339.33 | 0.82 | 0.78 |
| Hex | F5 | 9B | BA | 0 | 25 | 18 | 4 | 153 | 52 | 4E |
| Octal | 365 | 233 | 272 | 0 | 45 | 30 | 4 | 523 | 122 | 116 |
| Binary | 11110101 | 10011011 | 10111010 | 0 | 100101 | 11000 | 100 | 101010011 | 1010010 | 1001110 |
Color Harmonies of #F59BBA
Complementary color
Monochromatic Colors of #F59BBA
Black with #F59BBA
Text Example
Text Example
White with #F59BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BBA; }
p { color: rgb(245,155,186); }
H1.HeaderClassName
{
color: #F59BBA;
}
.AnyTagClassName
{
color: #F59BBA;
}
</style>
background-color css
<style>
a { background-color: #F59BBA; }
a { background-color: rgb(245,155,186); }
div.DivClassName
{
background-color: #F59BBA;
}
.BgClassName
{
background-color: #F59BBA;
}
</style>
border-color css
<style>
span { border-color: #F59BBA; }
span { border-color: rgb(245,155,186); }
td.TdClassName
{
border-color: #F59BBA;
}
.TagClassName
{
border-color: #F59BBA;
}
</style>