Color Hex Logo

#fc0260 Color Hex

#FC0260
(252,2,96)
0 Favorites   0 Comments

Color spaces of #fc0260

RGB 252296
HSL0.940.980.50
HSV337°99°99°
CMYK 0.000.990.62   0.01
XYZ42.277921.583413.0040
Yxy21.58340.55000.2808
Hunter Lab46.457981.138115.9247
CIE-Lab53.582281.753021.4769

#fc0260 color RGB value is (252,2,96).

#fc0260 hex color red value is 252, green value is 2 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fc0260 hue: 0.94 , saturation: 0.98 and the lightness value of fc0260 is 0.50.

The process color (four color CMYK) of #fc0260 color hex is 0.00, 0.99, 0.62, 0.01. Web safe color of #fc0260 is #ff0066. Color #fc0260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000010 01100000
Octal 374 2 140
Decimal 252 2 96
Hex FC 2 60

RGB Percentages of Color #fc0260

%72.00
%0.57
%27.43

CMYK Percentages of Color #fc0260

%0
%99
%62
%1

Triadic Colors of #fc0260

#fc0260 #60fc02 #0260fc

Analogous Colors of #fc0260

#fc0260 #fc2102 #fc02dd

Monochromatic Colors of #fc0260

#fc0260

Complementary Color

#fc0260 #02fc9e

#fc0260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0260 Color CSS Codes

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

#fc0260 Text Font Color

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

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


#fc0260 Background Color

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

This div background color is #fc0260


#fc0260 Border Color

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

This div border color is #fc0260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0260

Related Colors


Comments

No comments written yet.

Please login to write comment.