Color Hex Logo

#fb616d Color Hex

#FB616D
(251,97,109)
0 Favorites   0 Comments

Color spaces of #fb616d

RGB 25197109
HSL0.990.950.68
HSV355°61°98°
CMYK 0.000.610.57   0.02
XYZ46.818730.162717.8224
Yxy30.16270.49380.3182
Hunter Lab54.920656.056719.2041
CIE-Lab61.794459.558224.7245

#fb616d color RGB value is (251,97,109).

#fb616d hex color red value is 251, green value is 97 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fb616d hue: 0.99 , saturation: 0.95 and the lightness value of fb616d is 0.68.

The process color (four color CMYK) of #fb616d color hex is 0.00, 0.61, 0.57, 0.02. Web safe color of #fb616d is #ff6666. Color #fb616d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100001 01101101
Octal 373 141 155
Decimal 251 97 109
Hex FB 61 6D

RGB Percentages of Color #fb616d

%54.92
%21.23
%23.85

CMYK Percentages of Color #fb616d

%0
%61
%57
%2

Triadic Colors of #fb616d

#fb616d #6dfb61 #616dfb

Analogous Colors of #fb616d

#fb616d #fba261 #fb61ba

Monochromatic Colors of #fb616d

#fb616d

Complementary Color

#fb616d #61fbef

#fb616d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb616d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb616d Color CSS Codes

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

#fb616d Text Font Color

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

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


#fb616d Background Color

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

This div background color is #fb616d


#fb616d Border Color

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

This div border color is #fb616d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb616d


Comments

No comments written yet.

Please login to write comment.