Color Hex Logo

#f16296 Color Hex

#F16296
(241,98,150)
0 Favorites   0 Comments

Color spaces of #f16296

RGB 24198150
HSL0.940.840.66
HSV338°59°95°
CMYK 0.000.590.38   0.05
XYZ46.148329.638132.1426
Yxy29.63810.42760.2746
Hunter Lab54.440956.03883.1030
CIE-Lab61.340759.61970.1769

#f16296 color RGB value is (241,98,150).

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

The process color (four color CMYK) of #f16296 color hex is 0.00, 0.59, 0.38, 0.05. Web safe color of #f16296 is #ff6699. Color #f16296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100010 10010110
Octal 361 142 226
Decimal 241 98 150
Hex F1 62 96

RGB Percentages of Color #f16296

%49.28
%20.04
%30.67

CMYK Percentages of Color #f16296

%0
%59
%38
%5

Triadic Colors of #f16296

#f16296 #96f162 #6296f1

Analogous Colors of #f16296

#f16296 #f17662 #f162de

Monochromatic Colors of #f16296

#f16296

Complementary Color

#f16296 #62f1bd

#f16296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16296 Color CSS Codes

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

#f16296 Text Font Color

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

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


#f16296 Background Color

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

This div background color is #f16296


#f16296 Border Color

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

This div border color is #f16296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16296


Comments

No comments written yet.

Please login to write comment.