Color Hex Logo

#f9768e Color Hex

#F9768E
(249,118,142)
0 Favorites   0 Comments

Color spaces of #f9768e

RGB 249118142
HSL0.970.920.72
HSV349°53°98°
CMYK 0.000.530.43   0.02
XYZ50.427835.049629.6986
Yxy35.04960.43780.3043
Hunter Lab59.202748.438411.6995
CIE-Lab65.787352.243911.3079

#f9768e color RGB value is (249,118,142).

#f9768e hex color red value is 249, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f9768e hue: 0.97 , saturation: 0.92 and the lightness value of f9768e is 0.72.

The process color (four color CMYK) of #f9768e color hex is 0.00, 0.53, 0.43, 0.02. Web safe color of #f9768e is #ff6699. Color #f9768e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110110 10001110
Octal 371 166 216
Decimal 249 118 142
Hex F9 76 8E

RGB Percentages of Color #f9768e

%48.92
%23.18
%27.90

CMYK Percentages of Color #f9768e

%0
%53
%43
%2

Triadic Colors of #f9768e

#f9768e #8ef976 #768ef9

Analogous Colors of #f9768e

#f9768e #f9a076 #f976d0

Monochromatic Colors of #f9768e

#f9768e

Complementary Color

#f9768e #76f9e1

#f9768e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9768e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9768e Color CSS Codes

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

#f9768e Text Font Color

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

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


#f9768e Background Color

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

This div background color is #f9768e


#f9768e Border Color

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

This div border color is #f9768e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,118,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9768e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9768e;
  -webkit-box-shadow: 1px 1px 3px 2px #f9768e;
  box-shadow:         1px 1px 3px 2px #f9768e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,118,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9768e


Comments

No comments written yet.

Please login to write comment.