Color Hex Logo

#f979ad Color Hex

#F979AD
(249,121,173)
0 Favorites   0 Comments

Color spaces of #f979ad

RGB 249121173
HSL0.930.910.73
HSV336°51°98°
CMYK 0.000.510.31   0.02
XYZ53.447136.831643.8274
Yxy36.83160.39850.2746
Hunter Lab60.689050.9940-0.3347
CIE-Lab67.150554.2903-4.3069

#f979ad color RGB value is (249,121,173).

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

The process color (four color CMYK) of #f979ad color hex is 0.00, 0.51, 0.31, 0.02. Web safe color of #f979ad is #ff6699. Color #f979ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111001 10101101
Octal 371 171 255
Decimal 249 121 173
Hex F9 79 AD

RGB Percentages of Color #f979ad

%45.86
%22.28
%31.86

CMYK Percentages of Color #f979ad

%0
%51
%31
%2

Triadic Colors of #f979ad

#f979ad #adf979 #79adf9

Analogous Colors of #f979ad

#f979ad #f98579 #f979ed

Monochromatic Colors of #f979ad

#f979ad

Complementary Color

#f979ad #79f9c5

#f979ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f979ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f979ad Color CSS Codes

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

#f979ad Text Font Color

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

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


#f979ad Background Color

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

This div background color is #f979ad


#f979ad Border Color

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

This div border color is #f979ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,121,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f979ad

Related Colors

#f979ad Color Palettes


Comments

No comments written yet.

Please login to write comment.