#F7A09D

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

Shades of Rose Bud #F7A09D

Tints of Rose Bud #F7A09D

Color information

#F7A09D (or 0xF7A09D) is unknown color: approx Rose Bud. HEX triplet: F7, A0 and 9D. RGB value is (247,160,157). Sum of RGB (Red+Green+Blue) = 247+160+157=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A09D is #085F62. Grayscale: #B9B9B9. Windows color (decimal): -548707 or 10330359. OLE color: 10330359.

HSL color Cylindrical-coordinate representation of color #F7A09D: hue angle of 2º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7A09D is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247160157-
CMYK00.350.360.03
HSL84.91%79.22%-
HSV(B)36.44%96.86%-
XYZ57.0147.3538.03-
YUV185.67111.82171.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.79%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=43.79%
G=28.37%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716015700.350.360.03284.9179.22
HexF7A09D0232432554f
Octal3672402350434432125117
Binary1111011110100000100111010100011100100111010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A09D; }

 p { color: rgb(247,160,157); }

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

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

 a { background-color: rgb(247,160,157); }

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

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

 span { border-color: rgb(247,160,157); }

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