#F1A49F

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

Shades of Sundown #F1A49F

Tints of Sundown #F1A49F

Color information

#F1A49F (or 0xF1A49F) is unknown color: approx Sundown. HEX triplet: F1, A4 and 9F. RGB value is (241,164,159). Sum of RGB (Red+Green+Blue) = 241+164+159=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A49F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A49F is #0E5B60. Grayscale: #BABABA. Windows color (decimal): -940897 or 10462449. OLE color: 10462449.

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

Color convert

RGB241164159-
CMYK00.320.340.05
HSL3.66º74.55%78.43%-
HSV(B)3.66º34.02%94.51%-
XYZ55.8147.7539.08-
YUV186.45112.51166.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 159 (62.5% from 255) = 28.19%
R=42.73%
G=29.08%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116415900.320.340.053.6674.5578.43
HexF1A49F02022544b4e
Octal3612442370404254113116
Binary111100011010010010011111010000010001010110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A49F; }

 p { color: rgb(241,164,159); }

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

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

 a { background-color: rgb(241,164,159); }

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

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

 span { border-color: rgb(241,164,159); }

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