#F0A494

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

Shades of Rose Bud #F0A494

Tints of Rose Bud #F0A494

Color information

#F0A494 (or 0xF0A494) is unknown color: approx Rose Bud. HEX triplet: F0, A4 and 94. RGB value is (240,164,148). Sum of RGB (Red+Green+Blue) = 240+164+148=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A494 is #0F5B6B. Grayscale: #B9B9B9. Windows color (decimal): -1006444 or 9741552. OLE color: 9741552.

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

Color convert

RGB240164148-
CMYK00.320.380.06
HSL10.43º75.41%76.08%-
HSV(B)10.43º38.33%94.12%-
XYZ54.5647.2134.25-
YUV184.9107.18167.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=43.48%
G=29.71%
B=26.81%

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
Decimal24016414800.320.380.0610.4375.4176.08
HexF0A494020266a4b4c
Octal36024422404046612113114
Binary1111000010100100100101000100000100110110101010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A494; }

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

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

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

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

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

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

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

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