Color Hex Logo

#f7149e Color Hex

#F7149E
(247,20,158)
0 Favorites   0 Comments

Color spaces of #f7149e

RGB 24720158
HSL0.900.930.52
HSV324°92°97°
CMYK 0.000.920.36   0.03
XYZ44.779522.743134.3775
Yxy22.74310.43940.2232
Hunter Lab47.689784.1502-9.3568
CIE-Lab54.806783.8589-14.1061

#f7149e color RGB value is (247,20,158).

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

The process color (four color CMYK) of #f7149e color hex is 0.00, 0.92, 0.36, 0.03. Web safe color of #f7149e is #ff0099. Color #f7149e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010100 10011110
Octal 367 24 236
Decimal 247 20 158
Hex F7 14 9E

RGB Percentages of Color #f7149e

%58.12
%4.71
%37.18

CMYK Percentages of Color #f7149e

%0
%92
%36
%3

Triadic Colors of #f7149e

#f7149e #9ef714 #149ef7

Analogous Colors of #f7149e

#f7149e #f7142c #df14f7

Monochromatic Colors of #f7149e

#f7149e

Complementary Color

#f7149e #14f76d

#f7149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7149e Color CSS Codes

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

#f7149e Text Font Color

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

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


#f7149e Background Color

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

This div background color is #f7149e


#f7149e Border Color

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

This div border color is #f7149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7149e


Comments

No comments written yet.

Please login to write comment.