Color Hex Logo

#fd013f Color Hex

#FD013F
(253,1,63)
0 Favorites   0 Comments

Color spaces of #fd013f

RGB 253163
HSL0.960.990.50
HSV345°100°99°
CMYK 0.001.000.75   0.01
XYZ41.416121.26326.6240
Yxy21.26320.59760.3068
Hunter Lab46.112079.625923.7614
CIE-Lab53.236480.632440.7137

#fd013f color RGB value is (253,1,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 00111111
Octal 375 1 77
Decimal 253 1 63
Hex FD 1 3F

RGB Percentages of Color #fd013f

%79.81
%0.32
%19.87

CMYK Percentages of Color #fd013f

%0
%100
%75
%1

Triadic Colors of #fd013f

#fd013f #3ffd01 #013ffd

Analogous Colors of #fd013f

#fd013f #fd4101 #fd01bd

Monochromatic Colors of #fd013f

#fd013f

Complementary Color

#fd013f #01fdbf

#fd013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd013f Color CSS Codes

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

#fd013f Text Font Color

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

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


#fd013f Background Color

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

This div background color is #fd013f


#fd013f Border Color

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

This div border color is #fd013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd013f

Related Colors


Comments

No comments written yet.

Please login to write comment.