Color Hex Logo

#f00604 Color Hex

#F00604
(240,6,4)
0 Favorites   0 Comments

Color spaces of #f00604

RGB 24064
HSL0.000.970.48
HSV98°94°
CMYK 0.000.980.98   0.06
XYZ36.022218.66431.8188
Yxy18.66430.63750.3303
Hunter Lab43.202273.230327.7454
CIE-Lab50.292176.095963.1712

#f00604 color RGB value is (240,6,4).

#f00604 hex color red value is 240, green value is 6 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f00604 hue: 0.00 , saturation: 0.97 and the lightness value of f00604 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 00000100
Octal 360 6 4
Decimal 240 6 4
Hex F0 6 4

RGB Percentages of Color #f00604

%96.00
%2.40
%1.60

CMYK Percentages of Color #f00604

%0
%98
%98
%6

Triadic Colors of #f00604

#f00604 #04f006 #0604f0

Analogous Colors of #f00604

#f00604 #f07c04 #f00478

Monochromatic Colors of #f00604

#f00604

Complementary Color

#f00604 #04eef0

#f00604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00604 Color CSS Codes

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

#f00604 Text Font Color

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

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


#f00604 Background Color

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

This div background color is #f00604


#f00604 Border Color

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

This div border color is #f00604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00604


Comments

No comments written yet.

Please login to write comment.