Color Hex Logo

#f1906f Color Hex

#F1906F
(241,144,111)
0 Favorites   0 Comments

Color spaces of #f1906f

RGB 241144111
HSL0.040.820.69
HSV15°54°95°
CMYK 0.000.400.54   0.05
XYZ49.118139.795020.1313
Yxy39.79500.45040.3649
Hunter Lab63.083328.588525.2375
CIE-Lab69.323333.467433.1714

#f1906f color RGB value is (241,144,111).

#f1906f hex color red value is 241, green value is 144 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #f1906f hue: 0.04 , saturation: 0.82 and the lightness value of f1906f is 0.69.

The process color (four color CMYK) of #f1906f color hex is 0.00, 0.40, 0.54, 0.05. Web safe color of #f1906f is #ff9966. Color #f1906f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 01101111
Octal 361 220 157
Decimal 241 144 111
Hex F1 90 6F

RGB Percentages of Color #f1906f

%48.59
%29.03
%22.38

CMYK Percentages of Color #f1906f

%0
%40
%54
%5

Triadic Colors of #f1906f

#f1906f #6ff190 #906ff1

Analogous Colors of #f1906f

#f1906f #f1d16f #f16f8f

Monochromatic Colors of #f1906f

#f1906f

Complementary Color

#f1906f #6fd0f1

#f1906f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1906f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1906f Color CSS Codes

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

#f1906f Text Font Color

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

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


#f1906f Background Color

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

This div background color is #f1906f


#f1906f Border Color

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

This div border color is #f1906f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1906f


Comments

No comments written yet.

Please login to write comment.