#F2A29F

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

Shades of Sundown #F2A29F

Tints of Sundown #F2A29F

Color information

#F2A29F (or 0xF2A29F) is unknown color: approx Sundown. HEX triplet: F2, A2 and 9F. RGB value is (242,162,159). Sum of RGB (Red+Green+Blue) = 242+162+159=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A29F is #0D5D60. Grayscale: #B9B9B9. Windows color (decimal): -875873 or 10461938. OLE color: 10461938.

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

Color convert

RGB242162159-
CMYK00.330.340.05
HSL2.17º76.15%78.63%-
HSV(B)2.17º34.3%94.9%-
XYZ55.847.2238.97-
YUV185.58113168.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 159 (62.5% from 255) = 28.24%
R=42.98%
G=28.77%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216215900.330.340.052.1776.1578.63
HexF2A29F02122524c4f
Octal3622422370414252114117
Binary11110010101000101001111101000011000101011010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A29F; }

 p { color: rgb(242,162,159); }

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

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

 a { background-color: rgb(242,162,159); }

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

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

 span { border-color: rgb(242,162,159); }

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