#F7A99D

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

Shades of Rose Bud #F7A99D

Tints of Rose Bud #F7A99D

Color information

#F7A99D (or 0xF7A99D) is unknown color: approx Rose Bud. HEX triplet: F7, A9 and 9D. RGB value is (247,169,157). Sum of RGB (Red+Green+Blue) = 247+169+157=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A99D is #085662. Grayscale: #BFBFBF. Windows color (decimal): -546403 or 10332663. OLE color: 10332663.

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

Color convert

RGB247169157-
CMYK00.320.360.03
HSL84.91%79.22%-
HSV(B)36.44%96.86%-
XYZ58.6350.5838.57-
YUV190.95108.84167.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.11%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=43.11%
G=29.49%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716915700.320.360.03884.9179.22
HexF7A99D0202438554f
Octal36725123504044310125117
Binary111101111010100110011101010000010010011100010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A99D; }

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

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

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

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

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

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

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

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