Color Hex Logo

#f6549a Color Hex

#F6549A
(246,84,154)
0 Favorites   0 Comments

Color spaces of #f6549a

RGB 24684154
HSL0.930.900.65
HSV334°66°96°
CMYK 0.000.660.37   0.04
XYZ47.009128.266633.5502
Yxy28.26660.43200.2597
Hunter Lab53.166364.7867-0.1980
CIE-Lab60.128867.2717-3.8288

#f6549a color RGB value is (246,84,154).

#f6549a hex color red value is 246, green value is 84 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f6549a hue: 0.93 , saturation: 0.90 and the lightness value of f6549a is 0.65.

The process color (four color CMYK) of #f6549a color hex is 0.00, 0.66, 0.37, 0.04. Web safe color of #f6549a is #ff6699. Color #f6549a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 10011010
Octal 366 124 232
Decimal 246 84 154
Hex F6 54 9A

RGB Percentages of Color #f6549a

%50.83
%17.36
%31.82

CMYK Percentages of Color #f6549a

%0
%66
%37
%4

Triadic Colors of #f6549a

#f6549a #9af654 #549af6

Analogous Colors of #f6549a

#f6549a #f65f54 #f654eb

Monochromatic Colors of #f6549a

#f6549a

Complementary Color

#f6549a #54f6b0

#f6549a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6549a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6549a Color CSS Codes

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

#f6549a Text Font Color

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

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


#f6549a Background Color

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

This div background color is #f6549a


#f6549a Border Color

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

This div border color is #f6549a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6549a


Comments

No comments written yet.

Please login to write comment.