Color Hex Logo

#fc3243 Color Hex

#FC3243
(252,50,67)
0 Favorites   0 Comments

Color spaces of #fc3243

RGB 2525067
HSL0.990.970.59
HSV355°80°99°
CMYK 0.000.800.73   0.01
XYZ42.298623.38197.5940
Yxy23.38190.57730.3191
Hunter Lab48.354871.522724.5370
CIE-Lab55.463673.705940.8877

#fc3243 color RGB value is (252,50,67).

#fc3243 hex color red value is 252, green value is 50 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #fc3243 hue: 0.99 , saturation: 0.97 and the lightness value of fc3243 is 0.59.

The process color (four color CMYK) of #fc3243 color hex is 0.00, 0.80, 0.73, 0.01. Web safe color of #fc3243 is #ff3333. Color #fc3243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 01000011
Octal 374 62 103
Decimal 252 50 67
Hex FC 32 43

RGB Percentages of Color #fc3243

%68.29
%13.55
%18.16

CMYK Percentages of Color #fc3243

%0
%80
%73
%1

Triadic Colors of #fc3243

#fc3243 #43fc32 #3243fc

Analogous Colors of #fc3243

#fc3243 #fc8632 #fc32a8

Monochromatic Colors of #fc3243

#fc3243

Complementary Color

#fc3243 #32fceb

#fc3243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3243 Color CSS Codes

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

#fc3243 Text Font Color

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

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


#fc3243 Background Color

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

This div background color is #fc3243


#fc3243 Border Color

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

This div border color is #fc3243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3243

Related Colors


Comments

No comments written yet.

Please login to write comment.