Color Hex Logo

#f6906b Color Hex

#F6906B
(246,144,107)
0 Favorites   0 Comments

Color spaces of #f6906b

RGB 246144107
HSL0.040.890.69
HSV16°57°96°
CMYK 0.000.410.57   0.04
XYZ50.633140.600919.0780
Yxy40.60090.45900.3681
Hunter Lab63.718830.334126.8512
CIE-Lab69.895435.085036.1807

#f6906b color RGB value is (246,144,107).

#f6906b hex color red value is 246, green value is 144 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f6906b hue: 0.04 , saturation: 0.89 and the lightness value of f6906b is 0.69.

The process color (four color CMYK) of #f6906b color hex is 0.00, 0.41, 0.57, 0.04. Web safe color of #f6906b is #ff9966. Color #f6906b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010000 01101011
Octal 366 220 153
Decimal 246 144 107
Hex F6 90 6B

RGB Percentages of Color #f6906b

%49.50
%28.97
%21.53

CMYK Percentages of Color #f6906b

%0
%41
%57
%4

Triadic Colors of #f6906b

#f6906b #6bf690 #906bf6

Analogous Colors of #f6906b

#f6906b #f6d66b #f66b8c

Monochromatic Colors of #f6906b

#f6906b

Complementary Color

#f6906b #6bd1f6

#f6906b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6906b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6906b Color CSS Codes

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

#f6906b Text Font Color

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

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


#f6906b Background Color

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

This div background color is #f6906b


#f6906b Border Color

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

This div border color is #f6906b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6906b


Comments

No comments written yet.

Please login to write comment.