#F2AFA3

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

Shades of Sundown #F2AFA3

Tints of Sundown #F2AFA3

Color information

#F2AFA3 (or 0xF2AFA3) is unknown color: approx Sundown. HEX triplet: F2, AF and A3. RGB value is (242,175,163). Sum of RGB (Red+Green+Blue) = 242+175+163=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFA3 is #0D505C. Grayscale: #C1C1C1. Windows color (decimal): -872541 or 10727410. OLE color: 10727410.

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

Color convert

RGB242175163-
CMYK00.280.330.05
HSL9.11º75.24%79.41%-
HSV(B)9.11º32.64%94.9%-
XYZ58.5652.1841.64-
YUV193.66110.7162.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 163 (64.06% from 255) = 28.10%
R=41.72%
G=30.17%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217516300.280.330.059.1175.2479.41
HexF2AFA301C21594b4f
Octal36225724303441511113117
Binary111100101010111110100011011100100001101100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFA3; }

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

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

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

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

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

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

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

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