Color Hex Logo

#fc033f Color Hex

#FC033F
(252,3,63)
0 Favorites   0 Comments

Color spaces of #fc033f

RGB 252363
HSL0.960.980.50
HSV346°99°99°
CMYK 0.000.990.75   0.01
XYZ41.074621.11956.6142
Yxy21.11950.59690.3069
Hunter Lab45.956079.117123.6359
CIE-Lab53.080080.261440.4830

#fc033f color RGB value is (252,3,63).

#fc033f hex color red value is 252, green value is 3 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fc033f hue: 0.96 , saturation: 0.98 and the lightness value of fc033f is 0.50.

The process color (four color CMYK) of #fc033f color hex is 0.00, 0.99, 0.75, 0.01. Web safe color of #fc033f is #ff0033. Color #fc033f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000011 00111111
Octal 374 3 77
Decimal 252 3 63
Hex FC 3 3F

RGB Percentages of Color #fc033f

%79.25
%0.94
%19.81

CMYK Percentages of Color #fc033f

%0
%99
%75
%1

Triadic Colors of #fc033f

#fc033f #3ffc03 #033ffc

Analogous Colors of #fc033f

#fc033f #fc4403 #fc03bc

Monochromatic Colors of #fc033f

#fc033f

Complementary Color

#fc033f #03fcc0

#fc033f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc033f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc033f Color CSS Codes

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

#fc033f Text Font Color

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

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


#fc033f Background Color

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

This div background color is #fc033f


#fc033f Border Color

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

This div border color is #fc033f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc033f


Comments

No comments written yet.

Please login to write comment.