Color Hex Logo

#f12312 Color Hex

#F12312
(241,35,18)
0 Favorites   0 Comments

Color spaces of #f12312

RGB 2413518
HSL0.010.890.51
HSV93°95°
CMYK 0.000.850.93   0.05
XYZ36.985819.94652.4730
Yxy19.94650.62260.3358
Hunter Lab44.661569.664627.9800
CIE-Lab51.776772.895160.2170

#f12312 color RGB value is (241,35,18).

#f12312 hex color red value is 241, green value is 35 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #f12312 hue: 0.01 , saturation: 0.89 and the lightness value of f12312 is 0.51.

The process color (four color CMYK) of #f12312 color hex is 0.00, 0.85, 0.93, 0.05. Web safe color of #f12312 is #ff3300. Color #f12312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100011 00010010
Octal 361 43 22
Decimal 241 35 18
Hex F1 23 12

RGB Percentages of Color #f12312

%81.97
%11.90
%6.12

CMYK Percentages of Color #f12312

%0
%85
%93
%5

Triadic Colors of #f12312

#f12312 #12f123 #2312f1

Analogous Colors of #f12312

#f12312 #f19312 #f11271

Monochromatic Colors of #f12312

#f12312

Complementary Color

#f12312 #12e0f1

#f12312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12312 Color CSS Codes

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

#f12312 Text Font Color

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

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


#f12312 Background Color

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

This div background color is #f12312


#f12312 Border Color

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

This div border color is #f12312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12312


Comments

No comments written yet.

Please login to write comment.