Color Hex Logo

#f94585 Color Hex

#F94585
(249,69,133)
0 Favorites   0 Comments

Color spaces of #f94585

RGB 24969133
HSL0.940.940.62
HSV339°72°98°
CMYK 0.000.720.47   0.02
XYZ45.428726.089424.8317
Yxy26.08940.47150.2708
Hunter Lab51.077869.37226.9303
CIE-Lab58.121871.44095.6035

#f94585 color RGB value is (249,69,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000101 10000101
Octal 371 105 205
Decimal 249 69 133
Hex F9 45 85

RGB Percentages of Color #f94585

%55.21
%15.30
%29.49

CMYK Percentages of Color #f94585

%0
%72
%47
%2

Triadic Colors of #f94585

#f94585 #85f945 #4585f9

Analogous Colors of #f94585

#f94585 #f95f45 #f945df

Monochromatic Colors of #f94585

#f94585

Complementary Color

#f94585 #45f9b9

#f94585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94585 Color CSS Codes

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

#f94585 Text Font Color

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

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


#f94585 Background Color

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

This div background color is #f94585


#f94585 Border Color

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

This div border color is #f94585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94585

Related Colors


Comments

No comments written yet.

Please login to write comment.