#F1A19F

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

Shades of Sundown #F1A19F

Tints of Sundown #F1A19F

Color information

#F1A19F (or 0xF1A19F) is unknown color: approx Sundown. HEX triplet: F1, A1 and 9F. RGB value is (241,161,159). Sum of RGB (Red+Green+Blue) = 241+161+159=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A19F is #0E5E60. Grayscale: #B8B8B8. Windows color (decimal): -941665 or 10461681. OLE color: 10461681.

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

Color convert

RGB241161159-
CMYK00.330.340.05
HSL1.46º74.55%78.43%-
HSV(B)1.46º34.02%94.51%-
XYZ55.2846.6938.9-
YUV184.69113.5168.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=42.96%
G=28.70%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116115900.330.340.051.4674.5578.43
HexF1A19F02122514b4e
Octal3612412370414251113116
Binary1111000110100001100111110100001100010101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A19F; }

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

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

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

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

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

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

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

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