Color Hex Logo

#f974ad Color Hex

#F974AD
(249,116,173)
0 Favorites   0 Comments

Color spaces of #f974ad

RGB 249116173
HSL0.930.920.72
HSV334°53°98°
CMYK 0.000.530.31   0.02
XYZ52.855135.647643.6301
Yxy35.64760.40000.2698
Hunter Lab59.705653.5344-1.5325
CIE-Lab66.249856.6433-5.6380

#f974ad color RGB value is (249,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 10101101
Octal 371 164 255
Decimal 249 116 173
Hex F9 74 AD

RGB Percentages of Color #f974ad

%46.28
%21.56
%32.16

CMYK Percentages of Color #f974ad

%0
%53
%31
%2

Triadic Colors of #f974ad

#f974ad #adf974 #74adf9

Analogous Colors of #f974ad

#f974ad #f97e74 #f974f0

Monochromatic Colors of #f974ad

#f974ad

Complementary Color

#f974ad #74f9c0

#f974ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f974ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f974ad Color CSS Codes

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

#f974ad Text Font Color

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

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


#f974ad Background Color

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

This div background color is #f974ad


#f974ad Border Color

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

This div border color is #f974ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f974ad


Comments

No comments written yet.

Please login to write comment.