Color Hex Logo

#fc0116 Color Hex

#FC0116
(252,1,22)
0 Favorites   0 Comments

Color spaces of #fc0116

RGB 252122
HSL0.990.990.50
HSV355°100°99°
CMYK 0.001.000.91   0.01
XYZ40.300620.77512.6450
Yxy20.77510.63250.3260
Hunter Lab45.579778.061428.4652
CIE-Lab52.702579.499360.5294

#fc0116 color RGB value is (252,1,22).

#fc0116 hex color red value is 252, green value is 1 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #fc0116 hue: 0.99 , saturation: 0.99 and the lightness value of fc0116 is 0.50.

The process color (four color CMYK) of #fc0116 color hex is 0.00, 1.00, 0.91, 0.01. Web safe color of #fc0116 is #ff0000. Color #fc0116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000001 00010110
Octal 374 1 26
Decimal 252 1 22
Hex FC 1 16

RGB Percentages of Color #fc0116

%91.64
%0.36
%8.00

CMYK Percentages of Color #fc0116

%0
%100
%91
%1

Triadic Colors of #fc0116

#fc0116 #16fc01 #0116fc

Analogous Colors of #fc0116

#fc0116 #fc6a01 #fc0194

Monochromatic Colors of #fc0116

#fc0116

Complementary Color

#fc0116 #01fce7

#fc0116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0116 Color CSS Codes

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

#fc0116 Text Font Color

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

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


#fc0116 Background Color

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

This div background color is #fc0116


#fc0116 Border Color

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

This div border color is #fc0116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0116


Comments

No comments written yet.

Please login to write comment.