Color Hex Logo

#f01fca Color Hex

#F01FCA
(240,31,202)
0 Favorites   0 Comments

Color spaces of #f01fca

RGB 24031202
HSL0.860.870.53
HSV311°87°94°
CMYK 0.000.870.16   0.06
XYZ47.085823.769557.9834
Yxy23.76950.36550.1845
Hunter Lab48.754087.0730-36.3862
CIE-Lab55.856385.9028-38.2204

#f01fca color RGB value is (240,31,202).

#f01fca hex color red value is 240, green value is 31 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f01fca hue: 0.86 , saturation: 0.87 and the lightness value of f01fca is 0.53.

The process color (four color CMYK) of #f01fca color hex is 0.00, 0.87, 0.16, 0.06. Web safe color of #f01fca is #ff33cc. Color #f01fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011111 11001010
Octal 360 37 312
Decimal 240 31 202
Hex F0 1F CA

RGB Percentages of Color #f01fca

%50.74
%6.55
%42.71

CMYK Percentages of Color #f01fca

%0
%87
%16
%6

Triadic Colors of #f01fca

#f01fca #caf01f #1fcaf0

Analogous Colors of #f01fca

#f01fca #f01f61 #ae1ff0

Monochromatic Colors of #f01fca

#f01fca

Complementary Color

#f01fca #1ff045

#f01fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01fca Color CSS Codes

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

#f01fca Text Font Color

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

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


#f01fca Background Color

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

This div background color is #f01fca


#f01fca Border Color

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

This div border color is #f01fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,31,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01fca


Comments

No comments written yet.

Please login to write comment.