Color Hex Logo

#f6408b Color Hex

#F6408B
(246,64,139)
0 Favorites   0 Comments

Color spaces of #f6408b

RGB 24664139
HSL0.930.910.61
HSV335°74°96°
CMYK 0.000.740.43   0.04
XYZ44.499625.123726.9301
Yxy25.12370.46090.2602
Hunter Lab50.123570.75583.2315
CIE-Lab57.195772.74910.6575

#f6408b color RGB value is (246,64,139).

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

The process color (four color CMYK) of #f6408b color hex is 0.00, 0.74, 0.43, 0.04. Web safe color of #f6408b is #ff3399. Color #f6408b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 10001011
Octal 366 100 213
Decimal 246 64 139
Hex F6 40 8B

RGB Percentages of Color #f6408b

%54.79
%14.25
%30.96

CMYK Percentages of Color #f6408b

%0
%74
%43
%4

Triadic Colors of #f6408b

#f6408b #8bf640 #408bf6

Analogous Colors of #f6408b

#f6408b #f65040 #f640e6

Monochromatic Colors of #f6408b

#f6408b

Complementary Color

#f6408b #40f6ab

#f6408b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6408b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6408b Color CSS Codes

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

#f6408b Text Font Color

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

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


#f6408b Background Color

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

This div background color is #f6408b


#f6408b Border Color

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

This div border color is #f6408b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6408b


Comments

No comments written yet.

Please login to write comment.