Color Hex Logo

#f9113e Color Hex

#F9113E
(249,17,62)
0 Favorites   0 Comments

Color spaces of #f9113e

RGB 2491762
HSL0.970.950.52
HSV348°93°98°
CMYK 0.000.930.75   0.02
XYZ40.136920.88846.4738
Yxy20.88840.59460.3095
Hunter Lab45.703876.776223.5944
CIE-Lab52.827178.452740.6073

#f9113e color RGB value is (249,17,62).

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

The process color (four color CMYK) of #f9113e color hex is 0.00, 0.93, 0.75, 0.02. Web safe color of #f9113e is #ff0033. Color #f9113e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010001 00111110
Octal 371 21 76
Decimal 249 17 62
Hex F9 11 3E

RGB Percentages of Color #f9113e

%75.91
%5.18
%18.90

CMYK Percentages of Color #f9113e

%0
%93
%75
%2

Triadic Colors of #f9113e

#f9113e #3ef911 #113ef9

Analogous Colors of #f9113e

#f9113e #f95811 #f911b2

Monochromatic Colors of #f9113e

#f9113e

Complementary Color

#f9113e #11f9cc

#f9113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9113e Color CSS Codes

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

#f9113e Text Font Color

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

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


#f9113e Background Color

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

This div background color is #f9113e


#f9113e Border Color

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

This div border color is #f9113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9113e


Comments

No comments written yet.

Please login to write comment.