Shades of Illusion #F59DAE
Tints of Illusion #F59DAE
RGB
CMYK
RGB Variations
Color information
#F59DAE (or 0xF59DAE) is known color: Illusion. HEX triplet: F5, 9D and AE. RGB value is (245,157,174). Sum of RGB (Red+Green+Blue) = 245+157+174=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59DAE is #0A6251. Grayscale: #B9B9B9. Windows color (decimal): -680530 or 11443701. OLE color: 11443701.
HSL color Cylindrical-coordinate representation of color #F59DAE: hue angle of 348.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59DAE is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 174 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.04 |
| HSL | 348.41º | 0.81% | 0.79% | - |
| HSV(B) | 348.41º | 0.36% | 0.96% | - |
| XYZ | 57.35 | 46.58 | 46.01 | - |
| YUV | 185.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 174 | 0 | 0.36 | 0.29 | 0.04 | 348.41 | 0.81 | 0.79 |
| Hex | F5 | 9D | AE | 0 | 24 | 1D | 4 | 15C | 51 | 4F |
| Octal | 365 | 235 | 256 | 0 | 44 | 35 | 4 | 534 | 121 | 117 |
| Binary | 11110101 | 10011101 | 10101110 | 0 | 100100 | 11101 | 100 | 101011100 | 1010001 | 1001111 |
Color Harmonies of #F59DAE
Complementary color
Monochromatic Colors of #F59DAE
Black with #F59DAE
Text Example
Text Example
White with #F59DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DAE; }
p { color: rgb(245,157,174); }
H1.HeaderClassName
{
color: #F59DAE;
}
.AnyTagClassName
{
color: #F59DAE;
}
</style>
background-color css
<style>
a { background-color: #F59DAE; }
a { background-color: rgb(245,157,174); }
div.DivClassName
{
background-color: #F59DAE;
}
.BgClassName
{
background-color: #F59DAE;
}
</style>
border-color css
<style>
span { border-color: #F59DAE; }
span { border-color: rgb(245,157,174); }
td.TdClassName
{
border-color: #F59DAE;
}
.TagClassName
{
border-color: #F59DAE;
}
</style>