Color Hex Logo

#f64151 Color Hex

#F64151
(246,65,81)
0 Favorites   0 Comments

Color spaces of #f64151

RGB 2466581
HSL0.990.910.61
HSV355°74°96°
CMYK 0.000.740.67   0.04
XYZ41.381523.967510.2297
Yxy23.96750.54750.3171
Hunter Lab48.956665.206421.8807
CIE-Lab56.055268.376433.3122

#f64151 color RGB value is (246,65,81).

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

The process color (four color CMYK) of #f64151 color hex is 0.00, 0.74, 0.67, 0.04. Web safe color of #f64151 is #ff3366. Color #f64151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 01010001
Octal 366 101 121
Decimal 246 65 81
Hex F6 41 51

RGB Percentages of Color #f64151

%62.76
%16.58
%20.66

CMYK Percentages of Color #f64151

%0
%74
%67
%4

Triadic Colors of #f64151

#f64151 #51f641 #4151f6

Analogous Colors of #f64151

#f64151 #f68c41 #f641ac

Monochromatic Colors of #f64151

#f64151

Complementary Color

#f64151 #41f6e6

#f64151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64151 Color CSS Codes

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

#f64151 Text Font Color

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

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


#f64151 Background Color

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

This div background color is #f64151


#f64151 Border Color

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

This div border color is #f64151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64151


Comments

No comments written yet.

Please login to write comment.