#F1A7A4

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

Shades of Sundown #F1A7A4

Tints of Sundown #F1A7A4

Color information

#F1A7A4 (or 0xF1A7A4) is unknown color: approx Sundown. HEX triplet: F1, A7 and A4. RGB value is (241,167,164). Sum of RGB (Red+Green+Blue) = 241+167+164=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A7A4 is #0E585B. Grayscale: #BCBCBC. Windows color (decimal): -940124 or 10790897. OLE color: 10790897.

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

Color convert

RGB241167164-
CMYK00.310.320.05
HSL2.34º73.33%79.41%-
HSV(B)2.34º31.95%94.51%-
XYZ56.849.0241.59-
YUV188.78114.02165.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=42.13%
G=29.20%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116716400.310.320.052.3473.3379.41
HexF1A7A401F2052494f
Octal3612472440374052111117
Binary1111000110100111101001000111111000001011010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7A4; }

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

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

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

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

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

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

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

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