Color Hex Logo

#fc019f Color Hex

#FC019F
(252,1,159)
0 Favorites   0 Comments

Color spaces of #fc019f

RGB 2521159
HSL0.900.990.50
HSV322°100°99°
CMYK 0.001.000.37   0.01
XYZ46.413723.220434.8366
Yxy23.22040.44430.2223
Hunter Lab48.187687.6010-9.1317
CIE-Lab55.298686.4150-13.8616

#fc019f color RGB value is (252,1,159).

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

The process color (four color CMYK) of #fc019f color hex is 0.00, 1.00, 0.37, 0.01. Web safe color of #fc019f is #ff0099. Color #fc019f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000001 10011111
Octal 374 1 237
Decimal 252 1 159
Hex FC 1 9F

RGB Percentages of Color #fc019f

%61.17
%0.24
%38.59

CMYK Percentages of Color #fc019f

%0
%100
%37
%1

Triadic Colors of #fc019f

#fc019f #9ffc01 #019ffc

Analogous Colors of #fc019f

#fc019f #fc0121 #dc01fc

Monochromatic Colors of #fc019f

#fc019f

Complementary Color

#fc019f #01fc5e

#fc019f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc019f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc019f Color CSS Codes

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

#fc019f Text Font Color

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

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


#fc019f Background Color

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

This div background color is #fc019f


#fc019f Border Color

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

This div border color is #fc019f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc019f

#fc019f Color Palettes


Comments

No comments written yet.

Please login to write comment.