Shades of Illusion #F595AC
Tints of Illusion #F595AC
RGB
CMYK
RGB Variations
Color information
#F595AC (or 0xF595AC) is known color: Illusion. HEX triplet: F5, 95 and AC. RGB value is (245,149,172). Sum of RGB (Red+Green+Blue) = 245+149+172=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F595AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F595AC is #0A6A53. Grayscale: #B4B4B4. Windows color (decimal): -682580 or 11310581. OLE color: 11310581.
HSL color Cylindrical-coordinate representation of color #F595AC: hue angle of 345.62º 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 #F595AC is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 172 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.04 |
| HSL | 345.63º | 0.83% | 0.77% | - |
| HSV(B) | 345.63º | 0.39% | 0.96% | - |
| XYZ | 55.85 | 43.89 | 44.56 | - |
| YUV | 180.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 172 | 0 | 0.39 | 0.30 | 0.04 | 345.63 | 0.83 | 0.77 |
| Hex | F5 | 95 | AC | 0 | 27 | 1E | 4 | 15A | 53 | 4D |
| Octal | 365 | 225 | 254 | 0 | 47 | 36 | 4 | 532 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10101100 | 0 | 100111 | 11110 | 100 | 101011010 | 1010011 | 1001101 |
Color Harmonies of #F595AC
Complementary color
Monochromatic Colors of #F595AC
Black with #F595AC
Text Example
Text Example
White with #F595AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595AC; }
p { color: rgb(245,149,172); }
H1.HeaderClassName
{
color: #F595AC;
}
.AnyTagClassName
{
color: #F595AC;
}
</style>
background-color css
<style>
a { background-color: #F595AC; }
a { background-color: rgb(245,149,172); }
div.DivClassName
{
background-color: #F595AC;
}
.BgClassName
{
background-color: #F595AC;
}
</style>
border-color css
<style>
span { border-color: #F595AC; }
span { border-color: rgb(245,149,172); }
td.TdClassName
{
border-color: #F595AC;
}
.TagClassName
{
border-color: #F595AC;
}
</style>