Color Hex Logo

#f7159c Color Hex

#F7159C
(247,21,156)
0 Favorites   0 Comments

Color spaces of #f7159c

RGB 24721156
HSL0.900.930.53
HSV324°91°97°
CMYK 0.000.910.37   0.03
XYZ44.626722.710833.4840
Yxy22.71080.44260.2253
Hunter Lab47.655883.7563-8.2993
CIE-Lab54.773283.5604-12.9737

#f7159c color RGB value is (247,21,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010101 10011100
Octal 367 25 234
Decimal 247 21 156
Hex F7 15 9C

RGB Percentages of Color #f7159c

%58.25
%4.95
%36.79

CMYK Percentages of Color #f7159c

%0
%91
%37
%3

Triadic Colors of #f7159c

#f7159c #9cf715 #159cf7

Analogous Colors of #f7159c

#f7159c #f7152b #e115f7

Monochromatic Colors of #f7159c

#f7159c

Complementary Color

#f7159c #15f770

#f7159c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7159c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7159c Color CSS Codes

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

#f7159c Text Font Color

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

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


#f7159c Background Color

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

This div background color is #f7159c


#f7159c Border Color

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

This div border color is #f7159c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7159c

Related Colors


Comments

No comments written yet.

Please login to write comment.