Color Hex Logo

#f6414e Color Hex

#F6414E
(246,65,78)
0 Favorites   0 Comments

Color spaces of #f6414e

RGB 2466578
HSL0.990.910.61
HSV356°74°96°
CMYK 0.000.740.68   0.04
XYZ41.271523.92359.6502
Yxy23.92350.55140.3196
Hunter Lab48.911765.022322.5403
CIE-Lab56.011168.230534.9864

#f6414e color RGB value is (246,65,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 01001110
Octal 366 101 116
Decimal 246 65 78
Hex F6 41 4E

RGB Percentages of Color #f6414e

%63.24
%16.71
%20.05

CMYK Percentages of Color #f6414e

%0
%74
%68
%4

Triadic Colors of #f6414e

#f6414e #4ef641 #414ef6

Analogous Colors of #f6414e

#f6414e #f68f41 #f641a9

Monochromatic Colors of #f6414e

#f6414e

Complementary Color

#f6414e #41f6e9

#f6414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6414e Color CSS Codes

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

#f6414e Text Font Color

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

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


#f6414e Background Color

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

This div background color is #f6414e


#f6414e Border Color

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

This div border color is #f6414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6414e


Comments

No comments written yet.

Please login to write comment.