#F1A495

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

Shades of Rose Bud #F1A495

Tints of Rose Bud #F1A495

Color information

#F1A495 (or 0xF1A495) is unknown color: approx Rose Bud. HEX triplet: F1, A4 and 95. RGB value is (241,164,149). Sum of RGB (Red+Green+Blue) = 241+164+149=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A495 is #0E5B6A. Grayscale: #B9B9B9. Windows color (decimal): -940907 or 9807089. OLE color: 9807089.

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

Color convert

RGB241164149-
CMYK00.320.380.05
HSL9.78º76.67%76.47%-
HSV(B)9.78º38.17%94.51%-
XYZ54.9847.4234.69-
YUV185.31107.51167.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=43.50%
G=29.60%
B=26.90%

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
Decimal24116414900.320.380.059.7876.6776.47
HexF1A495020265a4d4c
Octal36124422504046512115114
Binary1111000110100100100101010100000100110101101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A495; }

 p { color: rgb(241,164,149); }

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

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

 a { background-color: rgb(241,164,149); }

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

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

 span { border-color: rgb(241,164,149); }

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