Color Hex Logo

#f16292 Color Hex

#F16292
(241,98,146)
0 Favorites   0 Comments

Color spaces of #f16292

RGB 24198146
HSL0.940.840.66
HSV340°59°95°
CMYK 0.000.590.39   0.05
XYZ45.831629.511530.4748
Yxy29.51150.43310.2789
Hunter Lab54.324555.52614.7668
CIE-Lab61.230459.19402.3310

#f16292 color RGB value is (241,98,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100010 10010010
Octal 361 142 222
Decimal 241 98 146
Hex F1 62 92

RGB Percentages of Color #f16292

%49.69
%20.21
%30.10

CMYK Percentages of Color #f16292

%0
%59
%39
%5

Triadic Colors of #f16292

#f16292 #92f162 #6292f1

Analogous Colors of #f16292

#f16292 #f17a62 #f162da

Monochromatic Colors of #f16292

#f16292

Complementary Color

#f16292 #62f1c1

#f16292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16292 Color CSS Codes

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

#f16292 Text Font Color

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

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


#f16292 Background Color

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

This div background color is #f16292


#f16292 Border Color

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

This div border color is #f16292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16292


Comments

No comments written yet.

Please login to write comment.