Color Hex Logo

#f50fcd Color Hex

#F50FCD
(245,15,205)
0 Favorites   0 Comments

Color spaces of #f50fcd

RGB 24515205
HSL0.860.920.51
HSV310°94°96°
CMYK 0.000.940.16   0.04
XYZ48.846524.161959.8468
Yxy24.16190.36770.1819
Hunter Lab49.154891.3598-37.7783
CIE-Lab56.249589.0788-39.2607

#f50fcd color RGB value is (245,15,205).

#f50fcd hex color red value is 245, green value is 15 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f50fcd hue: 0.86 , saturation: 0.92 and the lightness value of f50fcd is 0.51.

The process color (four color CMYK) of #f50fcd color hex is 0.00, 0.94, 0.16, 0.04. Web safe color of #f50fcd is #ff00cc. Color #f50fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001111 11001101
Octal 365 17 315
Decimal 245 15 205
Hex F5 F CD

RGB Percentages of Color #f50fcd

%52.69
%3.23
%44.09

CMYK Percentages of Color #f50fcd

%0
%94
%16
%4

Triadic Colors of #f50fcd

#f50fcd #cdf50f #0fcdf5

Analogous Colors of #f50fcd

#f50fcd #f50f5a #aa0ff5

Monochromatic Colors of #f50fcd

#f50fcd

Complementary Color

#f50fcd #0ff537

#f50fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50fcd Color CSS Codes

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

#f50fcd Text Font Color

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

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


#f50fcd Background Color

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

This div background color is #f50fcd


#f50fcd Border Color

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

This div border color is #f50fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50fcd


Comments

No comments written yet.

Please login to write comment.