Color Hex Logo

#f1757e Color Hex

#F1757E
(241,117,126)
0 Favorites   0 Comments

Color spaces of #f1757e

RGB 241117126
HSL0.990.820.70
HSV356°51°95°
CMYK 0.000.510.48   0.05
XYZ46.402832.929723.6490
Yxy32.92970.45060.3198
Hunter Lab57.384443.917915.7348
CIE-Lab64.103948.430317.8891

#f1757e color RGB value is (241,117,126).

#f1757e hex color red value is 241, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f1757e hue: 0.99 , saturation: 0.82 and the lightness value of f1757e is 0.70.

The process color (four color CMYK) of #f1757e color hex is 0.00, 0.51, 0.48, 0.05. Web safe color of #f1757e is #ff6666. Color #f1757e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 01111110
Octal 361 165 176
Decimal 241 117 126
Hex F1 75 7E

RGB Percentages of Color #f1757e

%49.79
%24.17
%26.03

CMYK Percentages of Color #f1757e

%0
%51
%48
%5

Triadic Colors of #f1757e

#f1757e #7ef175 #757ef1

Analogous Colors of #f1757e

#f1757e #f1aa75 #f175bc

Monochromatic Colors of #f1757e

#f1757e

Complementary Color

#f1757e #75f1e8

#f1757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1757e Color CSS Codes

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

#f1757e Text Font Color

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

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


#f1757e Background Color

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

This div background color is #f1757e


#f1757e Border Color

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

This div border color is #f1757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1757e


Comments

No comments written yet.

Please login to write comment.