Color Hex Logo

#f16369 Color Hex

#F16369
(241,99,105)
0 Favorites   0 Comments

Color spaces of #f16369

RGB 24199105
HSL0.990.840.67
HSV357°59°95°
CMYK 0.000.590.56   0.05
XYZ43.287328.644416.6120
Yxy28.64440.48890.3235
Hunter Lab53.520550.709819.0615
CIE-Lab60.466555.092824.9701

#f16369 color RGB value is (241,99,105).

#f16369 hex color red value is 241, green value is 99 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f16369 hue: 0.99 , saturation: 0.84 and the lightness value of f16369 is 0.67.

The process color (four color CMYK) of #f16369 color hex is 0.00, 0.59, 0.56, 0.05. Web safe color of #f16369 is #ff6666. Color #f16369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100011 01101001
Octal 361 143 151
Decimal 241 99 105
Hex F1 63 69

RGB Percentages of Color #f16369

%54.16
%22.25
%23.60

CMYK Percentages of Color #f16369

%0
%59
%56
%5

Triadic Colors of #f16369

#f16369 #69f163 #6369f1

Analogous Colors of #f16369

#f16369 #f1a463 #f163b0

Monochromatic Colors of #f16369

#f16369

Complementary Color

#f16369 #63f1eb

#f16369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16369 Color CSS Codes

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

#f16369 Text Font Color

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

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


#f16369 Background Color

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

This div background color is #f16369


#f16369 Border Color

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

This div border color is #f16369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16369


Comments

No comments written yet.

Please login to write comment.