Color Hex Logo

#f1946f Color Hex

#F1946F
(241,148,111)
0 Favorites   0 Comments

Color spaces of #f1946f

RGB 241148111
HSL0.050.820.69
HSV17°54°95°
CMYK 0.000.390.54   0.05
XYZ49.734841.028320.3369
Yxy41.02830.44770.3693
Hunter Lab64.053326.504626.0128
CIE-Lab70.195731.379034.2891

#f1946f color RGB value is (241,148,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010100 01101111
Octal 361 224 157
Decimal 241 148 111
Hex F1 94 6F

RGB Percentages of Color #f1946f

%48.20
%29.60
%22.20

CMYK Percentages of Color #f1946f

%0
%39
%54
%5

Triadic Colors of #f1946f

#f1946f #6ff194 #946ff1

Analogous Colors of #f1946f

#f1946f #f1d56f #f16f8b

Monochromatic Colors of #f1946f

#f1946f

Complementary Color

#f1946f #6fccf1

#f1946f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1946f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1946f Color CSS Codes

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

#f1946f Text Font Color

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

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


#f1946f Background Color

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

This div background color is #f1946f


#f1946f Border Color

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

This div border color is #f1946f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1946f


Comments

No comments written yet.

Please login to write comment.