#F9A99A

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

Shades of Rose Bud #F9A99A

Tints of Rose Bud #F9A99A

Color information

#F9A99A (or 0xF9A99A) is unknown color: approx Rose Bud. HEX triplet: F9, A9 and 9A. RGB value is (249,169,154). Sum of RGB (Red+Green+Blue) = 249+169+154=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A99A is #065665. Grayscale: #BFBFBF. Windows color (decimal): -415334 or 10136057. OLE color: 10136057.

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

Color convert

RGB249169154-
CMYK00.320.380.02
HSL9.47º88.79%79.02%-
HSV(B)9.47º38.15%97.65%-
XYZ59.0950.8537.27-
YUV191.21107169.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 154 (60.55% from 255) = 26.92%
R=43.53%
G=29.55%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916915400.320.380.029.4788.7979.02
HexF9A99A0202629594f
Octal37125123204046211131117
Binary111110011010100110011010010000010011010100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A99A; }

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

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

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

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

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

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

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

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