Color Hex Logo

#fc203d Color Hex

#FC203D
(252,32,61)
0 Favorites   0 Comments

Color spaces of #fc203d

RGB 2523261
HSL0.980.970.56
HSV352°87°99°
CMYK 0.000.870.76   0.01
XYZ41.503722.06546.4864
Yxy22.06540.59240.3150
Hunter Lab46.973875.509424.6946
CIE-Lab54.096377.192742.7449

#fc203d color RGB value is (252,32,61).

#fc203d hex color red value is 252, green value is 32 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fc203d hue: 0.98 , saturation: 0.97 and the lightness value of fc203d is 0.56.

The process color (four color CMYK) of #fc203d color hex is 0.00, 0.87, 0.76, 0.01. Web safe color of #fc203d is #ff3333. Color #fc203d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 00111101
Octal 374 40 75
Decimal 252 32 61
Hex FC 20 3D

RGB Percentages of Color #fc203d

%73.04
%9.28
%17.68

CMYK Percentages of Color #fc203d

%0
%87
%76
%1

Triadic Colors of #fc203d

#fc203d #3dfc20 #203dfc

Analogous Colors of #fc203d

#fc203d #fc7120 #fc20ab

Monochromatic Colors of #fc203d

#fc203d

Complementary Color

#fc203d #20fcdf

#fc203d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc203d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc203d Color CSS Codes

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

#fc203d Text Font Color

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

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


#fc203d Background Color

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

This div background color is #fc203d


#fc203d Border Color

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

This div border color is #fc203d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc203d

Related Colors


Comments

No comments written yet.

Please login to write comment.