Color Hex Logo

#f941ad Color Hex

#F941AD
(249,65,173)
0 Favorites   0 Comments

Color spaces of #f941ad

RGB 24965173
HSL0.900.940.62
HSV325°74°98°
CMYK 0.000.740.31   0.02
XYZ48.500026.937542.1784
Yxy26.93750.41240.2290
Hunter Lab51.901375.9747-11.8520
CIE-Lab58.916476.6343-16.6279

#f941ad color RGB value is (249,65,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000001 10101101
Octal 371 101 255
Decimal 249 65 173
Hex F9 41 AD

RGB Percentages of Color #f941ad

%51.13
%13.35
%35.52

CMYK Percentages of Color #f941ad

%0
%74
%31
%2

Triadic Colors of #f941ad

#f941ad #adf941 #41adf9

Analogous Colors of #f941ad

#f941ad #f94151 #e941f9

Monochromatic Colors of #f941ad

#f941ad

Complementary Color

#f941ad #41f98d

#f941ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f941ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f941ad Color CSS Codes

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

#f941ad Text Font Color

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

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


#f941ad Background Color

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

This div background color is #f941ad


#f941ad Border Color

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

This div border color is #f941ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f941ad


Comments

No comments written yet.

Please login to write comment.