Color Hex Logo

#f65e9a Color Hex

#F65E9A
(246,94,154)
0 Favorites   0 Comments

Color spaces of #f65e9a

RGB 24694154
HSL0.930.890.67
HSV336°62°96°
CMYK 0.000.620.37   0.04
XYZ47.841529.931333.8276
Yxy29.93130.42870.2682
Hunter Lab54.709560.35021.6369
CIE-Lab61.594963.2727-1.6723

#f65e9a color RGB value is (246,94,154).

#f65e9a hex color red value is 246, green value is 94 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f65e9a hue: 0.93 , saturation: 0.89 and the lightness value of f65e9a is 0.67.

The process color (four color CMYK) of #f65e9a color hex is 0.00, 0.62, 0.37, 0.04. Web safe color of #f65e9a is #ff6699. Color #f65e9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011110 10011010
Octal 366 136 232
Decimal 246 94 154
Hex F6 5E 9A

RGB Percentages of Color #f65e9a

%49.80
%19.03
%31.17

CMYK Percentages of Color #f65e9a

%0
%62
%37
%4

Triadic Colors of #f65e9a

#f65e9a #9af65e #5e9af6

Analogous Colors of #f65e9a

#f65e9a #f66e5e #f65ee6

Monochromatic Colors of #f65e9a

#f65e9a

Complementary Color

#f65e9a #5ef6ba

#f65e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65e9a Color CSS Codes

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

#f65e9a Text Font Color

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

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


#f65e9a Background Color

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

This div background color is #f65e9a


#f65e9a Border Color

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

This div border color is #f65e9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,94,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f65e9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f65e9a;
  -webkit-box-shadow: 1px 1px 3px 2px #f65e9a;
  box-shadow:         1px 1px 3px 2px #f65e9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,94,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65e9a


Comments

No comments written yet.

Please login to write comment.