Color Hex Logo

#f95c6a Color Hex

#F95C6A
(249,92,106)
0 Favorites   0 Comments

Color spaces of #f95c6a

RGB 24992106
HSL0.990.930.67
HSV355°63°98°
CMYK 0.000.630.57   0.02
XYZ45.495628.834616.8034
Yxy28.83460.49920.3164
Hunter Lab53.697957.263219.0352
CIE-Lab60.635460.798424.8524

#f95c6a color RGB value is (249,92,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011100 01101010
Octal 371 134 152
Decimal 249 92 106
Hex F9 5C 6A

RGB Percentages of Color #f95c6a

%55.70
%20.58
%23.71

CMYK Percentages of Color #f95c6a

%0
%63
%57
%2

Triadic Colors of #f95c6a

#f95c6a #6af95c #5c6af9

Analogous Colors of #f95c6a

#f95c6a #f99d5c #f95cb9

Monochromatic Colors of #f95c6a

#f95c6a

Complementary Color

#f95c6a #5cf9eb

#f95c6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95c6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95c6a Color CSS Codes

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

#f95c6a Text Font Color

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

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


#f95c6a Background Color

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

This div background color is #f95c6a


#f95c6a Border Color

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

This div border color is #f95c6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95c6a

Related Colors


Comments

No comments written yet.

Please login to write comment.