#F2B0A7

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

Shades of Sundown #F2B0A7

Tints of Sundown #F2B0A7

Color information

#F2B0A7 (or 0xF2B0A7) is unknown color: approx Sundown. HEX triplet: F2, B0 and A7. RGB value is (242,176,167). Sum of RGB (Red+Green+Blue) = 242+176+167=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 167 (65.62% from 255 or 28.55% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B0A7 is #0D4F58. Grayscale: #C2C2C2. Windows color (decimal): -872281 or 10989810. OLE color: 10989810.

HSL color Cylindrical-coordinate representation of color #F2B0A7: hue angle of 7.2º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2B0A7 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242176167-
CMYK00.270.310.05
HSL7.2º74.26%80.2%-
HSV(B)7.2º30.99%94.9%-
XYZ59.1252.7243.62-
YUV194.71112.37161.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 167 (65.62% from 255) = 28.55%
R=41.37%
G=30.09%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217616700.270.310.057.274.2680.2
HexF2B0A701B1F574a50
Octal3622602470333757112120
Binary1111001010110000101001110110111111110111110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0A7; }

 p { color: rgb(242,176,167); }

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

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

 a { background-color: rgb(242,176,167); }

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

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

 span { border-color: rgb(242,176,167); }

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