Color Hex Logo

#f95755 Color Hex

#F95755
(249,87,85)
0 Favorites   0 Comments

Color spaces of #f95755

RGB 2498785
HSL0.000.930.65
HSV66°98°
CMYK 0.000.650.66   0.02
XYZ44.114827.612011.5989
Yxy27.61200.52940.3314
Hunter Lab52.547157.898423.6957
CIE-Lab59.536661.537035.4266

#f95755 color RGB value is (249,87,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010111 01010101
Octal 371 127 125
Decimal 249 87 85
Hex F9 57 55

RGB Percentages of Color #f95755

%59.14
%20.67
%20.19

CMYK Percentages of Color #f95755

%0
%65
%66
%2

Triadic Colors of #f95755

#f95755 #55f957 #5755f9

Analogous Colors of #f95755

#f95755 #f9a955 #f955a5

Monochromatic Colors of #f95755

#f95755

Complementary Color

#f95755 #55f7f9

#f95755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95755 Color CSS Codes

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

#f95755 Text Font Color

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

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


#f95755 Background Color

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

This div background color is #f95755


#f95755 Border Color

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

This div border color is #f95755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95755


Comments

No comments written yet.

Please login to write comment.