Color Hex Logo

#f0658a Color Hex

#F0658A
(240,101,138)
0 Favorites   0 Comments

Color spaces of #f0658a

RGB 240101138
HSL0.960.820.67
HSV344°58°94°
CMYK 0.000.580.43   0.06
XYZ45.176329.667627.3901
Yxy29.66760.44190.2902
Hunter Lab54.468052.73088.3126
CIE-Lab61.366456.73057.1374

#f0658a color RGB value is (240,101,138).

#f0658a hex color red value is 240, green value is 101 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f0658a hue: 0.96 , saturation: 0.82 and the lightness value of f0658a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100101 10001010
Octal 360 145 212
Decimal 240 101 138
Hex F0 65 8A

RGB Percentages of Color #f0658a

%50.10
%21.09
%28.81

CMYK Percentages of Color #f0658a

%0
%58
%43
%6

Triadic Colors of #f0658a

#f0658a #8af065 #658af0

Analogous Colors of #f0658a

#f0658a #f08665 #f065d0

Monochromatic Colors of #f0658a

#f0658a

Complementary Color

#f0658a #65f0cb

#f0658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0658a Color CSS Codes

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

#f0658a Text Font Color

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

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


#f0658a Background Color

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

This div background color is #f0658a


#f0658a Border Color

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

This div border color is #f0658a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0658a


Comments

No comments written yet.

Please login to write comment.