Shades of Illusion #F596B2
Tints of Illusion #F596B2
RGB
CMYK
RGB Variations
Color information
#F596B2 (or 0xF596B2) is known color: Illusion. HEX triplet: F5, 96 and B2. RGB value is (245,150,178). Sum of RGB (Red+Green+Blue) = 245+150+178=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F596B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F596B2 is #0A694D. Grayscale: #B5B5B5. Windows color (decimal): -682318 or 11704053. OLE color: 11704053.
HSL color Cylindrical-coordinate representation of color #F596B2: hue angle of 342.32º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596B2 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 178 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.04 |
| HSL | 342.32º | 0.83% | 0.77% | - |
| HSV(B) | 342.32º | 0.39% | 0.96% | - |
| XYZ | 56.6 | 44.44 | 47.71 | - |
| YUV | 181.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 178 | 0 | 0.39 | 0.27 | 0.04 | 342.32 | 0.83 | 0.77 |
| Hex | F5 | 96 | B2 | 0 | 27 | 1B | 4 | 156 | 53 | 4D |
| Octal | 365 | 226 | 262 | 0 | 47 | 33 | 4 | 526 | 123 | 115 |
| Binary | 11110101 | 10010110 | 10110010 | 0 | 100111 | 11011 | 100 | 101010110 | 1010011 | 1001101 |
Color Harmonies of #F596B2
Complementary color
Monochromatic Colors of #F596B2
Black with #F596B2
Text Example
Text Example
White with #F596B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596B2; }
p { color: rgb(245,150,178); }
H1.HeaderClassName
{
color: #F596B2;
}
.AnyTagClassName
{
color: #F596B2;
}
</style>
background-color css
<style>
a { background-color: #F596B2; }
a { background-color: rgb(245,150,178); }
div.DivClassName
{
background-color: #F596B2;
}
.BgClassName
{
background-color: #F596B2;
}
</style>
border-color css
<style>
span { border-color: #F596B2; }
span { border-color: rgb(245,150,178); }
td.TdClassName
{
border-color: #F596B2;
}
.TagClassName
{
border-color: #F596B2;
}
</style>