Color Hex Logo

#fd616a Color Hex

#FD616A
(253,97,106)
0 Favorites   0 Comments

Color spaces of #fd616a

RGB 25397106
HSL0.990.980.69
HSV357°62°99°
CMYK 0.000.620.58   0.01
XYZ47.384230.472617.0201
Yxy30.47260.49940.3212
Hunter Lab55.202056.617120.3609
CIE-Lab62.059959.997226.8492

#fd616a color RGB value is (253,97,106).

#fd616a hex color red value is 253, green value is 97 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fd616a hue: 0.99 , saturation: 0.98 and the lightness value of fd616a is 0.69.

The process color (four color CMYK) of #fd616a color hex is 0.00, 0.62, 0.58, 0.01. Web safe color of #fd616a is #ff6666. Color #fd616a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 01101010
Octal 375 141 152
Decimal 253 97 106
Hex FD 61 6A

RGB Percentages of Color #fd616a

%55.48
%21.27
%23.25

CMYK Percentages of Color #fd616a

%0
%62
%58
%1

Triadic Colors of #fd616a

#fd616a #6afd61 #616afd

Analogous Colors of #fd616a

#fd616a #fda661 #fd61b8

Monochromatic Colors of #fd616a

#fd616a

Complementary Color

#fd616a #61fdf4

#fd616a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd616a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd616a Color CSS Codes

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

#fd616a Text Font Color

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

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


#fd616a Background Color

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

This div background color is #fd616a


#fd616a Border Color

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

This div border color is #fd616a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd616a


Comments

No comments written yet.

Please login to write comment.