Color Hex Logo

#f0407a Color Hex

#F0407A
(240,64,122)
0 Favorites   0 Comments

Color spaces of #f0407a

RGB 24064122
HSL0.950.850.60
HSV340°73°94°
CMYK 0.000.730.49   0.06
XYZ41.281423.597220.7913
Yxy23.59720.48190.2754
Hunter Lab48.576966.68228.6273
CIE-Lab55.682269.67848.4206

#f0407a color RGB value is (240,64,122).

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

The process color (four color CMYK) of #f0407a color hex is 0.00, 0.73, 0.49, 0.06. Web safe color of #f0407a is #ff3366. Color #f0407a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 01111010
Octal 360 100 172
Decimal 240 64 122
Hex F0 40 7A

RGB Percentages of Color #f0407a

%56.34
%15.02
%28.64

CMYK Percentages of Color #f0407a

%0
%73
%49
%6

Triadic Colors of #f0407a

#f0407a #7af040 #407af0

Analogous Colors of #f0407a

#f0407a #f05e40 #f040d2

Monochromatic Colors of #f0407a

#f0407a

Complementary Color

#f0407a #40f0b6

#f0407a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0407a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0407a Color CSS Codes

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

#f0407a Text Font Color

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

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


#f0407a Background Color

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

This div background color is #f0407a


#f0407a Border Color

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

This div border color is #f0407a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0407a


Comments

No comments written yet.

Please login to write comment.