Color Hex Logo

#fc015b Color Hex

#FC015B
(252,1,91)
0 Favorites   0 Comments

Color spaces of #fc015b

RGB 252191
HSL0.940.990.50
HSV338°100°99°
CMYK 0.001.000.64   0.01
XYZ42.044121.472511.8262
Yxy21.47250.55800.2850
Hunter Lab46.338480.865617.3053
CIE-Lab53.462881.562724.3393

#fc015b color RGB value is (252,1,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000001 01011011
Octal 374 1 133
Decimal 252 1 91
Hex FC 1 5B

RGB Percentages of Color #fc015b

%73.26
%0.29
%26.45

CMYK Percentages of Color #fc015b

%0
%100
%64
%1

Triadic Colors of #fc015b

#fc015b #5bfc01 #015bfc

Analogous Colors of #fc015b

#fc015b #fc2401 #fc01d9

Monochromatic Colors of #fc015b

#fc015b

Complementary Color

#fc015b #01fca2

#fc015b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc015b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc015b Color CSS Codes

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

#fc015b Text Font Color

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

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


#fc015b Background Color

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

This div background color is #fc015b


#fc015b Border Color

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

This div border color is #fc015b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc015b

Related Colors


Comments

No comments written yet.

Please login to write comment.