Shades of Illusion #F59FBA
Tints of Illusion #F59FBA
RGB
CMYK
RGB Variations
Color information
#F59FBA (or 0xF59FBA) is known color: Illusion. HEX triplet: F5, 9F and BA. RGB value is (245,159,186). Sum of RGB (Red+Green+Blue) = 245+159+186=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FBA is #0A6045. Grayscale: #BBBBBB. Windows color (decimal): -680006 or 12230645. OLE color: 12230645.
HSL color Cylindrical-coordinate representation of color #F59FBA: hue angle of 341.16º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FBA is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 186 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.04 |
| HSL | 341.16º | 0.81% | 0.79% | - |
| HSV(B) | 341.16º | 0.35% | 0.96% | - |
| XYZ | 58.92 | 47.75 | 52.57 | - |
| YUV | 187.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 186 | 0 | 0.35 | 0.24 | 0.04 | 341.16 | 0.81 | 0.79 |
| Hex | F5 | 9F | BA | 0 | 23 | 18 | 4 | 155 | 51 | 4F |
| Octal | 365 | 237 | 272 | 0 | 43 | 30 | 4 | 525 | 121 | 117 |
| Binary | 11110101 | 10011111 | 10111010 | 0 | 100011 | 11000 | 100 | 101010101 | 1010001 | 1001111 |
Color Harmonies of #F59FBA
Complementary color
Monochromatic Colors of #F59FBA
Black with #F59FBA
Text Example
Text Example
White with #F59FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FBA; }
p { color: rgb(245,159,186); }
H1.HeaderClassName
{
color: #F59FBA;
}
.AnyTagClassName
{
color: #F59FBA;
}
</style>
background-color css
<style>
a { background-color: #F59FBA; }
a { background-color: rgb(245,159,186); }
div.DivClassName
{
background-color: #F59FBA;
}
.BgClassName
{
background-color: #F59FBA;
}
</style>
border-color css
<style>
span { border-color: #F59FBA; }
span { border-color: rgb(245,159,186); }
td.TdClassName
{
border-color: #F59FBA;
}
.TagClassName
{
border-color: #F59FBA;
}
</style>