#F1A09F

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

Shades of Sundown #F1A09F

Tints of Sundown #F1A09F

Color information

#F1A09F (or 0xF1A09F) is unknown color: approx Sundown. HEX triplet: F1, A0 and 9F. RGB value is (241,160,159). Sum of RGB (Red+Green+Blue) = 241+160+159=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A09F is #0E5F60. Grayscale: #B8B8B8. Windows color (decimal): -941921 or 10461425. OLE color: 10461425.

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

Color convert

RGB241160159-
CMYK00.340.340.05
HSL0.73º74.55%78.43%-
HSV(B)0.73º34.02%94.51%-
XYZ55.146.3538.84-
YUV184.1113.84168.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 160 (62.89% from 255) = 28.57%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=43.04%
G=28.57%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116015900.340.340.050.7374.5578.43
HexF1A09F02222514b4e
Octal3612402370424251113116
Binary1111000110100000100111110100010100010101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A09F; }

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

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

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

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

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

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

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

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