#F6A5A5

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

Shades of Sundown #F6A5A5

Tints of Sundown #F6A5A5

Color information

#F6A5A5 (or 0xF6A5A5) is unknown color: approx Sundown. HEX triplet: F6, A5 and A5. RGB value is (246,165,165). Sum of RGB (Red+Green+Blue) = 246+165+165=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A5A5 is #095A5A. Grayscale: #BDBDBD. Windows color (decimal): -612955 or 10855926. OLE color: 10855926.

HSL color Cylindrical-coordinate representation of color #F6A5A5: hue angle of 0º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A5A5 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB246165165-
CMYK00.330.330.04
HSL81.82%80.59%-
HSV(B)32.93%96.47%-
XYZ58.2549.2242.03-
YUV189.22114.34168.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.71%
GREEN value IS 165 (64.84% from 255) = 28.65%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=42.71%
G=28.65%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616516500.330.330.04081.8280.59
HexF6A5A502121405251
Octal3662452450414140122121
Binary1111011010100101101001010100001100001100010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A5A5; }

 p { color: rgb(246,165,165); }

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

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

 a { background-color: rgb(246,165,165); }

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

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

 span { border-color: rgb(246,165,165); }

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