Color Hex Logo

#f96773 Color Hex

#F96773
(249,103,115)
0 Favorites   0 Comments

Color spaces of #f96773

RGB 249103115
HSL0.990.920.69
HSV355°59°98°
CMYK 0.000.590.54   0.02
XYZ47.011731.078019.7405
Yxy31.07800.48050.3177
Hunter Lab55.747652.969718.0285
CIE-Lab62.573456.742022.2759

#f96773 color RGB value is (249,103,115).

#f96773 hex color red value is 249, green value is 103 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f96773 hue: 0.99 , saturation: 0.92 and the lightness value of f96773 is 0.69.

The process color (four color CMYK) of #f96773 color hex is 0.00, 0.59, 0.54, 0.02. Web safe color of #f96773 is #ff6666. Color #f96773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 01110011
Octal 371 147 163
Decimal 249 103 115
Hex F9 67 73

RGB Percentages of Color #f96773

%53.32
%22.06
%24.63

CMYK Percentages of Color #f96773

%0
%59
%54
%2

Triadic Colors of #f96773

#f96773 #73f967 #6773f9

Analogous Colors of #f96773

#f96773 #f9a467 #f967bc

Monochromatic Colors of #f96773

#f96773

Complementary Color

#f96773 #67f9ed

#f96773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96773 Color CSS Codes

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

#f96773 Text Font Color

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

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


#f96773 Background Color

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

This div background color is #f96773


#f96773 Border Color

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

This div border color is #f96773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96773


Comments

No comments written yet.

Please login to write comment.