Color Hex Logo

#fc103c Color Hex

#FC103C
(252,16,60)
0 Favorites   0 Comments

Color spaces of #fc103c

RGB 2521660
HSL0.970.980.53
HSV349°94°99°
CMYK 0.000.940.76   0.01
XYZ41.145821.39236.2355
Yxy21.39230.59830.3111
Hunter Lab46.251877.853724.3830
CIE-Lab53.376279.203142.5237

#fc103c color RGB value is (252,16,60).

#fc103c hex color red value is 252, green value is 16 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fc103c hue: 0.97 , saturation: 0.98 and the lightness value of fc103c is 0.53.

The process color (four color CMYK) of #fc103c color hex is 0.00, 0.94, 0.76, 0.01. Web safe color of #fc103c is #ff0033. Color #fc103c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 00111100
Octal 374 20 74
Decimal 252 16 60
Hex FC 10 3C

RGB Percentages of Color #fc103c

%76.83
%4.88
%18.29

CMYK Percentages of Color #fc103c

%0
%94
%76
%1

Triadic Colors of #fc103c

#fc103c #3cfc10 #103cfc

Analogous Colors of #fc103c

#fc103c #fc5a10 #fc10b2

Monochromatic Colors of #fc103c

#fc103c

Complementary Color

#fc103c #10fcd0

#fc103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc103c Color CSS Codes

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

#fc103c Text Font Color

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

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


#fc103c Background Color

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

This div background color is #fc103c


#fc103c Border Color

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

This div border color is #fc103c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc103c


Comments

No comments written yet.

Please login to write comment.