#F1A09D

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

Shades of Rose Bud #F1A09D

Tints of Rose Bud #F1A09D

Color information

#F1A09D (or 0xF1A09D) is unknown color: approx Rose Bud. HEX triplet: F1, A0 and 9D. RGB value is (241,160,157). Sum of RGB (Red+Green+Blue) = 241+160+157=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A09D is #0E5F62. Grayscale: #B7B7B7. Windows color (decimal): -941923 or 10330353. OLE color: 10330353.

HSL color Cylindrical-coordinate representation of color #F1A09D: hue angle of 2.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A09D is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241160157-
CMYK00.340.350.05
HSL2.14º75%78.04%-
HSV(B)2.14º34.85%94.51%-
XYZ54.9346.2837.94-
YUV183.88112.84168.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 160 (62.89% from 255) = 28.67%
BLUE value IS 157 (61.72% from 255) = 28.14%
R=43.19%
G=28.67%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116015700.340.350.052.147578.04
HexF1A09D02223524b4e
Octal3612402350424352113116
Binary11110001101000001001110101000101000111011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A09D; }

 p { color: rgb(241,160,157); }

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

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

 a { background-color: rgb(241,160,157); }

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

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

 span { border-color: rgb(241,160,157); }

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