Color Hex Logo

#f40faf Color Hex

#F40FAF
(244,15,175)
0 Favorites   0 Comments

Color spaces of #f40faf

RGB 24415175
HSL0.880.910.51
HSV318°94°96°
CMYK 0.000.940.28   0.04
XYZ45.216922.669942.5500
Yxy22.66990.40940.2053
Hunter Lab47.612986.1948-19.6564
CIE-Lab54.730785.4493-24.2716

#f40faf color RGB value is (244,15,175).

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

The process color (four color CMYK) of #f40faf color hex is 0.00, 0.94, 0.28, 0.04. Web safe color of #f40faf is #ff0099. Color #f40faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001111 10101111
Octal 364 17 257
Decimal 244 15 175
Hex F4 F AF

RGB Percentages of Color #f40faf

%56.22
%3.46
%40.32

CMYK Percentages of Color #f40faf

%0
%94
%28
%4

Triadic Colors of #f40faf

#f40faf #aff40f #0faff4

Analogous Colors of #f40faf

#f40faf #f40f3c #c70ff4

Monochromatic Colors of #f40faf

#f40faf

Complementary Color

#f40faf #0ff454

#f40faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40faf Color CSS Codes

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

#f40faf Text Font Color

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

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


#f40faf Background Color

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

This div background color is #f40faf


#f40faf Border Color

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

This div border color is #f40faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,15,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 #f40faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40faf


Comments

No comments written yet.

Please login to write comment.