#F0A495

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

Shades of Rose Bud #F0A495

Tints of Rose Bud #F0A495

Color information

#F0A495 (or 0xF0A495) is unknown color: approx Rose Bud. HEX triplet: F0, A4 and 95. RGB value is (240,164,149). Sum of RGB (Red+Green+Blue) = 240+164+149=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A495 is #0F5B6A. Grayscale: #B9B9B9. Windows color (decimal): -1006443 or 9807088. OLE color: 9807088.

HSL color Cylindrical-coordinate representation of color #F0A495: hue angle of 9.89º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A495 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240164149-
CMYK00.320.380.06
HSL9.89º75.21%76.27%-
HSV(B)9.89º37.92%94.12%-
XYZ54.6447.2534.67-
YUV185.01107.68167.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=43.40%
G=29.66%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016414900.320.380.069.8975.2176.27
HexF0A495020266a4b4c
Octal36024422504046612113114
Binary1111000010100100100101010100000100110110101010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A495; }

 p { color: rgb(240,164,149); }

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

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

 a { background-color: rgb(240,164,149); }

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

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

 span { border-color: rgb(240,164,149); }

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