#F2A4A0

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

Shades of Sundown #F2A4A0

Tints of Sundown #F2A4A0

Color information

#F2A4A0 (or 0xF2A4A0) is unknown color: approx Sundown. HEX triplet: F2, A4 and A0. RGB value is (242,164,160). Sum of RGB (Red+Green+Blue) = 242+164+160=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A4A0 is #0D5B5F. Grayscale: #BABABA. Windows color (decimal): -875360 or 10527986. OLE color: 10527986.

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

Color convert

RGB242164160-
CMYK00.320.340.05
HSL2.93º75.93%78.82%-
HSV(B)2.93º33.88%94.9%-
XYZ56.2447.9739.55-
YUV186.87112.84167.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 160 (62.89% from 255) = 28.27%
R=42.76%
G=28.98%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216416000.320.340.052.9375.9378.82
HexF2A4A002022534c4f
Octal3622442400404253114117
Binary11110010101001001010000001000001000101011110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A4A0; }

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

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

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

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

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

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

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

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