Color Hex Logo

#f65faa Color Hex

#F65FAA
(246,95,170)
0 Favorites   0 Comments

Color spaces of #f65faa

RGB 24695170
HSL0.920.890.67
HSV330°61°96°
CMYK 0.000.610.31   0.04
XYZ49.353930.679541.3507
Yxy30.67950.40660.2527
Hunter Lab55.389162.1198-5.4906
CIE-Lab62.236164.6565-9.9442

#f65faa color RGB value is (246,95,170).

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

The process color (four color CMYK) of #f65faa color hex is 0.00, 0.61, 0.31, 0.04. Web safe color of #f65faa is #ff6699. Color #f65faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 10101010
Octal 366 137 252
Decimal 246 95 170
Hex F6 5F AA

RGB Percentages of Color #f65faa

%48.14
%18.59
%33.27

CMYK Percentages of Color #f65faa

%0
%61
%31
%4

Triadic Colors of #f65faa

#f65faa #aaf65f #5faaf6

Analogous Colors of #f65faa

#f65faa #f6605f #f65ff6

Monochromatic Colors of #f65faa

#f65faa

Complementary Color

#f65faa #5ff6ab

#f65faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65faa Color CSS Codes

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

#f65faa Text Font Color

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

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


#f65faa Background Color

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

This div background color is #f65faa


#f65faa Border Color

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

This div border color is #f65faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65faa


Comments

No comments written yet.

Please login to write comment.