Color Hex Logo

#f7918f Color Hex

#F7918F
(247,145,143)
0 Favorites   0 Comments

Color spaces of #f7918f

RGB 247145143
HSL0.000.870.76
HSV42°97°
CMYK 0.000.410.42   0.03
XYZ53.441142.008131.2783
Yxy42.00810.42170.3315
Hunter Lab64.813733.755516.7569
CIE-Lab70.876538.214417.8224

#f7918f color RGB value is (247,145,143).

#f7918f hex color red value is 247, green value is 145 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f7918f hue: 0.00 , saturation: 0.87 and the lightness value of f7918f is 0.76.

The process color (four color CMYK) of #f7918f color hex is 0.00, 0.41, 0.42, 0.03. Web safe color of #f7918f is #ff9999. Color #f7918f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010001 10001111
Octal 367 221 217
Decimal 247 145 143
Hex F7 91 8F

RGB Percentages of Color #f7918f

%46.17
%27.10
%26.73

CMYK Percentages of Color #f7918f

%0
%41
%42
%3

Triadic Colors of #f7918f

#f7918f #8ff791 #918ff7

Analogous Colors of #f7918f

#f7918f #f7c58f #f78fc1

Monochromatic Colors of #f7918f

#f7918f

Complementary Color

#f7918f #8ff5f7

#f7918f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7918f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7918f Color CSS Codes

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

#f7918f Text Font Color

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

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


#f7918f Background Color

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

This div background color is #f7918f


#f7918f Border Color

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

This div border color is #f7918f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7918f

Related Colors


Comments

No comments written yet.

Please login to write comment.