Color Hex Logo

#f9575c Color Hex

#F9575C
(249,87,92)
0 Favorites   0 Comments

Color spaces of #f9575c

RGB 2498792
HSL0.990.930.66
HSV358°65°98°
CMYK 0.000.650.63   0.02
XYZ44.406927.728813.1369
Yxy27.72880.52080.3252
Hunter Lab52.658158.378322.0693
CIE-Lab59.642961.931131.5922

#f9575c color RGB value is (249,87,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010111 01011100
Octal 371 127 134
Decimal 249 87 92
Hex F9 57 5C

RGB Percentages of Color #f9575c

%58.18
%20.33
%21.50

CMYK Percentages of Color #f9575c

%0
%65
%63
%2

Triadic Colors of #f9575c

#f9575c #5cf957 #575cf9

Analogous Colors of #f9575c

#f9575c #f9a357 #f957ad

Monochromatic Colors of #f9575c

#f9575c

Complementary Color

#f9575c #57f9f4

#f9575c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9575c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9575c Color CSS Codes

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

#f9575c Text Font Color

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

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


#f9575c Background Color

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

This div background color is #f9575c


#f9575c Border Color

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

This div border color is #f9575c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9575c


Comments

No comments written yet.

Please login to write comment.