Color Hex Logo

#f1397f Color Hex

#F1397F
(241,57,127)
0 Favorites   0 Comments

Color spaces of #f1397f

RGB 24157127
HSL0.940.870.58
HSV337°76°95°
CMYK 0.000.760.47   0.05
XYZ41.569523.159322.3579
Yxy23.15930.47730.2659
Hunter Lab48.124169.97076.1414
CIE-Lab55.236072.48044.8285

#f1397f color RGB value is (241,57,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111001 01111111
Octal 361 71 177
Decimal 241 57 127
Hex F1 39 7F

RGB Percentages of Color #f1397f

%56.71
%13.41
%29.88

CMYK Percentages of Color #f1397f

%0
%76
%47
%5

Triadic Colors of #f1397f

#f1397f #7ff139 #397ff1

Analogous Colors of #f1397f

#f1397f #f14f39 #f139db

Monochromatic Colors of #f1397f

#f1397f

Complementary Color

#f1397f #39f1ab

#f1397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1397f Color CSS Codes

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

#f1397f Text Font Color

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

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


#f1397f Background Color

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

This div background color is #f1397f


#f1397f Border Color

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

This div border color is #f1397f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1397f


Comments

No comments written yet.

Please login to write comment.