Color Hex Logo

#f94991 Color Hex

#F94991
(249,73,145)
0 Favorites   0 Comments

Color spaces of #f94991

RGB 24973145
HSL0.930.940.63
HSV335°71°98°
CMYK 0.000.710.42   0.02
XYZ46.560326.949229.5358
Yxy26.94920.45180.2615
Hunter Lab51.912669.24912.6057
CIE-Lab58.927371.1884-0.2822

#f94991 color RGB value is (249,73,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 10010001
Octal 371 111 221
Decimal 249 73 145
Hex F9 49 91

RGB Percentages of Color #f94991

%53.32
%15.63
%31.05

CMYK Percentages of Color #f94991

%0
%71
%42
%2

Triadic Colors of #f94991

#f94991 #91f949 #4991f9

Analogous Colors of #f94991

#f94991 #f95949 #f949e9

Monochromatic Colors of #f94991

#f94991

Complementary Color

#f94991 #49f9b1

#f94991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94991 Color CSS Codes

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

#f94991 Text Font Color

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

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


#f94991 Background Color

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

This div background color is #f94991


#f94991 Border Color

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

This div border color is #f94991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94991


Comments

No comments written yet.

Please login to write comment.