Color Hex Logo

#f69a7a Color Hex

#F69A7A
(246,154,122)
0 Favorites   0 Comments

Color spaces of #f69a7a

RGB 246154122
HSL0.040.870.72
HSV15°50°96°
CMYK 0.000.370.50   0.04
XYZ53.074544.109224.1289
Yxy44.10920.43750.3636
Hunter Lab66.414826.420224.9499
CIE-Lab72.301431.126731.2149

#f69a7a color RGB value is (246,154,122).

#f69a7a hex color red value is 246, green value is 154 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f69a7a hue: 0.04 , saturation: 0.87 and the lightness value of f69a7a is 0.72.

The process color (four color CMYK) of #f69a7a color hex is 0.00, 0.37, 0.50, 0.04. Web safe color of #f69a7a is #ff9966. Color #f69a7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011010 01111010
Octal 366 232 172
Decimal 246 154 122
Hex F6 9A 7A

RGB Percentages of Color #f69a7a

%47.13
%29.50
%23.37

CMYK Percentages of Color #f69a7a

%0
%37
%50
%4

Triadic Colors of #f69a7a

#f69a7a #7af69a #9a7af6

Analogous Colors of #f69a7a

#f69a7a #f6d87a #f67a98

Monochromatic Colors of #f69a7a

#f69a7a

Complementary Color

#f69a7a #7ad6f6

#f69a7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69a7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69a7a Color CSS Codes

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

#f69a7a Text Font Color

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

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


#f69a7a Background Color

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

This div background color is #f69a7a


#f69a7a Border Color

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

This div border color is #f69a7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69a7a


Comments

No comments written yet.

Please login to write comment.