Color Hex Logo

#f59fcd Color Hex

#F59FCD
(245,159,205)
0 Favorites   0 Comments

Color spaces of #f59fcd

RGB 245159205
HSL0.910.810.79
HSV328°35°96°
CMYK 0.000.350.16   0.04
XYZ61.073848.616563.9226
Yxy48.61650.35180.2800
Hunter Lab69.725534.3316-5.5477
CIE-Lab75.212138.3059-10.2043

#f59fcd color RGB value is (245,159,205).

#f59fcd hex color red value is 245, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f59fcd hue: 0.91 , saturation: 0.81 and the lightness value of f59fcd is 0.79.

The process color (four color CMYK) of #f59fcd color hex is 0.00, 0.35, 0.16, 0.04. Web safe color of #f59fcd is #ff99cc. Color #f59fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011111 11001101
Octal 365 237 315
Decimal 245 159 205
Hex F5 9F CD

RGB Percentages of Color #f59fcd

%40.23
%26.11
%33.66

CMYK Percentages of Color #f59fcd

%0
%35
%16
%4

Triadic Colors of #f59fcd

#f59fcd #cdf59f #9fcdf5

Analogous Colors of #f59fcd

#f59fcd #f59fa2 #f29ff5

Monochromatic Colors of #f59fcd

#f59fcd

Complementary Color

#f59fcd #9ff5c7

#f59fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59fcd Color CSS Codes

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

#f59fcd Text Font Color

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

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


#f59fcd Background Color

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

This div background color is #f59fcd


#f59fcd Border Color

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

This div border color is #f59fcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,159,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f59fcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f59fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #f59fcd;
  box-shadow:         1px 1px 3px 2px #f59fcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,159,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59fcd


Comments

No comments written yet.

Please login to write comment.