Color Hex Logo

#f2150e Color Hex

#F2150E
(242,21,14)
0 Favorites   0 Comments

Color spaces of #f2150e

RGB 2422114
HSL0.010.900.50
HSV94°95°
CMYK 0.000.910.94   0.05
XYZ36.965419.44532.2205
Yxy19.44530.63050.3317
Hunter Lab44.096872.463227.8822
CIE-Lab51.204275.295661.2272

#f2150e color RGB value is (242,21,14).

#f2150e hex color red value is 242, green value is 21 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f2150e hue: 0.01 , saturation: 0.90 and the lightness value of f2150e is 0.50.

The process color (four color CMYK) of #f2150e color hex is 0.00, 0.91, 0.94, 0.05. Web safe color of #f2150e is #ff0000. Color #f2150e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010101 00001110
Octal 362 25 16
Decimal 242 21 14
Hex F2 15 E

RGB Percentages of Color #f2150e

%87.36
%7.58
%5.05

CMYK Percentages of Color #f2150e

%0
%91
%94
%5

Triadic Colors of #f2150e

#f2150e #0ef215 #150ef2

Analogous Colors of #f2150e

#f2150e #f2870e #f20e79

Monochromatic Colors of #f2150e

#f2150e

Complementary Color

#f2150e #0eebf2

#f2150e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2150e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2150e Color CSS Codes

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

#f2150e Text Font Color

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

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


#f2150e Background Color

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

This div background color is #f2150e


#f2150e Border Color

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

This div border color is #f2150e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,21,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2150e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2150e;
  -webkit-box-shadow: 1px 1px 3px 2px #f2150e;
  box-shadow:         1px 1px 3px 2px #f2150e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,21,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2150e


Comments

No comments written yet.

Please login to write comment.