Color Hex Logo

#f6405e Color Hex

#F6405E
(246,64,94)
0 Favorites   0 Comments

Color spaces of #f6405e

RGB 2466494
HSL0.970.910.61
HSV350°74°96°
CMYK 0.000.740.62   0.04
XYZ41.859824.067813.0290
Yxy24.06780.53020.3048
Hunter Lab49.058966.452918.5951
CIE-Lab56.155669.398225.8509

#f6405e color RGB value is (246,64,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 01011110
Octal 366 100 136
Decimal 246 64 94
Hex F6 40 5E

RGB Percentages of Color #f6405e

%60.89
%15.84
%23.27

CMYK Percentages of Color #f6405e

%0
%74
%62
%4

Triadic Colors of #f6405e

#f6405e #5ef640 #405ef6

Analogous Colors of #f6405e

#f6405e #f67d40 #f640b9

Monochromatic Colors of #f6405e

#f6405e

Complementary Color

#f6405e #40f6d8

#f6405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6405e Color CSS Codes

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

#f6405e Text Font Color

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

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


#f6405e Background Color

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

This div background color is #f6405e


#f6405e Border Color

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

This div border color is #f6405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6405e

Related Colors


Comments

No comments written yet.

Please login to write comment.