Color Hex Logo

#f92247 Color Hex

#F92247
(249,34,71)
0 Favorites   0 Comments

Color spaces of #f92247

RGB 2493471
HSL0.970.950.55
HSV350°86°98°
CMYK 0.000.860.71   0.02
XYZ40.776321.73878.0081
Yxy21.73870.57820.3082
Hunter Lab46.624874.516122.4539
CIE-Lab53.748776.462136.4610

#f92247 color RGB value is (249,34,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100010 01000111
Octal 371 42 107
Decimal 249 34 71
Hex F9 22 47

RGB Percentages of Color #f92247

%70.34
%9.60
%20.06

CMYK Percentages of Color #f92247

%0
%86
%71
%2

Triadic Colors of #f92247

#f92247 #47f922 #2247f9

Analogous Colors of #f92247

#f92247 #f96922 #f922b3

Monochromatic Colors of #f92247

#f92247

Complementary Color

#f92247 #22f9d4

#f92247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92247 Color CSS Codes

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

#f92247 Text Font Color

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

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


#f92247 Background Color

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

This div background color is #f92247


#f92247 Border Color

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

This div border color is #f92247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92247


Comments

No comments written yet.

Please login to write comment.