Color Hex Logo

#f0160c Color Hex

#F0160C
(240,22,12)
0 Favorites   0 Comments

Color spaces of #f0160c

RGB 2402212
HSL0.010.900.49
HSV95°94°
CMYK 0.000.910.95   0.06
XYZ36.288519.12562.1268
Yxy19.12560.63070.3324
Hunter Lab43.732871.582827.7296
CIE-Lab50.833874.650461.3684

#f0160c color RGB value is (240,22,12).

#f0160c hex color red value is 240, green value is 22 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #f0160c hue: 0.01 , saturation: 0.90 and the lightness value of f0160c is 0.49.

The process color (four color CMYK) of #f0160c color hex is 0.00, 0.91, 0.95, 0.06. Web safe color of #f0160c is #ff0000. Color #f0160c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010110 00001100
Octal 360 26 14
Decimal 240 22 12
Hex F0 16 C

RGB Percentages of Color #f0160c

%87.59
%8.03
%4.38

CMYK Percentages of Color #f0160c

%0
%91
%95
%6

Triadic Colors of #f0160c

#f0160c #0cf016 #160cf0

Analogous Colors of #f0160c

#f0160c #f0880c #f00c74

Monochromatic Colors of #f0160c

#f0160c

Complementary Color

#f0160c #0ce6f0

#f0160c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0160c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0160c Color CSS Codes

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

#f0160c Text Font Color

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

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


#f0160c Background Color

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

This div background color is #f0160c


#f0160c Border Color

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

This div border color is #f0160c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,22,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0160c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0160c;
  -webkit-box-shadow: 1px 1px 3px 2px #f0160c;
  box-shadow:         1px 1px 3px 2px #f0160c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,22,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0160c


Comments

No comments written yet.

Please login to write comment.