Color Hex Logo

#f1549e Color Hex

#F1549E
(241,84,158)
0 Favorites   0 Comments

Color spaces of #f1549e

RGB 24184158
HSL0.920.850.64
HSV332°65°95°
CMYK 0.000.650.34   0.05
XYZ45.617527.510035.2534
Yxy27.51000.42090.2538
Hunter Lab52.450063.4600-3.1358
CIE-Lab59.443466.2850-7.2587

#f1549e color RGB value is (241,84,158).

#f1549e hex color red value is 241, green value is 84 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f1549e hue: 0.92 , saturation: 0.85 and the lightness value of f1549e is 0.64.

The process color (four color CMYK) of #f1549e color hex is 0.00, 0.65, 0.34, 0.05. Web safe color of #f1549e is #ff6699. Color #f1549e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010100 10011110
Octal 361 124 236
Decimal 241 84 158
Hex F1 54 9E

RGB Percentages of Color #f1549e

%49.90
%17.39
%32.71

CMYK Percentages of Color #f1549e

%0
%65
%34
%5

Triadic Colors of #f1549e

#f1549e #9ef154 #549ef1

Analogous Colors of #f1549e

#f1549e #f15954 #f154ed

Monochromatic Colors of #f1549e

#f1549e

Complementary Color

#f1549e #54f1a7

#f1549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1549e Color CSS Codes

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

#f1549e Text Font Color

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

This sample text font color is #f1549e
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.


#f1549e Background Color

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

This div background color is #f1549e


#f1549e Border Color

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

This div border color is #f1549e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,84,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 #f1549e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1549e


Comments

No comments written yet.

Please login to write comment.