color codes Logo

#f51fcc color codes

#F51FCC
(245,31,204)
0 Favorites   0 Comments

Color spaces of #f51fcc

RGB 24531204
HSL0.870.910.54
HSV311°87°96°
CMYK 0.000.870.17   0.04
XYZ49.045324.752159.3194
Yxy24.75210.36840.1859
Hunter Lab49.751588.9012-35.8663
CIE-Lab56.833187.1061-37.7719

#f51fcc color RGB value is (245,31,204).

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

The process color (four color CMYK) of #f51fcc color code is 0.00, 0.87, 0.17, 0.04. Web safe color of #f51fcc is #ff33cc. Color #f51fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011111 11001100
Octal 365 37 314
Decimal 245 31 204
Hex F5 1F CC

RGB Percentages of Color #f51fcc

%51.04
%6.46
%42.50

CMYK Percentages of Color #f51fcc

%0
%87
%17
%4

Triadic Colors of #f51fcc

#f51fcc #ccf51f #1fccf5

Analogous Colors of #f51fcc

#f51fcc #f51f61 #b31ff5

Monochromatic Colors of #f51fcc

#f51fcc

Complementary Color

#f51fcc #1ff548

#f51fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51fcc Color CSS Codes

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

#f51fcc Text Font Color

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

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


#f51fcc Background Color

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

This div background color is #f51fcc


#f51fcc Border Color

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

This div border color is #f51fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51fcc


Comments

No comments written yet.

Please login to write comment.