Shades of Illusion #F597AD
Tints of Illusion #F597AD
RGB
CMYK
RGB Variations
Color information
#F597AD (or 0xF597AD) is known color: Illusion. HEX triplet: F5, 97 and AD. RGB value is (245,151,173). Sum of RGB (Red+Green+Blue) = 245+151+173=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F597AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F597AD is #0A6852. Grayscale: #B5B5B5. Windows color (decimal): -682067 or 11376629. OLE color: 11376629.
HSL color Cylindrical-coordinate representation of color #F597AD: hue angle of 345.96º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F597AD is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 173 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.04 |
| HSL | 345.96º | 0.82% | 0.78% | - |
| HSV(B) | 345.96º | 0.38% | 0.96% | - |
| XYZ | 56.27 | 44.56 | 45.17 | - |
| YUV | 181.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 173 | 0 | 0.38 | 0.29 | 0.04 | 345.96 | 0.82 | 0.78 |
| Hex | F5 | 97 | AD | 0 | 26 | 1D | 4 | 15A | 52 | 4E |
| Octal | 365 | 227 | 255 | 0 | 46 | 35 | 4 | 532 | 122 | 116 |
| Binary | 11110101 | 10010111 | 10101101 | 0 | 100110 | 11101 | 100 | 101011010 | 1010010 | 1001110 |
Color Harmonies of #F597AD
Complementary color
Monochromatic Colors of #F597AD
Black with #F597AD
Text Example
Text Example
White with #F597AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F597AD; }
p { color: rgb(245,151,173); }
H1.HeaderClassName
{
color: #F597AD;
}
.AnyTagClassName
{
color: #F597AD;
}
</style>
background-color css
<style>
a { background-color: #F597AD; }
a { background-color: rgb(245,151,173); }
div.DivClassName
{
background-color: #F597AD;
}
.BgClassName
{
background-color: #F597AD;
}
</style>
border-color css
<style>
span { border-color: #F597AD; }
span { border-color: rgb(245,151,173); }
td.TdClassName
{
border-color: #F597AD;
}
.TagClassName
{
border-color: #F597AD;
}
</style>