Color Hex Logo

#f96573 Color Hex

#F96573
(249,101,115)
0 Favorites   0 Comments

Color spaces of #f96573

RGB 249101115
HSL0.980.930.69
HSV354°59°98°
CMYK 0.000.590.54   0.02
XYZ46.815130.684919.6750
Yxy30.68490.48180.3158
Hunter Lab55.394053.916317.7170
CIE-Lab62.240757.624021.8276

#f96573 color RGB value is (249,101,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100101 01110011
Octal 371 145 163
Decimal 249 101 115
Hex F9 65 73

RGB Percentages of Color #f96573

%53.55
%21.72
%24.73

CMYK Percentages of Color #f96573

%0
%59
%54
%2

Triadic Colors of #f96573

#f96573 #73f965 #6573f9

Analogous Colors of #f96573

#f96573 #f9a165 #f965bd

Monochromatic Colors of #f96573

#f96573

Complementary Color

#f96573 #65f9eb

#f96573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96573 Color CSS Codes

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

#f96573 Text Font Color

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

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


#f96573 Background Color

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

This div background color is #f96573


#f96573 Border Color

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

This div border color is #f96573


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,101,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 #f96573">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96573


Comments

No comments written yet.

Please login to write comment.