Color Hex Logo

#f6515e Color Hex

#F6515E
(246,81,94)
0 Favorites   0 Comments

Color spaces of #f6515e

RGB 2468194
HSL0.990.900.64
HSV355°67°96°
CMYK 0.000.670.62   0.04
XYZ42.968826.285813.3986
Yxy26.28580.51990.3180
Hunter Lab51.269759.877820.3942
CIE-Lab58.307363.453728.6375

#f6515e color RGB value is (246,81,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010001 01011110
Octal 366 121 136
Decimal 246 81 94
Hex F6 51 5E

RGB Percentages of Color #f6515e

%58.43
%19.24
%22.33

CMYK Percentages of Color #f6515e

%0
%67
%62
%4

Triadic Colors of #f6515e

#f6515e #5ef651 #515ef6

Analogous Colors of #f6515e

#f6515e #f69751 #f651b1

Monochromatic Colors of #f6515e

#f6515e

Complementary Color

#f6515e #51f6e9

#f6515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6515e Color CSS Codes

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

#f6515e Text Font Color

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

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


#f6515e Background Color

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

This div background color is #f6515e


#f6515e Border Color

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

This div border color is #f6515e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,81,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 #f6515e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6515e

Related Colors


Comments

No comments written yet.

Please login to write comment.