#F0A199

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

Shades of Rose Bud #F0A199

Tints of Rose Bud #F0A199

Color information

#F0A199 (or 0xF0A199) is unknown color: approx Rose Bud. HEX triplet: F0, A1 and 99. RGB value is (240,161,153). Sum of RGB (Red+Green+Blue) = 240+161+153=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A199 is #0F5E66. Grayscale: #B7B7B7. Windows color (decimal): -1007207 or 10068464. OLE color: 10068464.

HSL color Cylindrical-coordinate representation of color #F0A199: hue angle of 5.52º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A199 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240161153-
CMYK00.330.360.06
HSL5.52º74.36%77.06%-
HSV(B)5.52º36.25%94.12%-
XYZ54.4346.3136.21-
YUV183.71110.67168.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.32%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=43.32%
G=29.06%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016115300.330.360.065.5274.3677.06
HexF0A19902124664a4d
Octal3602412310414466112115
Binary111100001010000110011001010000110010011011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A199; }

 p { color: rgb(240,161,153); }

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

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

 a { background-color: rgb(240,161,153); }

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

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

 span { border-color: rgb(240,161,153); }

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