Color Hex Logo

#f791cf Color Hex

#F791CF
(247,145,207)
0 Favorites   0 Comments

Color spaces of #f791cf

RGB 247145207
HSL0.900.860.77
HSV324°41°97°
CMYK 0.000.410.16   0.03
XYZ59.745744.529964.4777
Yxy44.52990.35400.2639
Hunter Lab66.730743.0368-10.5767
CIE-Lab72.581346.4954-15.2236

#f791cf color RGB value is (247,145,207).

#f791cf hex color red value is 247, green value is 145 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f791cf hue: 0.90 , saturation: 0.86 and the lightness value of f791cf is 0.77.

The process color (four color CMYK) of #f791cf color hex is 0.00, 0.41, 0.16, 0.03. Web safe color of #f791cf is #ff99cc. Color #f791cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010001 11001111
Octal 367 221 317
Decimal 247 145 207
Hex F7 91 CF

RGB Percentages of Color #f791cf

%41.24
%24.21
%34.56

CMYK Percentages of Color #f791cf

%0
%41
%16
%3

Triadic Colors of #f791cf

#f791cf #cff791 #91cff7

Analogous Colors of #f791cf

#f791cf #f7919c #ec91f7

Monochromatic Colors of #f791cf

#f791cf

Complementary Color

#f791cf #91f7b9

#f791cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f791cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f791cf Color CSS Codes

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

#f791cf Text Font Color

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

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


#f791cf Background Color

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

This div background color is #f791cf


#f791cf Border Color

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

This div border color is #f791cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f791cf


Comments

No comments written yet.

Please login to write comment.