Color Hex Logo

#f44faf Color Hex

#F44FAF
(244,79,175)
0 Favorites   0 Comments

Color spaces of #f44faf

RGB 24479175
HSL0.900.880.63
HSV325°68°96°
CMYK 0.000.680.28   0.04
XYZ47.842127.920243.4250
Yxy27.92020.40140.2343
Hunter Lab52.839669.1486-11.7384
CIE-Lab59.816670.9395-16.4983

#f44faf color RGB value is (244,79,175).

#f44faf hex color red value is 244, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f44faf hue: 0.90 , saturation: 0.88 and the lightness value of f44faf is 0.63.

The process color (four color CMYK) of #f44faf color hex is 0.00, 0.68, 0.28, 0.04. Web safe color of #f44faf is #ff6699. Color #f44faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001111 10101111
Octal 364 117 257
Decimal 244 79 175
Hex F4 4F AF

RGB Percentages of Color #f44faf

%49.00
%15.86
%35.14

CMYK Percentages of Color #f44faf

%0
%68
%28
%4

Triadic Colors of #f44faf

#f44faf #aff44f #4faff4

Analogous Colors of #f44faf

#f44faf #f44f5c #e74ff4

Monochromatic Colors of #f44faf

#f44faf

Complementary Color

#f44faf #4ff494

#f44faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44faf Color CSS Codes

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

#f44faf Text Font Color

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

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


#f44faf Background Color

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

This div background color is #f44faf


#f44faf Border Color

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

This div border color is #f44faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,79,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f44faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f44faf;
  -webkit-box-shadow: 1px 1px 3px 2px #f44faf;
  box-shadow:         1px 1px 3px 2px #f44faf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,79,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44faf


Comments

No comments written yet.

Please login to write comment.