#F1A397

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

Shades of Rose Bud #F1A397

Tints of Rose Bud #F1A397

Color information

#F1A397 (or 0xF1A397) is unknown color: approx Rose Bud. HEX triplet: F1, A3 and 97. RGB value is (241,163,151). Sum of RGB (Red+Green+Blue) = 241+163+151=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A397 is #0E5C68. Grayscale: #B9B9B9. Windows color (decimal): -941161 or 9937905. OLE color: 9937905.

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

Color convert

RGB241163151-
CMYK00.320.370.05
HSL76.27%76.86%-
HSV(B)37.34%94.51%-
XYZ54.9647.1335.48-
YUV184.95108.84167.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 163 (64.06% from 255) = 29.37%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=43.42%
G=29.37%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116315100.320.370.05876.2776.86
HexF1A39702025584c4d
Octal36124322704045510114115
Binary1111000110100011100101110100000100101101100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A397; }

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

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

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

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

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

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

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

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