#F59DAF

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

Shades of Illusion #F59DAF

Tints of Illusion #F59DAF

Color information

#F59DAF (or 0xF59DAF) is unknown color: approx Illusion. HEX triplet: F5, 9D and AF. RGB value is (245,157,175). Sum of RGB (Red+Green+Blue) = 245+157+175=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59DAF is #0A6250. Grayscale: #B9B9B9. Windows color (decimal): -680529 or 11509237. OLE color: 11509237.

HSL color Cylindrical-coordinate representation of color #F59DAF: hue angle of 347.73º 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 #F59DAF is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245157175-
CMYK00.360.290.04
HSL347.73º81.48%78.82%-
HSV(B)347.73º35.92%96.08%-
XYZ57.4546.6246.53-
YUV185.36122.15170.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=42.46%
G=27.21%
B=30.33%

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
Decimal24515717500.360.290.04347.7381.4878.82
HexF59DAF0241D415c514f
Octal365235257044354534121117
Binary11110101100111011010111101001001110110010101110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DAF; }

 p { color: rgb(245,157,175); }

 H1.HeaderClassName
 {
   color: #F59DAF;
 }
 .AnyTagClassName
 {
   color: #F59DAF;
 }
</style>
background-color css

<style>
 a { background-color: #F59DAF; }

 a { background-color: rgb(245,157,175); }

 div.DivClassName
 {
   background-color: #F59DAF;
 }
 .BgClassName
 {
   background-color: #F59DAF;
 }
</style>
border-color css

<style>
 span { border-color: #F59DAF; }

 span { border-color: rgb(245,157,175); }

 td.TdClassName
 {
   border-color: #F59DAF;
 }
 .TagClassName
 {
   border-color: #F59DAF;
 }
</style>