Color Hex Logo

#f09495 Color Hex

#F09495
(240,148,149)
0 Favorites   0 Comments

Color spaces of #f09495

RGB 240148149
HSL1.000.750.76
HSV359°38°94°
CMYK 0.000.380.38   0.06
XYZ51.949941.875033.7784
Yxy41.87500.40710.3282
Hunter Lab64.710930.055714.3489
CIE-Lab70.784734.735614.2378

#f09495 color RGB value is (240,148,149).

#f09495 hex color red value is 240, green value is 148 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f09495 hue: 1.00 , saturation: 0.75 and the lightness value of f09495 is 0.76.

The process color (four color CMYK) of #f09495 color hex is 0.00, 0.38, 0.38, 0.06. Web safe color of #f09495 is #ff9999. Color #f09495 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 10010101
Octal 360 224 225
Decimal 240 148 149
Hex F0 94 95

RGB Percentages of Color #f09495

%44.69
%27.56
%27.75

CMYK Percentages of Color #f09495

%0
%38
%38
%6

Triadic Colors of #f09495

#f09495 #95f094 #9495f0

Analogous Colors of #f09495

#f09495 #f0c194 #f094c3

Monochromatic Colors of #f09495

#f09495

Complementary Color

#f09495 #94f0ef

#f09495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09495 Color CSS Codes

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

#f09495 Text Font Color

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

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


#f09495 Background Color

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

This div background color is #f09495


#f09495 Border Color

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

This div border color is #f09495


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,148,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 #f09495">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09495


Comments

No comments written yet.

Please login to write comment.