Color Hex Logo

#f979cf Color Hex

#F979CF
(249,121,207)
0 Favorites   0 Comments

Color spaces of #f979cf

RGB 249121207
HSL0.890.910.73
HSV320°51°98°
CMYK 0.000.510.17   0.02
XYZ57.166838.319563.4149
Yxy38.31950.35980.2412
Hunter Lab61.902756.5138-17.4064
CIE-Lab68.255458.8877-21.7540

#f979cf color RGB value is (249,121,207).

#f979cf hex color red value is 249, green value is 121 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f979cf hue: 0.89 , saturation: 0.91 and the lightness value of f979cf is 0.73.

The process color (four color CMYK) of #f979cf color hex is 0.00, 0.51, 0.17, 0.02. Web safe color of #f979cf is #ff66cc. Color #f979cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111001 11001111
Octal 371 171 317
Decimal 249 121 207
Hex F9 79 CF

RGB Percentages of Color #f979cf

%43.15
%20.97
%35.88

CMYK Percentages of Color #f979cf

%0
%51
%17
%2

Triadic Colors of #f979cf

#f979cf #cff979 #79cff9

Analogous Colors of #f979cf

#f979cf #f9798f #e379f9

Monochromatic Colors of #f979cf

#f979cf

Complementary Color

#f979cf #79f9a3

#f979cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f979cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f979cf Color CSS Codes

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

#f979cf Text Font Color

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

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


#f979cf Background Color

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

This div background color is #f979cf


#f979cf Border Color

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

This div border color is #f979cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f979cf


Comments

No comments written yet.

Please login to write comment.