Color Hex Logo

#f5166e Color Hex

#F5166E
(245,22,110)
0 Favorites   0 Comments

Color spaces of #f5166e

RGB 24522110
HSL0.930.920.52
HSV336°91°96°
CMYK 0.000.910.55   0.04
XYZ40.757621.112116.6787
Yxy21.11210.51890.2688
Hunter Lab45.947977.927710.6418
CIE-Lab53.072079.321212.0780

#f5166e color RGB value is (245,22,110).

#f5166e hex color red value is 245, green value is 22 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f5166e hue: 0.93 , saturation: 0.92 and the lightness value of f5166e is 0.52.

The process color (four color CMYK) of #f5166e color hex is 0.00, 0.91, 0.55, 0.04. Web safe color of #f5166e is #ff0066. Color #f5166e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 01101110
Octal 365 26 156
Decimal 245 22 110
Hex F5 16 6E

RGB Percentages of Color #f5166e

%64.99
%5.84
%29.18

CMYK Percentages of Color #f5166e

%0
%91
%55
%4

Triadic Colors of #f5166e

#f5166e #6ef516 #166ef5

Analogous Colors of #f5166e

#f5166e #f52d16 #f516de

Monochromatic Colors of #f5166e

#f5166e

Complementary Color

#f5166e #16f59d

#f5166e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5166e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5166e Color CSS Codes

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

#f5166e Text Font Color

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

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


#f5166e Background Color

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

This div background color is #f5166e


#f5166e Border Color

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

This div border color is #f5166e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,22,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 #f5166e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5166e


Comments

No comments written yet.

Please login to write comment.