Color Hex Logo

#f1479d Color Hex

#F1479D
(241,71,157)
0 Favorites   0 Comments

Color spaces of #f1479d

RGB 24171157
HSL0.920.860.61
HSV330°71°95°
CMYK 0.000.710.35   0.05
XYZ44.614725.641634.4962
Yxy25.64160.42590.2448
Hunter Lab50.637568.6535-4.9443
CIE-Lab57.695370.9304-9.2824

#f1479d color RGB value is (241,71,157).

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

The process color (four color CMYK) of #f1479d color hex is 0.00, 0.71, 0.35, 0.05. Web safe color of #f1479d is #ff3399. Color #f1479d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000111 10011101
Octal 361 107 235
Decimal 241 71 157
Hex F1 47 9D

RGB Percentages of Color #f1479d

%51.39
%15.14
%33.48

CMYK Percentages of Color #f1479d

%0
%71
%35
%5

Triadic Colors of #f1479d

#f1479d #9df147 #479df1

Analogous Colors of #f1479d

#f1479d #f14748 #f047f1

Monochromatic Colors of #f1479d

#f1479d

Complementary Color

#f1479d #47f19b

#f1479d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1479d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1479d Color CSS Codes

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

#f1479d Text Font Color

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

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


#f1479d Background Color

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

This div background color is #f1479d


#f1479d Border Color

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

This div border color is #f1479d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1479d


Comments

No comments written yet.

Please login to write comment.