Color Hex Logo

#fc014f Color Hex

#FC014F
(252,1,79)
0 Favorites   0 Comments

Color spaces of #fc014f

RGB 252179
HSL0.950.990.50
HSV341°100°99°
CMYK 0.001.000.69   0.01
XYZ41.567021.28179.3141
Yxy21.28170.57600.2949
Hunter Lab46.132180.105020.3218
CIE-Lab53.256481.005731.2844

#fc014f color RGB value is (252,1,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000001 01001111
Octal 374 1 117
Decimal 252 1 79
Hex FC 1 4F

RGB Percentages of Color #fc014f

%75.90
%0.30
%23.80

CMYK Percentages of Color #fc014f

%0
%100
%69
%1

Triadic Colors of #fc014f

#fc014f #4ffc01 #014ffc

Analogous Colors of #fc014f

#fc014f #fc3101 #fc01cd

Monochromatic Colors of #fc014f

#fc014f

Complementary Color

#fc014f #01fcae

#fc014f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc014f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc014f Color CSS Codes

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

#fc014f Text Font Color

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

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


#fc014f Background Color

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

This div background color is #fc014f


#fc014f Border Color

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

This div border color is #fc014f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc014f


Comments

No comments written yet.

Please login to write comment.