#F9A99F

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

Shades of Rose Bud #F9A99F

Tints of Rose Bud #F9A99F

Color information

#F9A99F (or 0xF9A99F) is unknown color: approx Rose Bud. HEX triplet: F9, A9 and 9F. RGB value is (249,169,159). Sum of RGB (Red+Green+Blue) = 249+169+159=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A99F is #065660. Grayscale: #BFBFBF. Windows color (decimal): -415329 or 10463737. OLE color: 10463737.

HSL color Cylindrical-coordinate representation of color #F9A99F: hue angle of 6.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A99F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB249169159-
CMYK00.320.360.02
HSL6.67º88.24%80%-
HSV(B)6.67º36.14%97.65%-
XYZ59.5151.0239.51-
YUV191.78109.5168.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=43.15%
G=29.29%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916915900.320.360.026.6788.2480
HexF9A99F02024275850
Octal3712512370404427130120
Binary11111001101010011001111101000001001001011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A99F; }

 p { color: rgb(249,169,159); }

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

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

 a { background-color: rgb(249,169,159); }

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

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

 span { border-color: rgb(249,169,159); }

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