#F2A3A0

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

Shades of Sundown #F2A3A0

Tints of Sundown #F2A3A0

Color information

#F2A3A0 (or 0xF2A3A0) is unknown color: approx Sundown. HEX triplet: F2, A3 and A0. RGB value is (242,163,160). Sum of RGB (Red+Green+Blue) = 242+163+160=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A3A0 is #0D5C5F. Grayscale: #BABABA. Windows color (decimal): -875616 or 10527730. OLE color: 10527730.

HSL color Cylindrical-coordinate representation of color #F2A3A0: hue angle of 2.2º 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 #F2A3A0 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242163160-
CMYK00.330.340.05
HSL2.2º75.93%78.82%-
HSV(B)2.2º33.88%94.9%-
XYZ56.0647.6139.49-
YUV186.28113.17167.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=42.83%
G=28.85%
B=28.32%

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
Decimal24216316000.330.340.052.275.9378.82
HexF2A3A002122524c4f
Octal3622432400414252114117
Binary11110010101000111010000001000011000101011010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A3A0; }

 p { color: rgb(242,163,160); }

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

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

 a { background-color: rgb(242,163,160); }

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

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

 span { border-color: rgb(242,163,160); }

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