Color Hex Logo

#f00fcd Color Hex

#F00FCD
(240,15,205)
0 Favorites   0 Comments

Color spaces of #f00fcd

RGB 24015205
HSL0.860.880.50
HSV309°94°94°
CMYK 0.000.940.15   0.06
XYZ47.125423.274759.7663
Yxy23.27470.36200.1788
Hunter Lab48.243989.9350-39.6800
CIE-Lab55.354288.1780-40.7309

#f00fcd color RGB value is (240,15,205).

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

The process color (four color CMYK) of #f00fcd color hex is 0.00, 0.94, 0.15, 0.06. Web safe color of #f00fcd is #ff00cc. Color #f00fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001111 11001101
Octal 360 17 315
Decimal 240 15 205
Hex F0 F CD

RGB Percentages of Color #f00fcd

%52.17
%3.26
%44.57

CMYK Percentages of Color #f00fcd

%0
%94
%15
%6

Triadic Colors of #f00fcd

#f00fcd #cdf00f #0fcdf0

Analogous Colors of #f00fcd

#f00fcd #f00f5d #a30ff0

Monochromatic Colors of #f00fcd

#f00fcd

Complementary Color

#f00fcd #0ff032

#f00fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00fcd Color CSS Codes

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

#f00fcd Text Font Color

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

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


#f00fcd Background Color

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

This div background color is #f00fcd


#f00fcd Border Color

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

This div border color is #f00fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00fcd


Comments

No comments written yet.

Please login to write comment.