Color Hex Logo

#f6958a Color Hex

#F6958A
(246,149,138)
0 Favorites   0 Comments

Color spaces of #f6958a

RGB 246149138
HSL0.020.860.75
HSV44°96°
CMYK 0.000.390.44   0.04
XYZ53.340942.922729.5183
Yxy42.92270.42410.3412
Hunter Lab65.515430.677919.1474
CIE-Lab71.502535.258221.4248

#f6958a color RGB value is (246,149,138).

#f6958a hex color red value is 246, green value is 149 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f6958a hue: 0.02 , saturation: 0.86 and the lightness value of f6958a is 0.75.

The process color (four color CMYK) of #f6958a color hex is 0.00, 0.39, 0.44, 0.04. Web safe color of #f6958a is #ff9999. Color #f6958a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010101 10001010
Octal 366 225 212
Decimal 246 149 138
Hex F6 95 8A

RGB Percentages of Color #f6958a

%46.15
%27.95
%25.89

CMYK Percentages of Color #f6958a

%0
%39
%44
%4

Triadic Colors of #f6958a

#f6958a #8af695 #958af6

Analogous Colors of #f6958a

#f6958a #f6cb8a #f68ab5

Monochromatic Colors of #f6958a

#f6958a

Complementary Color

#f6958a #8aebf6

#f6958a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6958a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6958a Color CSS Codes

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

#f6958a Text Font Color

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

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


#f6958a Background Color

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

This div background color is #f6958a


#f6958a Border Color

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

This div border color is #f6958a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6958a


Comments

No comments written yet.

Please login to write comment.