Color Hex Logo

#f94961 Color Hex

#F94961
(249,73,97)
0 Favorites   0 Comments

Color spaces of #f94961

RGB 2497397
HSL0.980.940.63
HSV352°71°98°
CMYK 0.000.710.61   0.02
XYZ43.607125.767913.9846
Yxy25.76790.52310.3091
Hunter Lab50.762164.506519.1995
CIE-Lab57.816167.462126.3609

#f94961 color RGB value is (249,73,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 01100001
Octal 371 111 141
Decimal 249 73 97
Hex F9 49 61

RGB Percentages of Color #f94961

%59.43
%17.42
%23.15

CMYK Percentages of Color #f94961

%0
%71
%61
%2

Triadic Colors of #f94961

#f94961 #61f949 #4961f9

Analogous Colors of #f94961

#f94961 #f98949 #f949b9

Monochromatic Colors of #f94961

#f94961

Complementary Color

#f94961 #49f9e1

#f94961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94961 Color CSS Codes

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

#f94961 Text Font Color

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

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


#f94961 Background Color

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

This div background color is #f94961


#f94961 Border Color

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

This div border color is #f94961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94961

Related Colors


Comments

No comments written yet.

Please login to write comment.