Color Hex Logo

#fc333f Color Hex

#FC333F
(252,51,63)
0 Favorites   0 Comments

Color spaces of #fc333f

RGB 2525163
HSL0.990.970.59
HSV356°80°99°
CMYK 0.000.800.75   0.01
XYZ42.225923.42206.9980
Yxy23.42200.58130.3224
Hunter Lab48.396371.048325.3042
CIE-Lab55.504473.311043.1707

#fc333f color RGB value is (252,51,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110011 00111111
Octal 374 63 77
Decimal 252 51 63
Hex FC 33 3F

RGB Percentages of Color #fc333f

%68.85
%13.93
%17.21

CMYK Percentages of Color #fc333f

%0
%80
%75
%1

Triadic Colors of #fc333f

#fc333f #3ffc33 #333ffc

Analogous Colors of #fc333f

#fc333f #fc8c33 #fc33a4

Monochromatic Colors of #fc333f

#fc333f

Complementary Color

#fc333f #33fcf0

#fc333f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc333f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc333f Color CSS Codes

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

#fc333f Text Font Color

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

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


#fc333f Background Color

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

This div background color is #fc333f


#fc333f Border Color

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

This div border color is #fc333f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc333f

Related Colors


Comments

No comments written yet.

Please login to write comment.