#F1A7A7

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

Shades of Sundown #F1A7A7

Tints of Sundown #F1A7A7

Color information

#F1A7A7 (or 0xF1A7A7) is unknown color: approx Sundown. HEX triplet: F1, A7 and A7. RGB value is (241,167,167). Sum of RGB (Red+Green+Blue) = 241+167+167=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A7A7 is #0E5858. Grayscale: #BDBDBD. Windows color (decimal): -940121 or 10987505. OLE color: 10987505.

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

Color convert

RGB241167167-
CMYK00.310.310.05
HSL72.55%80%-
HSV(B)30.71%94.51%-
XYZ57.0749.1343.03-
YUV189.13115.52165-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 167 (65.62% from 255) = 29.04%
R=41.91%
G=29.04%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116716700.310.310.05072.5580
HexF1A7A701F1F504950
Octal3612472470373750111120
Binary11110001101001111010011101111111111101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7A7; }

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

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

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

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

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

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

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

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