#F5A09C

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

Shades of Rose Bud #F5A09C

Tints of Rose Bud #F5A09C

Color information

#F5A09C (or 0xF5A09C) is unknown color: approx Rose Bud. HEX triplet: F5, A0 and 9C. RGB value is (245,160,156). Sum of RGB (Red+Green+Blue) = 245+160+156=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A09C is #0A5F63. Grayscale: #B9B9B9. Windows color (decimal): -679780 or 10264821. OLE color: 10264821.

HSL color Cylindrical-coordinate representation of color #F5A09C: hue angle of 2.7º degrees, saturation: 0.82, 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 #F5A09C is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245160156-
CMYK00.350.360.04
HSL2.7º81.65%78.63%-
HSV(B)2.7º36.33%96.08%-
XYZ56.2346.9537.55-
YUV184.96111.66170.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 160 (62.89% from 255) = 28.52%
BLUE value IS 156 (61.33% from 255) = 27.81%
R=43.67%
G=28.52%
B=27.81%

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
Decimal24516015600.350.360.042.781.6578.63
HexF5A09C0232443524f
Octal3652402340434443122117
Binary11110101101000001001110001000111001001001110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A09C; }

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

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

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

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

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

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

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

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