Color Hex Logo

#f40caf Color Hex

#F40CAF
(244,12,175)
0 Favorites   0 Comments

Color spaces of #f40caf

RGB 24412175
HSL0.880.910.50
HSV318°95°96°
CMYK 0.000.950.28   0.04
XYZ45.177622.591242.5369
Yxy22.59120.40960.2048
Hunter Lab47.530286.4869-19.7901
CIE-Lab54.648785.6894-24.3978

#f40caf color RGB value is (244,12,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001100 10101111
Octal 364 14 257
Decimal 244 12 175
Hex F4 C AF

RGB Percentages of Color #f40caf

%56.61
%2.78
%40.60

CMYK Percentages of Color #f40caf

%0
%95
%28
%4

Triadic Colors of #f40caf

#f40caf #aff40c #0caff4

Analogous Colors of #f40caf

#f40caf #f40c3b #c50cf4

Monochromatic Colors of #f40caf

#f40caf

Complementary Color

#f40caf #0cf451

#f40caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40caf Color CSS Codes

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

#f40caf Text Font Color

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

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


#f40caf Background Color

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

This div background color is #f40caf


#f40caf Border Color

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

This div border color is #f40caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40caf


Comments

No comments written yet.

Please login to write comment.