Color Hex Logo

#f6967e Color Hex

#F6967E
(246,150,126)
0 Favorites   0 Comments

Color spaces of #f6967e

RGB 246150126
HSL0.030.870.73
HSV12°49°96°
CMYK 0.000.390.49   0.04
XYZ52.678342.911925.2450
Yxy42.91190.43600.3551
Hunter Lab65.507228.905123.0060
CIE-Lab71.495133.575027.9867

#f6967e color RGB value is (246,150,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010110 01111110
Octal 366 226 176
Decimal 246 150 126
Hex F6 96 7E

RGB Percentages of Color #f6967e

%47.13
%28.74
%24.14

CMYK Percentages of Color #f6967e

%0
%39
%49
%4

Triadic Colors of #f6967e

#f6967e #7ef696 #967ef6

Analogous Colors of #f6967e

#f6967e #f6d27e #f67ea2

Monochromatic Colors of #f6967e

#f6967e

Complementary Color

#f6967e #7edef6

#f6967e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6967e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6967e Color CSS Codes

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

#f6967e Text Font Color

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

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


#f6967e Background Color

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

This div background color is #f6967e


#f6967e Border Color

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

This div border color is #f6967e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6967e


Comments

No comments written yet.

Please login to write comment.