Color Hex Logo

#f94799 Color Hex

#F94799
(249,71,153)
0 Favorites   0 Comments

Color spaces of #f94799

RGB 24971153
HSL0.920.940.63
HSV332°71°98°
CMYK 0.000.710.39   0.02
XYZ47.069926.946132.8573
Yxy26.94610.44040.2521
Hunter Lab51.909671.0159-1.1921
CIE-Lab58.924472.6336-4.9689

#f94799 color RGB value is (249,71,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 10011001
Octal 371 107 231
Decimal 249 71 153
Hex F9 47 99

RGB Percentages of Color #f94799

%52.64
%15.01
%32.35

CMYK Percentages of Color #f94799

%0
%71
%39
%2

Triadic Colors of #f94799

#f94799 #99f947 #4799f9

Analogous Colors of #f94799

#f94799 #f94e47 #f947f2

Monochromatic Colors of #f94799

#f94799

Complementary Color

#f94799 #47f9a7

#f94799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94799 Color CSS Codes

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

#f94799 Text Font Color

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

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


#f94799 Background Color

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

This div background color is #f94799


#f94799 Border Color

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

This div border color is #f94799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94799

Related Colors


Comments

No comments written yet.

Please login to write comment.