#F1A0AE

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

Shades of Illusion #F1A0AE

Tints of Illusion #F1A0AE

Color information

#F1A0AE (or 0xF1A0AE) is unknown color: approx Illusion. HEX triplet: F1, A0 and AE. RGB value is (241,160,174). Sum of RGB (Red+Green+Blue) = 241+160+174=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A0AE is #0E5F51. Grayscale: #B9B9B9. Windows color (decimal): -941906 or 11444465. OLE color: 11444465.

HSL color Cylindrical-coordinate representation of color #F1A0AE: hue angle of 349.63º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A0AE is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241160174-
CMYK00.340.280.05
HSL349.63º74.31%78.63%-
HSV(B)349.63º33.61%94.51%-
XYZ56.4946.946.12-
YUV185.82121.34167.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=41.91%
G=27.83%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116017400.340.280.05349.6374.3178.63
HexF1A0AE0221C515e4a4f
Octal361240256042345536112117
Binary11110001101000001010111001000101110010110101111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0AE; }

 p { color: rgb(241,160,174); }

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

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

 a { background-color: rgb(241,160,174); }

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

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

 span { border-color: rgb(241,160,174); }

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