Color Hex Logo

#f40fcd Color Hex

#F40FCD
(244,15,205)
0 Favorites   0 Comments

Color spaces of #f40fcd

RGB 24415205
HSL0.860.910.51
HSV310°94°96°
CMYK 0.000.940.16   0.04
XYZ48.498523.982559.8305
Yxy23.98250.36650.1813
Hunter Lab48.971991.0735-38.1560
CIE-Lab56.070388.8982-39.5549

#f40fcd color RGB value is (244,15,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001111 11001101
Octal 364 17 315
Decimal 244 15 205
Hex F4 F CD

RGB Percentages of Color #f40fcd

%52.59
%3.23
%44.18

CMYK Percentages of Color #f40fcd

%0
%94
%16
%4

Triadic Colors of #f40fcd

#f40fcd #cdf40f #0fcdf4

Analogous Colors of #f40fcd

#f40fcd #f40f5b #a90ff4

Monochromatic Colors of #f40fcd

#f40fcd

Complementary Color

#f40fcd #0ff436

#f40fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40fcd Color CSS Codes

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

#f40fcd Text Font Color

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

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


#f40fcd Background Color

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

This div background color is #f40fcd


#f40fcd Border Color

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

This div border color is #f40fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40fcd


Comments

No comments written yet.

Please login to write comment.