#F1A0AA

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

Shades of Illusion #F1A0AA

Tints of Illusion #F1A0AA

Color information

#F1A0AA (or 0xF1A0AA) is unknown color: approx Illusion. HEX triplet: F1, A0 and AA. RGB value is (241,160,170). Sum of RGB (Red+Green+Blue) = 241+160+170=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A0AA is #0E5F55. Grayscale: #B9B9B9. Windows color (decimal): -941910 or 11182321. OLE color: 11182321.

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

Color convert

RGB241160170-
CMYK00.340.290.05
HSL352.59º74.31%78.63%-
HSV(B)352.59º33.61%94.51%-
XYZ56.146.7444.1-
YUV185.36119.34167.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 160 (62.89% from 255) = 28.02%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=42.21%
G=28.02%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116017000.340.290.05352.5974.3178.63
HexF1A0AA0221D51614a4f
Octal361240252042355541112117
Binary11110001101000001010101001000101110110110110000110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0AA; }

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

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

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

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

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

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

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

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