Color Hex Logo

#f65baa Color Hex

#F65BAA
(246,91,170)
0 Favorites   0 Comments

Color spaces of #f65baa

RGB 24691170
HSL0.920.900.66
HSV329°63°96°
CMYK 0.000.630.31   0.04
XYZ49.002829.977341.2337
Yxy29.97730.40760.2494
Hunter Lab54.751563.9429-6.3256
CIE-Lab61.634666.2939-10.8446

#f65baa color RGB value is (246,91,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011011 10101010
Octal 366 133 252
Decimal 246 91 170
Hex F6 5B AA

RGB Percentages of Color #f65baa

%48.52
%17.95
%33.53

CMYK Percentages of Color #f65baa

%0
%63
%31
%4

Triadic Colors of #f65baa

#f65baa #aaf65b #5baaf6

Analogous Colors of #f65baa

#f65baa #f65b5d #f55bf6

Monochromatic Colors of #f65baa

#f65baa

Complementary Color

#f65baa #5bf6a7

#f65baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65baa Color CSS Codes

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

#f65baa Text Font Color

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

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


#f65baa Background Color

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

This div background color is #f65baa


#f65baa Border Color

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

This div border color is #f65baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65baa


Comments

No comments written yet.

Please login to write comment.