Color Hex Logo

#fd4246 Color Hex

#FD4246
(253,66,70)
0 Favorites   0 Comments

Color spaces of #fd4246

RGB 2536670
HSL1.000.980.63
HSV359°74°99°
CMYK 0.000.740.72   0.01
XYZ43.561725.22138.3666
Yxy25.22130.56460.3269
Hunter Lab50.220866.945125.2771
CIE-Lab57.290469.594041.3352

#fd4246 color RGB value is (253,66,70).

#fd4246 hex color red value is 253, green value is 66 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #fd4246 hue: 1.00 , saturation: 0.98 and the lightness value of fd4246 is 0.63.

The process color (four color CMYK) of #fd4246 color hex is 0.00, 0.74, 0.72, 0.01. Web safe color of #fd4246 is #ff3333. Color #fd4246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 01000110
Octal 375 102 106
Decimal 253 66 70
Hex FD 42 46

RGB Percentages of Color #fd4246

%65.04
%16.97
%17.99

CMYK Percentages of Color #fd4246

%0
%74
%72
%1

Triadic Colors of #fd4246

#fd4246 #46fd42 #4246fd

Analogous Colors of #fd4246

#fd4246 #fd9c42 #fd42a4

Monochromatic Colors of #fd4246

#fd4246

Complementary Color

#fd4246 #42fdf9

#fd4246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4246 Color CSS Codes

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

#fd4246 Text Font Color

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

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


#fd4246 Background Color

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

This div background color is #fd4246


#fd4246 Border Color

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

This div border color is #fd4246


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,66,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd4246; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd4246;
  -webkit-box-shadow: 1px 1px 3px 2px #fd4246;
  box-shadow:         1px 1px 3px 2px #fd4246; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,66,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4246


Comments

No comments written yet.

Please login to write comment.