Shades of Illusion #F595B9
Tints of Illusion #F595B9
RGB
CMYK
RGB Variations
Color information
#F595B9 (or 0xF595B9) is known color: Illusion. HEX triplet: F5, 95 and B9. RGB value is (245,149,185). Sum of RGB (Red+Green+Blue) = 245+149+185=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F595B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595B9 is #0A6A46. Grayscale: #B5B5B5. Windows color (decimal): -682567 or 12162549. OLE color: 12162549.
HSL color Cylindrical-coordinate representation of color #F595B9: hue angle of 337.5º 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 #F595B9 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 185 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.04 |
| HSL | 337.5º | 0.83% | 0.77% | - |
| HSV(B) | 337.5º | 0.39% | 0.96% | - |
| XYZ | 57.16 | 44.41 | 51.46 | - |
| YUV | 181.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 185 | 0 | 0.39 | 0.24 | 0.04 | 337.5 | 0.83 | 0.77 |
| Hex | F5 | 95 | B9 | 0 | 27 | 18 | 4 | 152 | 53 | 4D |
| Octal | 365 | 225 | 271 | 0 | 47 | 30 | 4 | 522 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10111001 | 0 | 100111 | 11000 | 100 | 101010010 | 1010011 | 1001101 |
Color Harmonies of #F595B9
Complementary color
Monochromatic Colors of #F595B9
Black with #F595B9
Text Example
Text Example
White with #F595B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595B9; }
p { color: rgb(245,149,185); }
H1.HeaderClassName
{
color: #F595B9;
}
.AnyTagClassName
{
color: #F595B9;
}
</style>
background-color css
<style>
a { background-color: #F595B9; }
a { background-color: rgb(245,149,185); }
div.DivClassName
{
background-color: #F595B9;
}
.BgClassName
{
background-color: #F595B9;
}
</style>
border-color css
<style>
span { border-color: #F595B9; }
span { border-color: rgb(245,149,185); }
td.TdClassName
{
border-color: #F595B9;
}
.TagClassName
{
border-color: #F595B9;
}
</style>