Color Hex Logo

#f1848f Color Hex

#F1848F
(241,132,143)
0 Favorites   0 Comments

Color spaces of #f1848f

RGB 241132143
HSL0.980.800.73
HSV354°45°95°
CMYK 0.000.450.41   0.05
XYZ49.484837.186530.5562
Yxy37.18650.42210.3172
Hunter Lab60.980738.133312.9775
CIE-Lab67.416742.681412.8807

#f1848f color RGB value is (241,132,143).

#f1848f hex color red value is 241, green value is 132 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f1848f hue: 0.98 , saturation: 0.80 and the lightness value of f1848f is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000100 10001111
Octal 361 204 217
Decimal 241 132 143
Hex F1 84 8F

RGB Percentages of Color #f1848f

%46.71
%25.58
%27.71

CMYK Percentages of Color #f1848f

%0
%45
%41
%5

Triadic Colors of #f1848f

#f1848f #8ff184 #848ff1

Analogous Colors of #f1848f

#f1848f #f1b084 #f184c6

Monochromatic Colors of #f1848f

#f1848f

Complementary Color

#f1848f #84f1e6

#f1848f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1848f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1848f Color CSS Codes

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

#f1848f Text Font Color

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

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


#f1848f Background Color

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

This div background color is #f1848f


#f1848f Border Color

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

This div border color is #f1848f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1848f


Comments

No comments written yet.

Please login to write comment.