#F0A7A1

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

Shades of Sundown #F0A7A1

Tints of Sundown #F0A7A1

Color information

#F0A7A1 (or 0xF0A7A1) is unknown color: approx Sundown. HEX triplet: F0, A7 and A1. RGB value is (240,167,161). Sum of RGB (Red+Green+Blue) = 240+167+161=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A7A1 is #0F585E. Grayscale: #BCBCBC. Windows color (decimal): -1005663 or 10594288. OLE color: 10594288.

HSL color Cylindrical-coordinate representation of color #F0A7A1: hue angle of 4.56º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A7A1 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240167161-
CMYK00.300.330.06
HSL4.56º72.48%78.63%-
HSV(B)4.56º32.92%94.12%-
XYZ56.1948.7440.16-
YUV188.14112.68164.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=42.25%
G=29.40%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016716100.300.330.064.5672.4878.63
HexF0A7A101E2165484f
Octal3602472410364165110117
Binary11110000101001111010000101111010000111010110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A7A1; }

 p { color: rgb(240,167,161); }

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

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

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

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

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

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

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