Color Hex Logo

#f94079 Color Hex

#F94079
(249,64,121)
0 Favorites   0 Comments

Color spaces of #f94079

RGB 24964121
HSL0.950.940.61
HSV342°74°98°
CMYK 0.000.740.51   0.02
XYZ44.351525.187020.6132
Yxy25.18700.49200.2794
Hunter Lab50.186769.919310.7784
CIE-Lab57.257272.053211.4658

#f94079 color RGB value is (249,64,121).

#f94079 hex color red value is 249, green value is 64 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f94079 hue: 0.95 , saturation: 0.94 and the lightness value of f94079 is 0.61.

The process color (four color CMYK) of #f94079 color hex is 0.00, 0.74, 0.51, 0.02. Web safe color of #f94079 is #ff3366. Color #f94079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 01111001
Octal 371 100 171
Decimal 249 64 121
Hex F9 40 79

RGB Percentages of Color #f94079

%57.37
%14.75
%27.88

CMYK Percentages of Color #f94079

%0
%74
%51
%2

Triadic Colors of #f94079

#f94079 #79f940 #4079f9

Analogous Colors of #f94079

#f94079 #f96340 #f940d6

Monochromatic Colors of #f94079

#f94079

Complementary Color

#f94079 #40f9c0

#f94079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94079 Color CSS Codes

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

#f94079 Text Font Color

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

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


#f94079 Background Color

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

This div background color is #f94079


#f94079 Border Color

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

This div border color is #f94079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94079


Comments

No comments written yet.

Please login to write comment.