#F7A69F

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

Shades of Rose Bud #F7A69F

Tints of Rose Bud #F7A69F

Color information

#F7A69F (or 0xF7A69F) is unknown color: approx Rose Bud. HEX triplet: F7, A6 and 9F. RGB value is (247,166,159). Sum of RGB (Red+Green+Blue) = 247+166+159=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A69F is #085960. Grayscale: #BDBDBD. Windows color (decimal): -547169 or 10462967. OLE color: 10462967.

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

Color convert

RGB247166159-
CMYK00.330.360.03
HSL4.77º84.62%79.61%-
HSV(B)4.77º35.63%96.86%-
XYZ58.2549.5539.29-
YUV189.42110.84169.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 159 (62.5% from 255) = 27.80%
R=43.18%
G=29.02%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716615900.330.360.034.7784.6279.61
HexF7A69F02124355550
Octal3672462370414435125120
Binary11110111101001101001111101000011001001110110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A69F; }

 p { color: rgb(247,166,159); }

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

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

 a { background-color: rgb(247,166,159); }

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

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

 span { border-color: rgb(247,166,159); }

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