Color Hex Logo

#f1737c Color Hex

#F1737C
(241,115,124)
0 Favorites   0 Comments

Color spaces of #f1737c

RGB 241115124
HSL0.990.820.70
HSV356°52°95°
CMYK 0.000.520.49   0.05
XYZ46.044532.417522.8992
Yxy32.41750.45430.3198
Hunter Lab56.936444.714516.0097
CIE-Lab63.686549.213918.4535

#f1737c color RGB value is (241,115,124).

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

The process color (four color CMYK) of #f1737c color hex is 0.00, 0.52, 0.49, 0.05. Web safe color of #f1737c is #ff6666. Color #f1737c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110011 01111100
Octal 361 163 174
Decimal 241 115 124
Hex F1 73 7C

RGB Percentages of Color #f1737c

%50.21
%23.96
%25.83

CMYK Percentages of Color #f1737c

%0
%52
%49
%5

Triadic Colors of #f1737c

#f1737c #7cf173 #737cf1

Analogous Colors of #f1737c

#f1737c #f1a973 #f173bb

Monochromatic Colors of #f1737c

#f1737c

Complementary Color

#f1737c #73f1e8

#f1737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1737c Color CSS Codes

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

#f1737c Text Font Color

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

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


#f1737c Background Color

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

This div background color is #f1737c


#f1737c Border Color

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

This div border color is #f1737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1737c


Comments

No comments written yet.

Please login to write comment.