Shades of Illusion #F59BAB
Tints of Illusion #F59BAB
RGB
CMYK
RGB Variations
Color information
#F59BAB (or 0xF59BAB) is known color: Illusion. HEX triplet: F5, 9B and AB. RGB value is (245,155,171). Sum of RGB (Red+Green+Blue) = 245+155+171=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59BAB is #0A6454. Grayscale: #B7B7B7. Windows color (decimal): -681045 or 11246581. OLE color: 11246581.
HSL color Cylindrical-coordinate representation of color #F59BAB: hue angle of 349.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 #F59BAB is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 171 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.04 |
| HSL | 349.33º | 0.82% | 0.78% | - |
| HSV(B) | 349.33º | 0.37% | 0.96% | - |
| XYZ | 56.73 | 45.8 | 44.38 | - |
| YUV | 183.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 171 | 0 | 0.37 | 0.30 | 0.04 | 349.33 | 0.82 | 0.78 |
| Hex | F5 | 9B | AB | 0 | 25 | 1E | 4 | 15D | 52 | 4E |
| Octal | 365 | 233 | 253 | 0 | 45 | 36 | 4 | 535 | 122 | 116 |
| Binary | 11110101 | 10011011 | 10101011 | 0 | 100101 | 11110 | 100 | 101011101 | 1010010 | 1001110 |
Color Harmonies of #F59BAB
Complementary color
Monochromatic Colors of #F59BAB
Black with #F59BAB
Text Example
Text Example
White with #F59BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BAB; }
p { color: rgb(245,155,171); }
H1.HeaderClassName
{
color: #F59BAB;
}
.AnyTagClassName
{
color: #F59BAB;
}
</style>
background-color css
<style>
a { background-color: #F59BAB; }
a { background-color: rgb(245,155,171); }
div.DivClassName
{
background-color: #F59BAB;
}
.BgClassName
{
background-color: #F59BAB;
}
</style>
border-color css
<style>
span { border-color: #F59BAB; }
span { border-color: rgb(245,155,171); }
td.TdClassName
{
border-color: #F59BAB;
}
.TagClassName
{
border-color: #F59BAB;
}
</style>