Color Hex Logo

#f6947e Color Hex

#F6947E
(246,148,126)
0 Favorites   0 Comments

Color spaces of #f6947e

RGB 246148126
HSL0.030.870.73
HSV11°49°96°
CMYK 0.000.400.49   0.04
XYZ52.361842.279025.1396
Yxy42.27900.43710.3530
Hunter Lab65.022329.955222.5923
CIE-Lab71.062934.614127.4126

#f6947e color RGB value is (246,148,126).

#f6947e hex color red value is 246, green value is 148 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f6947e hue: 0.03 , saturation: 0.87 and the lightness value of f6947e is 0.73.

The process color (four color CMYK) of #f6947e color hex is 0.00, 0.40, 0.49, 0.04. Web safe color of #f6947e is #ff9966. Color #f6947e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010100 01111110
Octal 366 224 176
Decimal 246 148 126
Hex F6 94 7E

RGB Percentages of Color #f6947e

%47.31
%28.46
%24.23

CMYK Percentages of Color #f6947e

%0
%40
%49
%4

Triadic Colors of #f6947e

#f6947e #7ef694 #947ef6

Analogous Colors of #f6947e

#f6947e #f6d07e #f67ea4

Monochromatic Colors of #f6947e

#f6947e

Complementary Color

#f6947e #7ee0f6

#f6947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6947e Color CSS Codes

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

#f6947e Text Font Color

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

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


#f6947e Background Color

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

This div background color is #f6947e


#f6947e Border Color

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

This div border color is #f6947e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6947e


Comments

No comments written yet.

Please login to write comment.