#F7AD9F

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

Shades of Rose Bud #F7AD9F

Tints of Rose Bud #F7AD9F

Color information

#F7AD9F (or 0xF7AD9F) is unknown color: approx Rose Bud. HEX triplet: F7, AD and 9F. RGB value is (247,173,159). Sum of RGB (Red+Green+Blue) = 247+173+159=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AD9F is #085260. Grayscale: #C1C1C1. Windows color (decimal): -545377 or 10464759. OLE color: 10464759.

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

Color convert

RGB247173159-
CMYK00.300.360.03
HSL9.55º84.62%79.61%-
HSV(B)9.55º35.63%96.86%-
XYZ59.5652.1639.73-
YUV193.53108.52166.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.66%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=42.66%
G=29.88%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717315900.300.360.039.5584.6279.61
HexF7AD9F01E243a5550
Octal36725523703644312125120
Binary11110111101011011001111101111010010011101010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AD9F; }

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

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

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

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

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

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

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

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