Color Hex Logo

#fd005f Color Hex

#FD005F
(253,0,95)
0 Favorites   0 Comments

Color spaces of #fd005f

RGB 253095
HSL0.941.000.50
HSV337°100°99°
CMYK 0.001.000.62   0.01
XYZ42.573621.708912.7728
Yxy21.70890.55250.2817
Hunter Lab46.592881.564716.3614
CIE-Lab53.716882.060622.2962

#fd005f color RGB value is (253,0,95).

#fd005f hex color red value is 253, green value is 0 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fd005f hue: 0.94 , saturation: 1.00 and the lightness value of fd005f is 0.50.

The process color (four color CMYK) of #fd005f color hex is 0.00, 1.00, 0.62, 0.01. Web safe color of #fd005f is #ff0066. Color #fd005f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 01011111
Octal 375 0 137
Decimal 253 0 95
Hex FD 0 5F

RGB Percentages of Color #fd005f

%72.70
%0.00
%27.30

CMYK Percentages of Color #fd005f

%0
%100
%62
%1

Triadic Colors of #fd005f

#fd005f #5ffd00 #005ffd

Analogous Colors of #fd005f

#fd005f #fd1f00 #fd00de

Monochromatic Colors of #fd005f

#fd005f

Complementary Color

#fd005f #00fd9e

#fd005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd005f Color CSS Codes

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

#fd005f Text Font Color

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

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


#fd005f Background Color

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

This div background color is #fd005f


#fd005f Border Color

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

This div border color is #fd005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd005f


Comments

No comments written yet.

Please login to write comment.