color codes Logo

#f501cc color codes

#F501CC
(245,1,204)
0 Favorites   0 Comments

Color spaces of #f501cc

RGB 2451204
HSL0.860.990.48
HSV310°100°96°
CMYK 0.001.000.17   0.04
XYZ48.566123.793859.1597
Yxy23.79380.36930.1809
Hunter Lab48.778992.3583-37.7625
CIE-Lab55.880789.9006-39.2671

#f501cc color RGB value is (245,1,204).

#f501cc hex color red value is 245, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f501cc hue: 0.86 , saturation: 0.99 and the lightness value of f501cc is 0.48.

The process color (four color CMYK) of #f501cc color code is 0.00, 1.00, 0.17, 0.04. Web safe color of #f501cc is #ff00cc. Color #f501cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000001 11001100
Octal 365 1 314
Decimal 245 1 204
Hex F5 1 CC

RGB Percentages of Color #f501cc

%54.44
%0.22
%45.33

CMYK Percentages of Color #f501cc

%0
%100
%17
%4

Triadic Colors of #f501cc

#f501cc #ccf501 #01ccf5

Analogous Colors of #f501cc

#f501cc #f50152 #a401f5

Monochromatic Colors of #f501cc

#f501cc

Complementary Color

#f501cc #01f52a

#f501cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f501cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f501cc Color CSS Codes

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

#f501cc Text Font Color

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

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


#f501cc Background Color

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

This div background color is #f501cc


#f501cc Border Color

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

This div border color is #f501cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f501cc


Comments

No comments written yet.

Please login to write comment.