Color Hex Logo

#f94761 Color Hex

#F94761
(249,71,97)
0 Favorites   0 Comments

Color spaces of #f94761

RGB 2497197
HSL0.980.940.63
HSV351°71°98°
CMYK 0.000.710.61   0.02
XYZ43.477825.509313.9415
Yxy25.50930.52430.3076
Hunter Lab50.506765.271718.9887
CIE-Lab57.568368.148526.0375

#f94761 color RGB value is (249,71,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 01100001
Octal 371 107 141
Decimal 249 71 97
Hex F9 47 61

RGB Percentages of Color #f94761

%59.71
%17.03
%23.26

CMYK Percentages of Color #f94761

%0
%71
%61
%2

Triadic Colors of #f94761

#f94761 #61f947 #4761f9

Analogous Colors of #f94761

#f94761 #f98647 #f947ba

Monochromatic Colors of #f94761

#f94761

Complementary Color

#f94761 #47f9df

#f94761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94761 Color CSS Codes

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

#f94761 Text Font Color

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

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


#f94761 Background Color

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

This div background color is #f94761


#f94761 Border Color

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

This div border color is #f94761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94761

Related Colors


Comments

No comments written yet.

Please login to write comment.