Color Hex Logo

#f6517a Color Hex

#F6517A
(246,81,122)
0 Favorites   0 Comments

Color spaces of #f6517a

RGB 24681122
HSL0.960.900.64
HSV345°67°96°
CMYK 0.000.670.50   0.04
XYZ44.461326.882821.2579
Yxy26.88280.48010.2903
Hunter Lab51.848662.332511.9852
CIE-Lab58.865765.439713.0542

#f6517a color RGB value is (246,81,122).

#f6517a hex color red value is 246, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f6517a hue: 0.96 , saturation: 0.90 and the lightness value of f6517a is 0.64.

The process color (four color CMYK) of #f6517a color hex is 0.00, 0.67, 0.50, 0.04. Web safe color of #f6517a is #ff6666. Color #f6517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010001 01111010
Octal 366 121 172
Decimal 246 81 122
Hex F6 51 7A

RGB Percentages of Color #f6517a

%54.79
%18.04
%27.17

CMYK Percentages of Color #f6517a

%0
%67
%50
%4

Triadic Colors of #f6517a

#f6517a #7af651 #517af6

Analogous Colors of #f6517a

#f6517a #f67b51 #f651cd

Monochromatic Colors of #f6517a

#f6517a

Complementary Color

#f6517a #51f6cd

#f6517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6517a Color CSS Codes

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

#f6517a Text Font Color

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

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


#f6517a Background Color

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

This div background color is #f6517a


#f6517a Border Color

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

This div border color is #f6517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6517a


Comments

No comments written yet.

Please login to write comment.