Color Hex Logo

#f08191 Color Hex

#F08191
(240,129,145)
0 Favorites   0 Comments

Color spaces of #f08191

RGB 240129145
HSL0.980.790.72
HSV351°46°94°
CMYK 0.000.460.40   0.06
XYZ48.896336.270131.2118
Yxy36.27010.42010.3117
Hunter Lab60.224739.530711.4299
CIE-Lab66.725844.058610.7596

#f08191 color RGB value is (240,129,145).

#f08191 hex color red value is 240, green value is 129 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f08191 hue: 0.98 , saturation: 0.79 and the lightness value of f08191 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000001 10010001
Octal 360 201 221
Decimal 240 129 145
Hex F0 81 91

RGB Percentages of Color #f08191

%46.69
%25.10
%28.21

CMYK Percentages of Color #f08191

%0
%46
%40
%6

Triadic Colors of #f08191

#f08191 #91f081 #8191f0

Analogous Colors of #f08191

#f08191 #f0a981 #f081c9

Monochromatic Colors of #f08191

#f08191

Complementary Color

#f08191 #81f0e0

#f08191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08191 Color CSS Codes

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

#f08191 Text Font Color

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

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


#f08191 Background Color

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

This div background color is #f08191


#f08191 Border Color

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

This div border color is #f08191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08191


Comments

No comments written yet.

Please login to write comment.