Color Hex Logo

#fd115f Color Hex

#FD115F
(253,17,95)
0 Favorites   0 Comments

Color spaces of #fd115f

RGB 2531795
HSL0.940.980.53
HSV340°93°99°
CMYK 0.000.930.62   0.01
XYZ42.774022.109812.8396
Yxy22.10980.55030.2845
Hunter Lab47.021180.090616.7250
CIE-Lab54.143380.821422.8613

#fd115f color RGB value is (253,17,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 01011111
Octal 375 21 137
Decimal 253 17 95
Hex FD 11 5F

RGB Percentages of Color #fd115f

%69.32
%4.66
%26.03

CMYK Percentages of Color #fd115f

%0
%93
%62
%1

Triadic Colors of #fd115f

#fd115f #5ffd11 #115ffd

Analogous Colors of #fd115f

#fd115f #fd3911 #fd11d5

Monochromatic Colors of #fd115f

#fd115f

Complementary Color

#fd115f #11fdaf

#fd115f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd115f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd115f Color CSS Codes

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

#fd115f Text Font Color

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

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


#fd115f Background Color

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

This div background color is #fd115f


#fd115f Border Color

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

This div border color is #fd115f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd115f

Related Colors


Comments

No comments written yet.

Please login to write comment.