Color Hex Logo

#f94589 Color Hex

#F94589
(249,69,137)
0 Favorites   0 Comments

Color spaces of #f94589

RGB 24969137
HSL0.940.940.62
HSV337°72°98°
CMYK 0.000.720.45   0.02
XYZ45.710426.202126.3152
Yxy26.20210.46540.2667
Hunter Lab51.188069.81995.3512
CIE-Lab58.228471.78793.4008

#f94589 color RGB value is (249,69,137).

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

The process color (four color CMYK) of #f94589 color hex is 0.00, 0.72, 0.45, 0.02. Web safe color of #f94589 is #ff3399. Color #f94589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000101 10001001
Octal 371 105 211
Decimal 249 69 137
Hex F9 45 89

RGB Percentages of Color #f94589

%54.73
%15.16
%30.11

CMYK Percentages of Color #f94589

%0
%72
%45
%2

Triadic Colors of #f94589

#f94589 #89f945 #4589f9

Analogous Colors of #f94589

#f94589 #f95b45 #f945e3

Monochromatic Colors of #f94589

#f94589

Complementary Color

#f94589 #45f9b5

#f94589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94589 Color CSS Codes

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

#f94589 Text Font Color

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

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


#f94589 Background Color

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

This div background color is #f94589


#f94589 Border Color

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

This div border color is #f94589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94589

Related Colors


Comments

No comments written yet.

Please login to write comment.