Color Hex Logo

#f7119c Color Hex

#F7119C
(247,17,156)
0 Favorites   0 Comments

Color spaces of #f7119c

RGB 24717156
HSL0.900.930.52
HSV324°93°97°
CMYK 0.000.930.37   0.03
XYZ44.559022.575433.4614
Yxy22.57540.44300.2244
Hunter Lab47.513684.2514-8.4954
CIE-Lab54.632383.9713-13.1863

#f7119c color RGB value is (247,17,156).

#f7119c hex color red value is 247, green value is 17 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #f7119c hue: 0.90 , saturation: 0.93 and the lightness value of f7119c is 0.52.

The process color (four color CMYK) of #f7119c color hex is 0.00, 0.93, 0.37, 0.03. Web safe color of #f7119c is #ff0099. Color #f7119c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010001 10011100
Octal 367 21 234
Decimal 247 17 156
Hex F7 11 9C

RGB Percentages of Color #f7119c

%58.81
%4.05
%37.14

CMYK Percentages of Color #f7119c

%0
%93
%37
%3

Triadic Colors of #f7119c

#f7119c #9cf711 #119cf7

Analogous Colors of #f7119c

#f7119c #f71129 #df11f7

Monochromatic Colors of #f7119c

#f7119c

Complementary Color

#f7119c #11f76c

#f7119c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7119c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7119c Color CSS Codes

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

#f7119c Text Font Color

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

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


#f7119c Background Color

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

This div background color is #f7119c


#f7119c Border Color

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

This div border color is #f7119c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,17,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7119c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7119c;
  -webkit-box-shadow: 1px 1px 3px 2px #f7119c;
  box-shadow:         1px 1px 3px 2px #f7119c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,17,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7119c


Comments

No comments written yet.

Please login to write comment.