#F5A09D

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

Shades of Rose Bud #F5A09D

Tints of Rose Bud #F5A09D

Color information

#F5A09D (or 0xF5A09D) is unknown color: approx Rose Bud. HEX triplet: F5, A0 and 9D. RGB value is (245,160,157). Sum of RGB (Red+Green+Blue) = 245+160+157=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A09D is #0A5F62. Grayscale: #B9B9B9. Windows color (decimal): -679779 or 10330357. OLE color: 10330357.

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

Color convert

RGB245160157-
CMYK00.350.360.04
HSL2.05º81.48%78.82%-
HSV(B)2.05º35.92%96.08%-
XYZ56.3146.9938-
YUV185.07112.16170.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=43.59%
G=28.47%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516015700.350.360.042.0581.4878.82
HexF5A09D0232442514f
Octal3652402350434442121117
Binary11110101101000001001110101000111001001001010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A09D; }

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

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

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

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

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

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

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

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