Shades of Illusion #F594B5
Tints of Illusion #F594B5
RGB
CMYK
RGB Variations
Color information
#F594B5 (or 0xF594B5) is known color: Illusion. HEX triplet: F5, 94 and B5. RGB value is (245,148,181). Sum of RGB (Red+Green+Blue) = 245+148+181=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F594B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594B5 is #0A6B4A. Grayscale: #B4B4B4. Windows color (decimal): -682827 or 11900149. OLE color: 11900149.
HSL color Cylindrical-coordinate representation of color #F594B5: hue angle of 339.59º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F594B5 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 181 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.04 |
| HSL | 339.59º | 0.83% | 0.77% | - |
| HSV(B) | 339.59º | 0.4% | 0.96% | - |
| XYZ | 56.59 | 43.93 | 49.21 | - |
| YUV | 180.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 181 | 0 | 0.40 | 0.26 | 0.04 | 339.59 | 0.83 | 0.77 |
| Hex | F5 | 94 | B5 | 0 | 28 | 1A | 4 | 154 | 53 | 4D |
| Octal | 365 | 224 | 265 | 0 | 50 | 32 | 4 | 524 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10110101 | 0 | 101000 | 11010 | 100 | 101010100 | 1010011 | 1001101 |
Color Harmonies of #F594B5
Complementary color
Monochromatic Colors of #F594B5
Black with #F594B5
Text Example
Text Example
White with #F594B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594B5; }
p { color: rgb(245,148,181); }
H1.HeaderClassName
{
color: #F594B5;
}
.AnyTagClassName
{
color: #F594B5;
}
</style>
background-color css
<style>
a { background-color: #F594B5; }
a { background-color: rgb(245,148,181); }
div.DivClassName
{
background-color: #F594B5;
}
.BgClassName
{
background-color: #F594B5;
}
</style>
border-color css
<style>
span { border-color: #F594B5; }
span { border-color: rgb(245,148,181); }
td.TdClassName
{
border-color: #F594B5;
}
.TagClassName
{
border-color: #F594B5;
}
</style>