Color Hex Logo

#f0728a Color Hex

#F0728A
(240,114,138)
0 Favorites   0 Comments

Color spaces of #f0728a

RGB 240114138
HSL0.970.810.69
HSV349°53°94°
CMYK 0.000.530.43   0.06
XYZ46.539932.394927.8447
Yxy32.39490.43590.3034
Hunter Lab56.916546.353210.8357
CIE-Lab63.667950.697010.4110

#f0728a color RGB value is (240,114,138).

#f0728a hex color red value is 240, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f0728a hue: 0.97 , saturation: 0.81 and the lightness value of f0728a is 0.69.

The process color (four color CMYK) of #f0728a color hex is 0.00, 0.53, 0.43, 0.06. Web safe color of #f0728a is #ff6699. Color #f0728a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110010 10001010
Octal 360 162 212
Decimal 240 114 138
Hex F0 72 8A

RGB Percentages of Color #f0728a

%48.78
%23.17
%28.05

CMYK Percentages of Color #f0728a

%0
%53
%43
%6

Triadic Colors of #f0728a

#f0728a #8af072 #728af0

Analogous Colors of #f0728a

#f0728a #f09972 #f072c9

Monochromatic Colors of #f0728a

#f0728a

Complementary Color

#f0728a #72f0d8

#f0728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0728a Color CSS Codes

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

#f0728a Text Font Color

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

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


#f0728a Background Color

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

This div background color is #f0728a


#f0728a Border Color

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

This div border color is #f0728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0728a


Comments

No comments written yet.

Please login to write comment.