#F7A09E

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

Shades of Rose Bud #F7A09E

Tints of Rose Bud #F7A09E

Color information

#F7A09E (or 0xF7A09E) is unknown color: approx Rose Bud. HEX triplet: F7, A0 and 9E. RGB value is (247,160,158). Sum of RGB (Red+Green+Blue) = 247+160+158=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A09E is #085F61. Grayscale: #B9B9B9. Windows color (decimal): -548706 or 10395895. OLE color: 10395895.

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

Color convert

RGB247160158-
CMYK00.350.360.03
HSL1.35º84.76%79.41%-
HSV(B)1.35º36.03%96.86%-
XYZ57.147.3838.48-
YUV185.78112.32171.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.72%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=43.72%
G=28.32%
B=27.96%

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
Decimal24716015800.350.360.031.3584.7679.41
HexF7A09E0232431554f
Octal3672402360434431125117
Binary111101111010000010011110010001110010011110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A09E; }

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

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

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

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

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

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

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

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