Color Hex Logo

#f6548e Color Hex

#F6548E
(246,84,142)
0 Favorites   0 Comments

Color spaces of #f6548e

RGB 24684142
HSL0.940.900.65
HSV339°66°96°
CMYK 0.000.660.42   0.04
XYZ46.058827.886528.5462
Yxy27.88650.44940.2721
Hunter Lab52.807763.27414.9150
CIE-Lab59.786166.06652.6609

#f6548e color RGB value is (246,84,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 10001110
Octal 366 124 216
Decimal 246 84 142
Hex F6 54 8E

RGB Percentages of Color #f6548e

%52.12
%17.80
%30.08

CMYK Percentages of Color #f6548e

%0
%66
%42
%4

Triadic Colors of #f6548e

#f6548e #8ef654 #548ef6

Analogous Colors of #f6548e

#f6548e #f66b54 #f654df

Monochromatic Colors of #f6548e

#f6548e

Complementary Color

#f6548e #54f6bc

#f6548e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6548e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6548e Color CSS Codes

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

#f6548e Text Font Color

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

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


#f6548e Background Color

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

This div background color is #f6548e


#f6548e Border Color

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

This div border color is #f6548e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6548e


Comments

No comments written yet.

Please login to write comment.