Color Hex Logo

#fb495f Color Hex

#FB495F
(251,73,95)
0 Favorites   0 Comments

Color spaces of #fb495f

RGB 2517395
HSL0.980.960.64
HSV353°71°98°
CMYK 0.000.710.62   0.02
XYZ44.231826.100513.5331
Yxy26.10050.52740.3112
Hunter Lab51.088665.137520.0565
CIE-Lab58.132367.931728.0040

#fb495f color RGB value is (251,73,95).

#fb495f hex color red value is 251, green value is 73 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fb495f hue: 0.98 , saturation: 0.96 and the lightness value of fb495f is 0.64.

The process color (four color CMYK) of #fb495f color hex is 0.00, 0.71, 0.62, 0.02. Web safe color of #fb495f is #ff3366. Color #fb495f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 01011111
Octal 373 111 137
Decimal 251 73 95
Hex FB 49 5F

RGB Percentages of Color #fb495f

%59.90
%17.42
%22.67

CMYK Percentages of Color #fb495f

%0
%71
%62
%2

Triadic Colors of #fb495f

#fb495f #5ffb49 #495ffb

Analogous Colors of #fb495f

#fb495f #fb8c49 #fb49b8

Monochromatic Colors of #fb495f

#fb495f

Complementary Color

#fb495f #49fbe5

#fb495f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb495f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb495f Color CSS Codes

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

#fb495f Text Font Color

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

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


#fb495f Background Color

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

This div background color is #fb495f


#fb495f Border Color

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

This div border color is #fb495f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb495f

Related Colors


Comments

No comments written yet.

Please login to write comment.