Color Hex Logo

#fb015f Color Hex

#FB015F
(251,1,95)
0 Favorites   0 Comments

Color spaces of #fb015f

RGB 251195
HSL0.940.990.49
HSV337°100°98°
CMYK 0.001.000.62   0.02
XYZ41.860121.357212.7425
Yxy21.35720.55110.2812
Hunter Lab46.213980.809516.0017
CIE-Lab53.338281.543021.7210

#fb015f color RGB value is (251,1,95).

#fb015f hex color red value is 251, green value is 1 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fb015f hue: 0.94 , saturation: 0.99 and the lightness value of fb015f is 0.49.

The process color (four color CMYK) of #fb015f color hex is 0.00, 1.00, 0.62, 0.02. Web safe color of #fb015f is #ff0066. Color #fb015f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 01011111
Octal 373 1 137
Decimal 251 1 95
Hex FB 1 5F

RGB Percentages of Color #fb015f

%72.33
%0.29
%27.38

CMYK Percentages of Color #fb015f

%0
%100
%62
%2

Triadic Colors of #fb015f

#fb015f #5ffb01 #015ffb

Analogous Colors of #fb015f

#fb015f #fb2001 #fb01dc

Monochromatic Colors of #fb015f

#fb015f

Complementary Color

#fb015f #01fb9d

#fb015f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb015f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb015f Color CSS Codes

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

#fb015f Text Font Color

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

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


#fb015f Background Color

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

This div background color is #fb015f


#fb015f Border Color

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

This div border color is #fb015f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb015f

Related Colors


Comments

No comments written yet.

Please login to write comment.