Color Hex Logo

#fc256f Color Hex

#FC256F
(252,37,111)
0 Favorites   0 Comments

Color spaces of #fc256f

RGB 25237111
HSL0.940.970.57
HSV339°85°99°
CMYK 0.000.850.56   0.01
XYZ43.675723.166317.2085
Yxy23.16630.51960.2756
Hunter Lab48.131477.745712.4939
CIE-Lab55.243278.754114.7003

#fc256f color RGB value is (252,37,111).

#fc256f hex color red value is 252, green value is 37 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fc256f hue: 0.94 , saturation: 0.97 and the lightness value of fc256f is 0.57.

The process color (four color CMYK) of #fc256f color hex is 0.00, 0.85, 0.56, 0.01. Web safe color of #fc256f is #ff3366. Color #fc256f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 01101111
Octal 374 45 157
Decimal 252 37 111
Hex FC 25 6F

RGB Percentages of Color #fc256f

%63.00
%9.25
%27.75

CMYK Percentages of Color #fc256f

%0
%85
%56
%1

Triadic Colors of #fc256f

#fc256f #6ffc25 #256ffc

Analogous Colors of #fc256f

#fc256f #fc4625 #fc25db

Monochromatic Colors of #fc256f

#fc256f

Complementary Color

#fc256f #25fcb2

#fc256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc256f Color CSS Codes

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

#fc256f Text Font Color

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

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


#fc256f Background Color

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

This div background color is #fc256f


#fc256f Border Color

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

This div border color is #fc256f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc256f


Comments

No comments written yet.

Please login to write comment.