Color Hex Logo

#f94967 Color Hex

#F94967
(249,73,103)
0 Favorites   0 Comments

Color spaces of #f94967

RGB 24973103
HSL0.970.940.63
HSV350°71°98°
CMYK 0.000.710.59   0.02
XYZ43.897625.884115.5144
Yxy25.88410.51460.3035
Hunter Lab50.876464.981117.5334
CIE-Lab57.926967.839022.9989

#f94967 color RGB value is (249,73,103).

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

The process color (four color CMYK) of #f94967 color hex is 0.00, 0.71, 0.59, 0.02. Web safe color of #f94967 is #ff3366. Color #f94967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 01100111
Octal 371 111 147
Decimal 249 73 103
Hex F9 49 67

RGB Percentages of Color #f94967

%58.59
%17.18
%24.24

CMYK Percentages of Color #f94967

%0
%71
%59
%2

Triadic Colors of #f94967

#f94967 #67f949 #4967f9

Analogous Colors of #f94967

#f94967 #f98349 #f949bf

Monochromatic Colors of #f94967

#f94967

Complementary Color

#f94967 #49f9db

#f94967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94967 Color CSS Codes

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

#f94967 Text Font Color

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

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


#f94967 Background Color

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

This div background color is #f94967


#f94967 Border Color

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

This div border color is #f94967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94967


Comments

No comments written yet.

Please login to write comment.