Color Hex Logo

#f40697 Color Hex

#F40697
(244,6,151)
0 Favorites   0 Comments

Color spaces of #f40697

RGB 2446151
HSL0.900.950.49
HSV323°98°96°
CMYK 0.000.980.38   0.04
XYZ42.959321.597731.1827
Yxy21.59770.44870.2256
Hunter Lab46.473383.6746-7.2511
CIE-Lab53.597583.7264-11.8343

#f40697 color RGB value is (244,6,151).

#f40697 hex color red value is 244, green value is 6 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #f40697 hue: 0.90 , saturation: 0.95 and the lightness value of f40697 is 0.49.

The process color (four color CMYK) of #f40697 color hex is 0.00, 0.98, 0.38, 0.04. Web safe color of #f40697 is #ff0099. Color #f40697 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000110 10010111
Octal 364 6 227
Decimal 244 6 151
Hex F4 6 97

RGB Percentages of Color #f40697

%60.85
%1.50
%37.66

CMYK Percentages of Color #f40697

%0
%98
%38
%4

Triadic Colors of #f40697

#f40697 #97f406 #0697f4

Analogous Colors of #f40697

#f40697 #f40620 #da06f4

Monochromatic Colors of #f40697

#f40697

Complementary Color

#f40697 #06f463

#f40697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40697 Color CSS Codes

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

#f40697 Text Font Color

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

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


#f40697 Background Color

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

This div background color is #f40697


#f40697 Border Color

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

This div border color is #f40697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40697


Comments

No comments written yet.

Please login to write comment.