Color Hex Logo

#f16972 Color Hex

#F16972
(241,105,114)
0 Favorites   0 Comments

Color spaces of #f16972

RGB 241105114
HSL0.990.830.68
HSV356°56°95°
CMYK 0.000.560.53   0.05
XYZ44.364530.018819.3755
Yxy30.01880.47320.3202
Hunter Lab54.789448.654917.3855
CIE-Lab61.670453.068321.4210

#f16972 color RGB value is (241,105,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101001 01110010
Octal 361 151 162
Decimal 241 105 114
Hex F1 69 72

RGB Percentages of Color #f16972

%52.39
%22.83
%24.78

CMYK Percentages of Color #f16972

%0
%56
%53
%5

Triadic Colors of #f16972

#f16972 #72f169 #6972f1

Analogous Colors of #f16972

#f16972 #f1a469 #f169b6

Monochromatic Colors of #f16972

#f16972

Complementary Color

#f16972 #69f1e8

#f16972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16972 Color CSS Codes

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

#f16972 Text Font Color

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

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


#f16972 Background Color

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

This div background color is #f16972


#f16972 Border Color

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

This div border color is #f16972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16972


Comments

No comments written yet.

Please login to write comment.