#F7AFAA

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

Shades of Sundown #F7AFAA

Tints of Sundown #F7AFAA

Color information

#F7AFAA (or 0xF7AFAA) is unknown color: approx Sundown. HEX triplet: F7, AF and AA. RGB value is (247,175,170). Sum of RGB (Red+Green+Blue) = 247+175+170=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AFAA is #085055. Grayscale: #C4C4C4. Windows color (decimal): -544854 or 11186167. OLE color: 11186167.

HSL color Cylindrical-coordinate representation of color #F7AFAA: hue angle of 3.9º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AFAA is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247175170-
CMYK00.290.310.03
HSL3.9º82.8%81.76%-
HSV(B)3.9º31.17%96.86%-
XYZ60.9453.3445.11-
YUV195.96113.35164.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.72%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=41.72%
G=29.56%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717517000.290.310.033.982.881.76
HexF7AFAA01D1F345352
Octal3672572520353734123122
Binary111101111010111110101010011101111111110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AFAA; }

 p { color: rgb(247,175,170); }

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

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

 a { background-color: rgb(247,175,170); }

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

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

 span { border-color: rgb(247,175,170); }

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