Shades of Illusion #F590B9
Tints of Illusion #F590B9
RGB
CMYK
RGB Variations
Color information
#F590B9 (or 0xF590B9) is known color: Illusion. HEX triplet: F5, 90 and B9. RGB value is (245,144,185). Sum of RGB (Red+Green+Blue) = 245+144+185=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F590B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590B9 is #0A6F46. Grayscale: #B2B2B2. Windows color (decimal): -683847 or 12161269. OLE color: 12161269.
HSL color Cylindrical-coordinate representation of color #F590B9: hue angle of 335.64º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F590B9 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 185 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.04 |
| HSL | 335.64º | 0.83% | 0.76% | - |
| HSV(B) | 335.64º | 0.41% | 0.96% | - |
| XYZ | 56.39 | 42.86 | 51.2 | - |
| YUV | 178.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 185 | 0 | 0.41 | 0.24 | 0.04 | 335.64 | 0.83 | 0.76 |
| Hex | F5 | 90 | B9 | 0 | 29 | 18 | 4 | 150 | 53 | 4C |
| Octal | 365 | 220 | 271 | 0 | 51 | 30 | 4 | 520 | 123 | 114 |
| Binary | 11110101 | 10010000 | 10111001 | 0 | 101001 | 11000 | 100 | 101010000 | 1010011 | 1001100 |
Color Harmonies of #F590B9
Complementary color
Monochromatic Colors of #F590B9
Black with #F590B9
Text Example
Text Example
White with #F590B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590B9; }
p { color: rgb(245,144,185); }
H1.HeaderClassName
{
color: #F590B9;
}
.AnyTagClassName
{
color: #F590B9;
}
</style>
background-color css
<style>
a { background-color: #F590B9; }
a { background-color: rgb(245,144,185); }
div.DivClassName
{
background-color: #F590B9;
}
.BgClassName
{
background-color: #F590B9;
}
</style>
border-color css
<style>
span { border-color: #F590B9; }
span { border-color: rgb(245,144,185); }
td.TdClassName
{
border-color: #F590B9;
}
.TagClassName
{
border-color: #F590B9;
}
</style>