#F1A596

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

Shades of Rose Bud #F1A596

Tints of Rose Bud #F1A596

Color information

#F1A596 (or 0xF1A596) is unknown color: approx Rose Bud. HEX triplet: F1, A5 and 96. RGB value is (241,165,150). Sum of RGB (Red+Green+Blue) = 241+165+150=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A596 is #0E5A69. Grayscale: #BABABA. Windows color (decimal): -940650 or 9872881. OLE color: 9872881.

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

Color convert

RGB241165150-
CMYK00.320.380.05
HSL9.89º76.47%76.67%-
HSV(B)9.89º37.76%94.51%-
XYZ55.2447.8135.17-
YUV186.01107.68167.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=43.35%
G=29.68%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116515000.320.380.059.8976.4776.67
HexF1A596020265a4c4d
Octal36124522604046512114115
Binary1111000110100101100101100100000100110101101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A596; }

 p { color: rgb(241,165,150); }

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

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

 a { background-color: rgb(241,165,150); }

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

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

 span { border-color: rgb(241,165,150); }

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