Color Hex Logo

#f93237 Color Hex

#F93237
(249,50,55)
0 Favorites   0 Comments

Color spaces of #f93237

RGB 2495055
HSL1.000.940.59
HSV358°80°98°
CMYK 0.000.800.78   0.02
XYZ40.897122.69685.8398
Yxy22.69680.58900.3269
Hunter Lab47.641269.859626.0811
CIE-Lab54.758672.480746.5737

#f93237 color RGB value is (249,50,55).

#f93237 hex color red value is 249, green value is 50 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #f93237 hue: 1.00 , saturation: 0.94 and the lightness value of f93237 is 0.59.

The process color (four color CMYK) of #f93237 color hex is 0.00, 0.80, 0.78, 0.02. Web safe color of #f93237 is #ff3333. Color #f93237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 00110111
Octal 371 62 67
Decimal 249 50 55
Hex F9 32 37

RGB Percentages of Color #f93237

%70.34
%14.12
%15.54

CMYK Percentages of Color #f93237

%0
%80
%78
%2

Triadic Colors of #f93237

#f93237 #37f932 #3237f9

Analogous Colors of #f93237

#f93237 #f99132 #f9329b

Monochromatic Colors of #f93237

#f93237

Complementary Color

#f93237 #32f9f4

#f93237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93237 Color CSS Codes

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

#f93237 Text Font Color

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

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


#f93237 Background Color

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

This div background color is #f93237


#f93237 Border Color

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

This div border color is #f93237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93237


Comments

No comments written yet.

Please login to write comment.