Color Hex Logo

#f9595d Color Hex

#F9595D
(249,89,93)
0 Favorites   0 Comments

Color spaces of #f9595d

RGB 2498993
HSL1.000.930.66
HSV359°64°98°
CMYK 0.000.640.63   0.02
XYZ44.615128.074813.4234
Yxy28.07480.51810.3260
Hunter Lab52.985757.576122.0694
CIE-Lab59.956361.186031.4191

#f9595d color RGB value is (249,89,93).

#f9595d hex color red value is 249, green value is 89 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f9595d hue: 1.00 , saturation: 0.93 and the lightness value of f9595d is 0.66.

The process color (four color CMYK) of #f9595d color hex is 0.00, 0.64, 0.63, 0.02. Web safe color of #f9595d is #ff6666. Color #f9595d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011001 01011101
Octal 371 131 135
Decimal 249 89 93
Hex F9 59 5D

RGB Percentages of Color #f9595d

%57.77
%20.65
%21.58

CMYK Percentages of Color #f9595d

%0
%64
%63
%2

Triadic Colors of #f9595d

#f9595d #5df959 #595df9

Analogous Colors of #f9595d

#f9595d #f9a559 #f959ad

Monochromatic Colors of #f9595d

#f9595d

Complementary Color

#f9595d #59f9f5

#f9595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9595d Color CSS Codes

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

#f9595d Text Font Color

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

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


#f9595d Background Color

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

This div background color is #f9595d


#f9595d Border Color

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

This div border color is #f9595d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9595d


Comments

No comments written yet.

Please login to write comment.