Color Hex Logo

#f1849e Color Hex

#F1849E
(241,132,158)
0 Favorites   0 Comments

Color spaces of #f1849e

RGB 241132158
HSL0.960.800.73
HSV346°45°95°
CMYK 0.000.450.34   0.05
XYZ50.698437.671936.9471
Yxy37.67190.40460.3006
Hunter Lab61.377440.03237.2737
CIE-Lab67.778144.38544.9463

#f1849e color RGB value is (241,132,158).

#f1849e hex color red value is 241, green value is 132 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f1849e hue: 0.96 , saturation: 0.80 and the lightness value of f1849e is 0.73.

The process color (four color CMYK) of #f1849e color hex is 0.00, 0.45, 0.34, 0.05. Web safe color of #f1849e is #ff9999. Color #f1849e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000100 10011110
Octal 361 204 236
Decimal 241 132 158
Hex F1 84 9E

RGB Percentages of Color #f1849e

%45.39
%24.86
%29.76

CMYK Percentages of Color #f1849e

%0
%45
%34
%5

Triadic Colors of #f1849e

#f1849e #9ef184 #849ef1

Analogous Colors of #f1849e

#f1849e #f1a184 #f184d5

Monochromatic Colors of #f1849e

#f1849e

Complementary Color

#f1849e #84f1d7

#f1849e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1849e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1849e Color CSS Codes

.mybgcolor {background-color:#f1849e; } 
.myforecolor {color:#f1849e; }
.mybordercolor {border:3px solid #f1849e; }

#f1849e Text Font Color

<p style="color:#f1849e">Text here</p>

This sample text font color is #f1849e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f1849e Background Color

<div style="background-color:#f1849e">
Div content here</div>

This div background color is #f1849e


#f1849e Border Color

<div style="border:3px solid #f1849e">
Div here</div>

This div border color is #f1849e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,132,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1849e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1849e;
  -webkit-box-shadow: 1px 1px 3px 2px #f1849e;
  box-shadow:         1px 1px 3px 2px #f1849e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,132,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1849e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1849e;
  -webkit-box-shadow: 1px 1px 3px 2px #f1849e;
  box-shadow:         1px 1px 3px 2px #f1849e;">
Div content here</div>

This div box has shadow with color #f1849e


Comments

No comments written yet.

Please login to write comment.