#F1A19A

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

Shades of Rose Bud #F1A19A

Tints of Rose Bud #F1A19A

Color information

#F1A19A (or 0xF1A19A) is unknown color: approx Rose Bud. HEX triplet: F1, A1 and 9A. RGB value is (241,161,154). Sum of RGB (Red+Green+Blue) = 241+161+154=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A19A is #0E5E65. Grayscale: #B8B8B8. Windows color (decimal): -941670 or 10134001. OLE color: 10134001.

HSL color Cylindrical-coordinate representation of color #F1A19A: hue angle of 4.83º 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 #F1A19A is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241161154-
CMYK00.330.360.05
HSL4.83º75.65%77.45%-
HSV(B)4.83º36.1%94.51%-
XYZ54.8546.5236.66-
YUV184.12111168.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=43.35%
G=28.96%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116115400.330.360.054.8375.6577.45
HexF1A19A02124554c4d
Octal3612412320414455114115
Binary111100011010000110011010010000110010010110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A19A; }

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

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

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

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

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

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

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

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