Color Hex Logo

#f51fca Color Hex

#F51FCA
(245,31,202)
0 Favorites   0 Comments

Color spaces of #f51fca

RGB 24531202
HSL0.870.910.54
HSV312°87°96°
CMYK 0.000.870.18   0.04
XYZ48.806824.656758.0639
Yxy24.65670.37110.1875
Hunter Lab49.655588.5519-34.5710
CIE-Lab56.739486.8589-36.7728

#f51fca color RGB value is (245,31,202).

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

The process color (four color CMYK) of #f51fca color hex is 0.00, 0.87, 0.18, 0.04. Web safe color of #f51fca is #ff33cc. Color #f51fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011111 11001010
Octal 365 37 312
Decimal 245 31 202
Hex F5 1F CA

RGB Percentages of Color #f51fca

%51.26
%6.49
%42.26

CMYK Percentages of Color #f51fca

%0
%87
%18
%4

Triadic Colors of #f51fca

#f51fca #caf51f #1fcaf5

Analogous Colors of #f51fca

#f51fca #f51f5f #b51ff5

Monochromatic Colors of #f51fca

#f51fca

Complementary Color

#f51fca #1ff54a

#f51fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51fca Color CSS Codes

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

#f51fca Text Font Color

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

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


#f51fca Background Color

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

This div background color is #f51fca


#f51fca Border Color

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

This div border color is #f51fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51fca

Related Colors


Comments

No comments written yet.

Please login to write comment.