Color Hex Logo

#f16575 Color Hex

#F16575
(241,101,117)
0 Favorites   0 Comments

Color spaces of #f16575

RGB 241101117
HSL0.980.830.67
HSV353°58°95°
CMYK 0.000.580.51   0.05
XYZ44.140229.292520.1572
Yxy29.29250.47160.3130
Hunter Lab54.122550.863115.8040
CIE-Lab61.038955.135718.8392

#f16575 color RGB value is (241,101,117).

#f16575 hex color red value is 241, green value is 101 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f16575 hue: 0.98 , saturation: 0.83 and the lightness value of f16575 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100101 01110101
Octal 361 145 165
Decimal 241 101 117
Hex F1 65 75

RGB Percentages of Color #f16575

%52.51
%22.00
%25.49

CMYK Percentages of Color #f16575

%0
%58
%51
%5

Triadic Colors of #f16575

#f16575 #75f165 #6575f1

Analogous Colors of #f16575

#f16575 #f19b65 #f165bb

Monochromatic Colors of #f16575

#f16575

Complementary Color

#f16575 #65f1e1

#f16575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16575 Color CSS Codes

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

#f16575 Text Font Color

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

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


#f16575 Background Color

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

This div background color is #f16575


#f16575 Border Color

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

This div border color is #f16575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16575


Comments

No comments written yet.

Please login to write comment.