Color Hex Logo

#f14576 Color Hex

#F14576
(241,69,118)
0 Favorites   0 Comments

Color spaces of #f14576

RGB 24169118
HSL0.950.860.61
HSV343°71°95°
CMYK 0.000.710.51   0.05
XYZ41.673824.265019.6267
Yxy24.26500.48700.2836
Hunter Lab49.259564.807710.8585
CIE-Lab56.352167.986811.7675

#f14576 color RGB value is (241,69,118).

#f14576 hex color red value is 241, green value is 69 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f14576 hue: 0.95 , saturation: 0.86 and the lightness value of f14576 is 0.61.

The process color (four color CMYK) of #f14576 color hex is 0.00, 0.71, 0.51, 0.05. Web safe color of #f14576 is #ff3366. Color #f14576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000101 01110110
Octal 361 105 166
Decimal 241 69 118
Hex F1 45 76

RGB Percentages of Color #f14576

%56.31
%16.12
%27.57

CMYK Percentages of Color #f14576

%0
%71
%51
%5

Triadic Colors of #f14576

#f14576 #76f145 #4576f1

Analogous Colors of #f14576

#f14576 #f16a45 #f145cc

Monochromatic Colors of #f14576

#f14576

Complementary Color

#f14576 #45f1c0

#f14576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14576 Color CSS Codes

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

#f14576 Text Font Color

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

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


#f14576 Background Color

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

This div background color is #f14576


#f14576 Border Color

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

This div border color is #f14576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14576


Comments

No comments written yet.

Please login to write comment.