#F1A3A9

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

Shades of Illusion #F1A3A9

Tints of Illusion #F1A3A9

Color information

#F1A3A9 (or 0xF1A3A9) is unknown color: approx Illusion. HEX triplet: F1, A3 and A9. RGB value is (241,163,169). Sum of RGB (Red+Green+Blue) = 241+163+169=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A3A9 is #0E5C56. Grayscale: #BBBBBB. Windows color (decimal): -941143 or 11117553. OLE color: 11117553.

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

Color convert

RGB241163169-
CMYK00.320.300.05
HSL355.38º73.58%79.22%-
HSV(B)355.38º32.37%94.51%-
XYZ56.5347.7643.77-
YUV187.01117.84166.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=42.06%
G=28.45%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116316900.320.300.05355.3873.5879.22
HexF1A3A90201E51634a4f
Octal361243251040365543112117
Binary11110001101000111010100101000001111010110110001110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3A9; }

 p { color: rgb(241,163,169); }

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

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

 a { background-color: rgb(241,163,169); }

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

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

 span { border-color: rgb(241,163,169); }

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