Color Hex Logo

#f94679 Color Hex

#F94679
(249,70,121)
0 Favorites   0 Comments

Color spaces of #f94679

RGB 24970121
HSL0.950.940.63
HSV343°72°98°
CMYK 0.000.720.51   0.02
XYZ44.708325.900520.7321
Yxy25.90050.48950.2836
Hunter Lab50.892567.747511.4718
CIE-Lab57.942570.136412.4270

#f94679 color RGB value is (249,70,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 01111001
Octal 371 106 171
Decimal 249 70 121
Hex F9 46 79

RGB Percentages of Color #f94679

%56.59
%15.91
%27.50

CMYK Percentages of Color #f94679

%0
%72
%51
%2

Triadic Colors of #f94679

#f94679 #79f946 #4679f9

Analogous Colors of #f94679

#f94679 #f96d46 #f946d3

Monochromatic Colors of #f94679

#f94679

Complementary Color

#f94679 #46f9c6

#f94679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94679 Color CSS Codes

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

#f94679 Text Font Color

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

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


#f94679 Background Color

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

This div background color is #f94679


#f94679 Border Color

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

This div border color is #f94679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94679


Comments

No comments written yet.

Please login to write comment.