Color Hex Logo

#f1396e Color Hex

#F1396E
(241,57,110)
0 Favorites   0 Comments

Color spaces of #f1396e

RGB 24157110
HSL0.950.870.58
HSV343°76°95°
CMYK 0.000.760.54   0.05
XYZ40.553222.752817.0062
Yxy22.75280.50490.2833
Hunter Lab47.699968.281212.2516
CIE-Lab54.816871.169014.3905

#f1396e color RGB value is (241,57,110).

#f1396e hex color red value is 241, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f1396e hue: 0.95 , saturation: 0.87 and the lightness value of f1396e is 0.58.

The process color (four color CMYK) of #f1396e color hex is 0.00, 0.76, 0.54, 0.05. Web safe color of #f1396e is #ff3366. Color #f1396e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111001 01101110
Octal 361 71 156
Decimal 241 57 110
Hex F1 39 6E

RGB Percentages of Color #f1396e

%59.07
%13.97
%26.96

CMYK Percentages of Color #f1396e

%0
%76
%54
%5

Triadic Colors of #f1396e

#f1396e #6ef139 #396ef1

Analogous Colors of #f1396e

#f1396e #f16039 #f139ca

Monochromatic Colors of #f1396e

#f1396e

Complementary Color

#f1396e #39f1bc

#f1396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1396e Color CSS Codes

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

#f1396e Text Font Color

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

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


#f1396e Background Color

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

This div background color is #f1396e


#f1396e Border Color

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

This div border color is #f1396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1396e


Comments

No comments written yet.

Please login to write comment.