Color Hex Logo

#f6715f Color Hex

#F6715F
(246,113,95)
0 Favorites   0 Comments

Color spaces of #f6715f

RGB 24611395
HSL0.020.890.67
HSV61°96°
CMYK 0.000.540.61   0.04
XYZ45.976732.229314.6241
Yxy32.22930.49530.3472
Hunter Lab56.770945.211824.4666
CIE-Lab63.531949.687034.7005

#f6715f color RGB value is (246,113,95).

#f6715f hex color red value is 246, green value is 113 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f6715f hue: 0.02 , saturation: 0.89 and the lightness value of f6715f is 0.67.

The process color (four color CMYK) of #f6715f color hex is 0.00, 0.54, 0.61, 0.04. Web safe color of #f6715f is #ff6666. Color #f6715f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110001 01011111
Octal 366 161 137
Decimal 246 113 95
Hex F6 71 5F

RGB Percentages of Color #f6715f

%54.19
%24.89
%20.93

CMYK Percentages of Color #f6715f

%0
%54
%61
%4

Triadic Colors of #f6715f

#f6715f #5ff671 #715ff6

Analogous Colors of #f6715f

#f6715f #f6bd5f #f65f99

Monochromatic Colors of #f6715f

#f6715f

Complementary Color

#f6715f #5fe4f6

#f6715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6715f Color CSS Codes

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

#f6715f Text Font Color

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

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


#f6715f Background Color

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

This div background color is #f6715f


#f6715f Border Color

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

This div border color is #f6715f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6715f


Comments

No comments written yet.

Please login to write comment.