Color Hex Logo

#f1448e Color Hex

#F1448E
(241,68,142)
0 Favorites   0 Comments

Color spaces of #f1448e

RGB 24168142
HSL0.930.860.61
HSV334°72°95°
CMYK 0.000.720.41   0.05
XYZ43.225224.788028.0975
Yxy24.78800.44970.2579
Hunter Lab49.787567.84421.3911
CIE-Lab56.868370.4184-1.6956

#f1448e color RGB value is (241,68,142).

#f1448e hex color red value is 241, green value is 68 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f1448e hue: 0.93 , saturation: 0.86 and the lightness value of f1448e is 0.61.

The process color (four color CMYK) of #f1448e color hex is 0.00, 0.72, 0.41, 0.05. Web safe color of #f1448e is #ff3399. Color #f1448e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000100 10001110
Octal 361 104 216
Decimal 241 68 142
Hex F1 44 8E

RGB Percentages of Color #f1448e

%53.44
%15.08
%31.49

CMYK Percentages of Color #f1448e

%0
%72
%41
%5

Triadic Colors of #f1448e

#f1448e #8ef144 #448ef1

Analogous Colors of #f1448e

#f1448e #f15144 #f144e5

Monochromatic Colors of #f1448e

#f1448e

Complementary Color

#f1448e #44f1a7

#f1448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1448e Color CSS Codes

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

#f1448e Text Font Color

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

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


#f1448e Background Color

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

This div background color is #f1448e


#f1448e Border Color

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

This div border color is #f1448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1448e


Comments

No comments written yet.

Please login to write comment.