#F59DAE

Color #F59DAE Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #F59DAE

Tints of Illusion #F59DAE

Color information

#F59DAE (or 0xF59DAE) is unknown color: approx 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

RGB245157174-
CMYK00.360.290.04
HSL348.41º81.48%78.82%-
HSV(B)348.41º35.92%96.08%-
XYZ57.3546.5846.01-
YUV185.25121.65170.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=42.53%
G=27.26%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515717400.360.290.04348.4181.4878.82
HexF59DAE0241D415c514f
Octal365235256044354534121117
Binary11110101100111011010111001001001110110010101110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>