#F0A295

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

Shades of Rose Bud #F0A295

Tints of Rose Bud #F0A295

Color information

#F0A295 (or 0xF0A295) is unknown color: approx Rose Bud. HEX triplet: F0, A2 and 95. RGB value is (240,162,149). Sum of RGB (Red+Green+Blue) = 240+162+149=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A295 is #0F5D6A. Grayscale: #B7B7B7. Windows color (decimal): -1006955 or 9806576. OLE color: 9806576.

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

Color convert

RGB240162149-
CMYK00.320.380.06
HSL8.57º75.21%76.27%-
HSV(B)8.57º37.92%94.12%-
XYZ54.2846.5434.56-
YUV183.84108.34168.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=43.56%
G=29.40%
B=27.04%

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
Decimal24016214900.320.380.068.5775.2176.27
HexF0A29502026694b4c
Octal36024222504046611113114
Binary1111000010100010100101010100000100110110100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A295; }

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

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

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

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

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

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

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

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