#F1A39B

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

Shades of Rose Bud #F1A39B

Tints of Rose Bud #F1A39B

Color information

#F1A39B (or 0xF1A39B) is unknown color: approx Rose Bud. HEX triplet: F1, A3 and 9B. RGB value is (241,163,155). Sum of RGB (Red+Green+Blue) = 241+163+155=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A39B is #0E5C64. Grayscale: #B9B9B9. Windows color (decimal): -941157 or 10200049. OLE color: 10200049.

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

Color convert

RGB241163155-
CMYK00.320.360.05
HSL5.58º75.44%77.65%-
HSV(B)5.58º35.68%94.51%-
XYZ55.2947.2637.22-
YUV185.41110.84167.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 163 (64.06% from 255) = 29.16%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=43.11%
G=29.16%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116315500.320.360.055.5875.4477.65
HexF1A39B02024564b4e
Octal3612432330404456113116
Binary111100011010001110011011010000010010010111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A39B; }

 p { color: rgb(241,163,155); }

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

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

 a { background-color: rgb(241,163,155); }

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

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

 span { border-color: rgb(241,163,155); }

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