Color Hex Logo

#fc204b Color Hex

#FC204B
(252,32,75)
0 Favorites   0 Comments

Color spaces of #fc204b

RGB 2523275
HSL0.970.970.56
HSV348°87°99°
CMYK 0.000.870.70   0.01
XYZ41.931422.23658.7386
Yxy22.23650.57510.3050
Hunter Lab47.155676.202422.0216
CIE-Lab54.277077.712334.8978

#fc204b color RGB value is (252,32,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 01001011
Octal 374 40 113
Decimal 252 32 75
Hex FC 20 4B

RGB Percentages of Color #fc204b

%70.19
%8.91
%20.89

CMYK Percentages of Color #fc204b

%0
%87
%70
%1

Triadic Colors of #fc204b

#fc204b #4bfc20 #204bfc

Analogous Colors of #fc204b

#fc204b #fc6320 #fc20b9

Monochromatic Colors of #fc204b

#fc204b

Complementary Color

#fc204b #20fcd1

#fc204b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc204b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc204b Color CSS Codes

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

#fc204b Text Font Color

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

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


#fc204b Background Color

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

This div background color is #fc204b


#fc204b Border Color

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

This div border color is #fc204b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc204b


Comments

No comments written yet.

Please login to write comment.