Color Hex Logo

#f040f1 Color Hex

#F040F1
(240,64,241)
0 Favorites   0 Comments

Color spaces of #f040f1

RGB 24064241
HSL0.830.860.60
HSV300°73°95°
CMYK 0.000.730.00   0.05
XYZ53.645828.542985.9010
Yxy28.54290.31910.1698
Hunter Lab53.425685.7411-57.9323
CIE-Lab60.376184.0011-53.1203

#f040f1 color RGB value is (240,64,241).

#f040f1 hex color red value is 240, green value is 64 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #f040f1 hue: 0.83 , saturation: 0.86 and the lightness value of f040f1 is 0.60.

The process color (four color CMYK) of #f040f1 color hex is 0.00, 0.73, 0.00, 0.05. Web safe color of #f040f1 is #ff33ff. Color #f040f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 11110001
Octal 360 100 361
Decimal 240 64 241
Hex F0 40 F1

RGB Percentages of Color #f040f1

%44.04
%11.74
%44.22

CMYK Percentages of Color #f040f1

%0
%73
%0
%5

Triadic Colors of #f040f1

#f040f1 #f1f040 #40f1f0

Analogous Colors of #f040f1

#f040f1 #f1409a #9840f1

Monochromatic Colors of #f040f1

#f040f1

Complementary Color

#f040f1 #41f140

#f040f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f040f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f040f1 Color CSS Codes

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

#f040f1 Text Font Color

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

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


#f040f1 Background Color

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

This div background color is #f040f1


#f040f1 Border Color

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

This div border color is #f040f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f040f1


Comments

No comments written yet.

Please login to write comment.