#F1A39A

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

Shades of Rose Bud #F1A39A

Tints of Rose Bud #F1A39A

Color information

#F1A39A (or 0xF1A39A) is unknown color: approx Rose Bud. HEX triplet: F1, A3 and 9A. RGB value is (241,163,154). Sum of RGB (Red+Green+Blue) = 241+163+154=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A39A is #0E5C65. Grayscale: #B9B9B9. Windows color (decimal): -941158 or 10134513. OLE color: 10134513.

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

Color convert

RGB241163154-
CMYK00.320.360.05
HSL6.21º75.65%77.45%-
HSV(B)6.21º36.1%94.51%-
XYZ55.2147.2336.78-
YUV185.3110.34167.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=43.19%
G=29.21%
B=27.60%

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
Decimal24116315400.320.360.056.2175.6577.45
HexF1A39A02024564c4d
Octal3612432320404456114115
Binary111100011010001110011010010000010010010111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A39A; }

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

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

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

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

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

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

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

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