Color Hex Logo

#f949ad Color Hex

#F949AD
(249,73,173)
0 Favorites   0 Comments

Color spaces of #f949ad

RGB 24973173
HSL0.910.940.63
HSV326°71°98°
CMYK 0.000.710.31   0.02
XYZ48.992327.922042.3425
Yxy27.92200.41080.2341
Hunter Lab52.841373.0258-10.5211
CIE-Lab59.818274.0947-15.2619

#f949ad color RGB value is (249,73,173).

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

The process color (four color CMYK) of #f949ad color hex is 0.00, 0.71, 0.31, 0.02. Web safe color of #f949ad is #ff3399. Color #f949ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 10101101
Octal 371 111 255
Decimal 249 73 173
Hex F9 49 AD

RGB Percentages of Color #f949ad

%50.30
%14.75
%34.95

CMYK Percentages of Color #f949ad

%0
%71
%31
%2

Triadic Colors of #f949ad

#f949ad #adf949 #49adf9

Analogous Colors of #f949ad

#f949ad #f94955 #ed49f9

Monochromatic Colors of #f949ad

#f949ad

Complementary Color

#f949ad #49f995

#f949ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f949ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f949ad Color CSS Codes

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

#f949ad Text Font Color

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

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


#f949ad Background Color

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

This div background color is #f949ad


#f949ad Border Color

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

This div border color is #f949ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f949ad


Comments

No comments written yet.

Please login to write comment.