Color Hex Logo

#f16062 Color Hex

#F16062
(241,96,98)
0 Favorites   0 Comments

Color spaces of #f16062

RGB 2419698
HSL1.000.840.66
HSV359°60°95°
CMYK 0.000.600.59   0.05
XYZ42.663127.948414.7013
Yxy27.94840.50010.3276
Hunter Lab52.866251.533720.5187
CIE-Lab59.842155.926228.1588

#f16062 color RGB value is (241,96,98).

#f16062 hex color red value is 241, green value is 96 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #f16062 hue: 1.00 , saturation: 0.84 and the lightness value of f16062 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100000 01100010
Octal 361 140 142
Decimal 241 96 98
Hex F1 60 62

RGB Percentages of Color #f16062

%55.40
%22.07
%22.53

CMYK Percentages of Color #f16062

%0
%60
%59
%5

Triadic Colors of #f16062

#f16062 #62f160 #6062f1

Analogous Colors of #f16062

#f16062 #f1a760 #f160ab

Monochromatic Colors of #f16062

#f16062

Complementary Color

#f16062 #60f1ef

#f16062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16062 Color CSS Codes

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

#f16062 Text Font Color

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

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


#f16062 Background Color

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

This div background color is #f16062


#f16062 Border Color

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

This div border color is #f16062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16062


Comments

No comments written yet.

Please login to write comment.