Color Hex Logo

#f00606 Color Hex

#F00606
(240,6,6)
0 Favorites   0 Comments

Color spaces of #f00606

RGB 24066
HSL0.000.950.48
HSV98°94°
CMYK 0.000.980.98   0.06
XYZ36.033218.66871.8765
Yxy18.66870.63690.3300
Hunter Lab43.207373.249327.6701
CIE-Lab50.297376.110362.6451

#f00606 color RGB value is (240,6,6).

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

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

Base Numbers

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

RGB Percentages of Color #f00606

%95.24
%2.38
%2.38

CMYK Percentages of Color #f00606

%0
%98
%98
%6

Triadic Colors of #f00606

#f00606 #06f006 #0606f0

Analogous Colors of #f00606

#f00606 #f07b06 #f0067b

Monochromatic Colors of #f00606

#f00606

Complementary Color

#f00606 #06f0f0

#f00606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00606 Color CSS Codes

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

#f00606 Text Font Color

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

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


#f00606 Background Color

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

This div background color is #f00606


#f00606 Border Color

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

This div border color is #f00606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00606


Comments

No comments written yet.

Please login to write comment.