Color Hex Logo

#fb6072 Color Hex

#FB6072
(251,96,114)
0 Favorites   0 Comments

Color spaces of #fb6072

RGB 25196114
HSL0.980.950.68
HSV353°62°98°
CMYK 0.000.620.55   0.02
XYZ47.003830.089919.2501
Yxy30.08990.48790.3123
Hunter Lab54.854356.959017.5912
CIE-Lab61.731760.347921.7699

#fb6072 color RGB value is (251,96,114).

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

The process color (four color CMYK) of #fb6072 color hex is 0.00, 0.62, 0.55, 0.02. Web safe color of #fb6072 is #ff6666. Color #fb6072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 01110010
Octal 373 140 162
Decimal 251 96 114
Hex FB 60 72

RGB Percentages of Color #fb6072

%54.45
%20.82
%24.73

CMYK Percentages of Color #fb6072

%0
%62
%55
%2

Triadic Colors of #fb6072

#fb6072 #72fb60 #6072fb

Analogous Colors of #fb6072

#fb6072 #fb9c60 #fb60c0

Monochromatic Colors of #fb6072

#fb6072

Complementary Color

#fb6072 #60fbe9

#fb6072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6072 Color CSS Codes

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

#fb6072 Text Font Color

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

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


#fb6072 Background Color

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

This div background color is #fb6072


#fb6072 Border Color

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

This div border color is #fb6072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6072

Related Colors


Comments

No comments written yet.

Please login to write comment.