#F2AFA5

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

Shades of Sundown #F2AFA5

Tints of Sundown #F2AFA5

Color information

#F2AFA5 (or 0xF2AFA5) is unknown color: approx Sundown. HEX triplet: F2, AF and A5. RGB value is (242,175,165). Sum of RGB (Red+Green+Blue) = 242+175+165=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFA5 is #0D505A. Grayscale: #C2C2C2. Windows color (decimal): -872539 or 10858482. OLE color: 10858482.

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

Color convert

RGB242175165-
CMYK00.280.320.05
HSL7.79º74.76%79.8%-
HSV(B)7.79º31.82%94.9%-
XYZ58.7452.2542.59-
YUV193.89111.7162.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 165 (64.84% from 255) = 28.35%
R=41.58%
G=30.07%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217516500.280.320.057.7974.7679.8
HexF2AFA501C20584b50
Octal36225724503440510113120
Binary111100101010111110100101011100100000101100010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFA5; }

 p { color: rgb(242,175,165); }

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

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

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

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

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

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

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