Color Hex Logo

#f1958e Color Hex

#F1958E
(241,149,142)
0 Favorites   0 Comments

Color spaces of #f1958e

RGB 241149142
HSL0.010.780.75
HSV41°95°
CMYK 0.000.380.41   0.05
XYZ51.905642.148730.9910
Yxy42.14870.41510.3371
Hunter Lab64.922029.098417.1429
CIE-Lab70.973333.806218.3946

#f1958e color RGB value is (241,149,142).

#f1958e hex color red value is 241, green value is 149 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f1958e hue: 0.01 , saturation: 0.78 and the lightness value of f1958e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010101 10001110
Octal 361 225 216
Decimal 241 149 142
Hex F1 95 8E

RGB Percentages of Color #f1958e

%45.30
%28.01
%26.69

CMYK Percentages of Color #f1958e

%0
%38
%41
%5

Triadic Colors of #f1958e

#f1958e #8ef195 #958ef1

Analogous Colors of #f1958e

#f1958e #f1c78e #f18eb9

Monochromatic Colors of #f1958e

#f1958e

Complementary Color

#f1958e #8eeaf1

#f1958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1958e Color CSS Codes

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

#f1958e Text Font Color

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

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


#f1958e Background Color

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

This div background color is #f1958e


#f1958e Border Color

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

This div border color is #f1958e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1958e


Comments

No comments written yet.

Please login to write comment.