Color Hex Logo

#f96376 Color Hex

#F96376
(249,99,118)
0 Favorites   0 Comments

Color spaces of #f96376

RGB 24999118
HSL0.980.930.68
HSV352°60°98°
CMYK 0.000.600.53   0.02
XYZ46.798830.371420.5352
Yxy30.37140.47900.3108
Hunter Lab55.110355.136616.4845
CIE-Lab61.973458.730619.7422

#f96376 color RGB value is (249,99,118).

#f96376 hex color red value is 249, green value is 99 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f96376 hue: 0.98 , saturation: 0.93 and the lightness value of f96376 is 0.68.

The process color (four color CMYK) of #f96376 color hex is 0.00, 0.60, 0.53, 0.02. Web safe color of #f96376 is #ff6666. Color #f96376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100011 01110110
Octal 371 143 166
Decimal 249 99 118
Hex F9 63 76

RGB Percentages of Color #f96376

%53.43
%21.24
%25.32

CMYK Percentages of Color #f96376

%0
%60
%53
%2

Triadic Colors of #f96376

#f96376 #76f963 #6376f9

Analogous Colors of #f96376

#f96376 #f99b63 #f963c1

Monochromatic Colors of #f96376

#f96376

Complementary Color

#f96376 #63f9e6

#f96376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96376 Color CSS Codes

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

#f96376 Text Font Color

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

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


#f96376 Background Color

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

This div background color is #f96376


#f96376 Border Color

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

This div border color is #f96376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96376

Related Colors


Comments

No comments written yet.

Please login to write comment.