Color Hex Logo

#f00000 Color Hex

#F00000
(240,0,0)
7 Favorites   2 Comments

Color spaces of #f00000

RGB 24000
HSL0.001.000.47
HSV100°94°
CMYK 0.001.001.00   0.06
XYZ35.935218.52531.6817
Yxy18.52530.64010.3300
Hunter Lab43.041073.708927.8121
CIE-Lab50.127176.515564.2050

#f00000 color RGB value is (240,0,0).

#f00000 hex color red value is 240, green value is 0 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f00000 hue: 0.00 , saturation: 1.00 and the lightness value of f00000 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000000 00000000
Octal 360 0 0
Decimal 240 0 0
Hex F0 0 0

RGB Percentages of Color #f00000

%100.00
%0.00
%0.00

CMYK Percentages of Color #f00000

%0
%100
%100
%6

Triadic Colors of #f00000

#f00000 #00f000 #0000f0

Analogous Colors of #f00000

#f00000 #f07800 #f00078

Monochromatic Colors of #f00000

#f00000

Complementary Color

#f00000 #00f0f0

#f00000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00000 Color CSS Codes

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

#f00000 Text Font Color

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

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


#f00000 Background Color

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

This div background color is #f00000


#f00000 Border Color

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

This div border color is #f00000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00000


Comments

25 Mar 2021, 15:17 Bit125

Red, without the eyesore

16 Jan 2013, 3:07 (guest)

Referencing its hex numba

Please login to write comment.