Shades of Illusion #F591B1
Tints of Illusion #F591B1
RGB
CMYK
RGB Variations
Color information
#F591B1 (or 0xF591B1) is known color: Illusion. HEX triplet: F5, 91 and B1. RGB value is (245,145,177). Sum of RGB (Red+Green+Blue) = 245+145+177=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F591B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F591B1 is #0A6E4E. Grayscale: #B2B2B2. Windows color (decimal): -683599 or 11637237. OLE color: 11637237.
HSL color Cylindrical-coordinate representation of color #F591B1: hue angle of 340.8º 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 #F591B1 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 177 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.04 |
| HSL | 340.8º | 0.83% | 0.76% | - |
| HSV(B) | 340.8º | 0.41% | 0.96% | - |
| XYZ | 55.72 | 42.84 | 46.93 | - |
| YUV | 178.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 177 | 0 | 0.41 | 0.28 | 0.04 | 340.8 | 0.83 | 0.76 |
| Hex | F5 | 91 | B1 | 0 | 29 | 1C | 4 | 155 | 53 | 4C |
| Octal | 365 | 221 | 261 | 0 | 51 | 34 | 4 | 525 | 123 | 114 |
| Binary | 11110101 | 10010001 | 10110001 | 0 | 101001 | 11100 | 100 | 101010101 | 1010011 | 1001100 |
Color Harmonies of #F591B1
Complementary color
Monochromatic Colors of #F591B1
Black with #F591B1
Text Example
Text Example
White with #F591B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591B1; }
p { color: rgb(245,145,177); }
H1.HeaderClassName
{
color: #F591B1;
}
.AnyTagClassName
{
color: #F591B1;
}
</style>
background-color css
<style>
a { background-color: #F591B1; }
a { background-color: rgb(245,145,177); }
div.DivClassName
{
background-color: #F591B1;
}
.BgClassName
{
background-color: #F591B1;
}
</style>
border-color css
<style>
span { border-color: #F591B1; }
span { border-color: rgb(245,145,177); }
td.TdClassName
{
border-color: #F591B1;
}
.TagClassName
{
border-color: #F591B1;
}
</style>