Color Hex Logo

#f6707e Color Hex

#F6707E
(246,112,126)
0 Favorites   0 Comments

Color spaces of #f6707e

RGB 246112126
HSL0.980.880.70
HSV354°54°96°
CMYK 0.000.540.49   0.04
XYZ47.566132.687523.5410
Yxy32.68750.45830.3149
Hunter Lab57.173048.453615.6084
CIE-Lab63.907152.541817.7329

#f6707e color RGB value is (246,112,126).

#f6707e hex color red value is 246, green value is 112 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f6707e hue: 0.98 , saturation: 0.88 and the lightness value of f6707e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110000 01111110
Octal 366 160 176
Decimal 246 112 126
Hex F6 70 7E

RGB Percentages of Color #f6707e

%50.83
%23.14
%26.03

CMYK Percentages of Color #f6707e

%0
%54
%49
%4

Triadic Colors of #f6707e

#f6707e #7ef670 #707ef6

Analogous Colors of #f6707e

#f6707e #f6a570 #f670c1

Monochromatic Colors of #f6707e

#f6707e

Complementary Color

#f6707e #70f6e8

#f6707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6707e Color CSS Codes

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

#f6707e Text Font Color

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

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


#f6707e Background Color

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

This div background color is #f6707e


#f6707e Border Color

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

This div border color is #f6707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6707e


Comments

No comments written yet.

Please login to write comment.