Color Hex Logo

#fc005f Color Hex

#FC005F
(252,0,95)
0 Favorites   0 Comments

Color spaces of #fc005f

RGB 252095
HSL0.941.000.49
HSV337°100°99°
CMYK 0.001.000.62   0.01
XYZ42.210421.521712.7558
Yxy21.52170.55190.2814
Hunter Lab46.391581.227416.1717
CIE-Lab53.515881.835821.9932

#fc005f color RGB value is (252,0,95).

#fc005f hex color red value is 252, green value is 0 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fc005f hue: 0.94 , saturation: 1.00 and the lightness value of fc005f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 01011111
Octal 374 0 137
Decimal 252 0 95
Hex FC 0 5F

RGB Percentages of Color #fc005f

%72.62
%0.00
%27.38

CMYK Percentages of Color #fc005f

%0
%100
%62
%1

Triadic Colors of #fc005f

#fc005f #5ffc00 #005ffc

Analogous Colors of #fc005f

#fc005f #fc1f00 #fc00dd

Monochromatic Colors of #fc005f

#fc005f

Complementary Color

#fc005f #00fc9d

#fc005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc005f Color CSS Codes

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

#fc005f Text Font Color

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

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


#fc005f Background Color

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

This div background color is #fc005f


#fc005f Border Color

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

This div border color is #fc005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc005f


Comments

No comments written yet.

Please login to write comment.