Color Hex Logo

#f39595 Color Hex

#F39595
(243,149,149)
0 Favorites   0 Comments

Color spaces of #f39595

RGB 243149149
HSL0.000.800.77
HSV39°95°
CMYK 0.000.390.39   0.05
XYZ53.134442.719533.8790
Yxy42.71950.40960.3293
Hunter Lab65.360230.730915.0195
CIE-Lab71.364235.321415.1027

#f39595 color RGB value is (243,149,149).

#f39595 hex color red value is 243, green value is 149 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f39595 hue: 0.00 , saturation: 0.80 and the lightness value of f39595 is 0.77.

The process color (four color CMYK) of #f39595 color hex is 0.00, 0.39, 0.39, 0.05. Web safe color of #f39595 is #ff9999. Color #f39595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010101 10010101
Octal 363 225 225
Decimal 243 149 149
Hex F3 95 95

RGB Percentages of Color #f39595

%44.92
%27.54
%27.54

CMYK Percentages of Color #f39595

%0
%39
%39
%5

Triadic Colors of #f39595

#f39595 #95f395 #9595f3

Analogous Colors of #f39595

#f39595 #f3c495 #f395c4

Monochromatic Colors of #f39595

#f39595

Complementary Color

#f39595 #95f3f3

#f39595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f39595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f39595 Color CSS Codes

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

#f39595 Text Font Color

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

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


#f39595 Background Color

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

This div background color is #f39595


#f39595 Border Color

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

This div border color is #f39595


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,149,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f39595; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f39595;
  -webkit-box-shadow: 1px 1px 3px 2px #f39595;
  box-shadow:         1px 1px 3px 2px #f39595; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f39595

#f39595 Color Palettes


Comments

No comments written yet.

Please login to write comment.