Color Hex Logo

#f92347 Color Hex

#F92347
(249,35,71)
0 Favorites   0 Comments

Color spaces of #f92347

RGB 2493571
HSL0.970.950.56
HSV350°86°98°
CMYK 0.000.860.71   0.02
XYZ40.805321.79678.0177
Yxy21.79670.57780.3086
Hunter Lab46.686974.310422.4988
CIE-Lab53.810676.284336.5344

#f92347 color RGB value is (249,35,71).

#f92347 hex color red value is 249, green value is 35 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #f92347 hue: 0.97 , saturation: 0.95 and the lightness value of f92347 is 0.56.

The process color (four color CMYK) of #f92347 color hex is 0.00, 0.86, 0.71, 0.02. Web safe color of #f92347 is #ff3333. Color #f92347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 01000111
Octal 371 43 107
Decimal 249 35 71
Hex F9 23 47

RGB Percentages of Color #f92347

%70.14
%9.86
%20.00

CMYK Percentages of Color #f92347

%0
%86
%71
%2

Triadic Colors of #f92347

#f92347 #47f923 #2347f9

Analogous Colors of #f92347

#f92347 #f96a23 #f923b2

Monochromatic Colors of #f92347

#f92347

Complementary Color

#f92347 #23f9d5

#f92347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92347 Color CSS Codes

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

#f92347 Text Font Color

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

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


#f92347 Background Color

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

This div background color is #f92347


#f92347 Border Color

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

This div border color is #f92347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92347


Comments

No comments written yet.

Please login to write comment.