Color Hex Logo

#f64640 Color Hex

#F64640
(246,70,64)
0 Favorites   0 Comments

Color spaces of #f64640

RGB 2467064
HSL0.010.910.61
HSV74°96°
CMYK 0.000.720.74   0.04
XYZ41.121624.34337.3819
Yxy24.34330.56450.3342
Hunter Lab49.338962.427925.6665
CIE-Lab56.429965.966543.3275

#f64640 color RGB value is (246,70,64).

#f64640 hex color red value is 246, green value is 70 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f64640 hue: 0.01 , saturation: 0.91 and the lightness value of f64640 is 0.61.

The process color (four color CMYK) of #f64640 color hex is 0.00, 0.72, 0.74, 0.04. Web safe color of #f64640 is #ff3333. Color #f64640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000110 01000000
Octal 366 106 100
Decimal 246 70 64
Hex F6 46 40

RGB Percentages of Color #f64640

%64.74
%18.42
%16.84

CMYK Percentages of Color #f64640

%0
%72
%74
%4

Triadic Colors of #f64640

#f64640 #40f646 #4640f6

Analogous Colors of #f64640

#f64640 #f6a140 #f64095

Monochromatic Colors of #f64640

#f64640

Complementary Color

#f64640 #40f0f6

#f64640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64640 Color CSS Codes

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

#f64640 Text Font Color

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

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


#f64640 Background Color

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

This div background color is #f64640


#f64640 Border Color

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

This div border color is #f64640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,70,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f64640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f64640;
  -webkit-box-shadow: 1px 1px 3px 2px #f64640;
  box-shadow:         1px 1px 3px 2px #f64640; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64640


Comments

No comments written yet.

Please login to write comment.