Color Hex Logo

#f0103e Color Hex

#F0103E
(240,16,62)
0 Favorites   0 Comments

Color spaces of #f0103e

RGB 2401662
HSL0.970.880.50
HSV348°93°94°
CMYK 0.000.930.74   0.06
XYZ36.990019.24366.3222
Yxy19.24360.59130.3076
Hunter Lab43.867573.746722.1624
CIE-Lab50.971076.381638.0212

#f0103e color RGB value is (240,16,62).

#f0103e hex color red value is 240, green value is 16 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f0103e hue: 0.97 , saturation: 0.88 and the lightness value of f0103e is 0.50.

The process color (four color CMYK) of #f0103e color hex is 0.00, 0.93, 0.74, 0.06. Web safe color of #f0103e is #ff0033. Color #f0103e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010000 00111110
Octal 360 20 76
Decimal 240 16 62
Hex F0 10 3E

RGB Percentages of Color #f0103e

%75.47
%5.03
%19.50

CMYK Percentages of Color #f0103e

%0
%93
%74
%6

Triadic Colors of #f0103e

#f0103e #3ef010 #103ef0

Analogous Colors of #f0103e

#f0103e #f05210 #f010ae

Monochromatic Colors of #f0103e

#f0103e

Complementary Color

#f0103e #10f0c2

#f0103e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0103e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0103e Color CSS Codes

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

#f0103e Text Font Color

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

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


#f0103e Background Color

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

This div background color is #f0103e


#f0103e Border Color

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

This div border color is #f0103e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,16,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 #f0103e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0103e


Comments

No comments written yet.

Please login to write comment.