Color Hex Logo

#fc125b Color Hex

#FC125B
(252,18,91)
0 Favorites   0 Comments

Color spaces of #fc125b

RGB 2521891
HSL0.950.980.53
HSV341°93°99°
CMYK 0.000.930.64   0.01
XYZ42.249521.883411.8946
Yxy21.88340.55570.2878
Hunter Lab46.779779.349417.6702
CIE-Lab53.903180.284324.9148

#fc125b color RGB value is (252,18,91).

#fc125b hex color red value is 252, green value is 18 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fc125b hue: 0.95 , saturation: 0.98 and the lightness value of fc125b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 01011011
Octal 374 22 133
Decimal 252 18 91
Hex FC 12 5B

RGB Percentages of Color #fc125b

%69.81
%4.99
%25.21

CMYK Percentages of Color #fc125b

%0
%93
%64
%1

Triadic Colors of #fc125b

#fc125b #5bfc12 #125bfc

Analogous Colors of #fc125b

#fc125b #fc3e12 #fc12d0

Monochromatic Colors of #fc125b

#fc125b

Complementary Color

#fc125b #12fcb3

#fc125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc125b Color CSS Codes

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

#fc125b Text Font Color

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

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


#fc125b Background Color

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

This div background color is #fc125b


#fc125b Border Color

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

This div border color is #fc125b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,18,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 #fc125b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc125b


Comments

No comments written yet.

Please login to write comment.