#F1A295

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

Shades of Rose Bud #F1A295

Tints of Rose Bud #F1A295

Color information

#F1A295 (or 0xF1A295) is unknown color: approx Rose Bud. HEX triplet: F1, A2 and 95. RGB value is (241,162,149). Sum of RGB (Red+Green+Blue) = 241+162+149=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A295 is #0E5D6A. Grayscale: #B8B8B8. Windows color (decimal): -941419 or 9806577. OLE color: 9806577.

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

Color convert

RGB241162149-
CMYK00.330.380.05
HSL8.48º76.67%76.47%-
HSV(B)8.48º38.17%94.51%-
XYZ54.6246.7134.57-
YUV184.14108.17168.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=43.66%
G=29.35%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116214900.330.380.058.4876.6776.47
HexF1A29502126584d4c
Octal36124222504146510115114
Binary1111000110100010100101010100001100110101100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A295; }

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

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

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

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

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

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

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

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