Color Hex Logo

#fb0f50 Color Hex

#FB0F50
(251,15,80)
0 Favorites   0 Comments

Color spaces of #fb0f50

RGB 2511580
HSL0.950.970.52
HSV343°94°98°
CMYK 0.000.940.68   0.02
XYZ41.402521.43019.5437
Yxy21.43010.57200.2961
Hunter Lab46.292778.631920.1816
CIE-Lab53.417079.812130.8431

#fb0f50 color RGB value is (251,15,80).

#fb0f50 hex color red value is 251, green value is 15 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fb0f50 hue: 0.95 , saturation: 0.97 and the lightness value of fb0f50 is 0.52.

The process color (four color CMYK) of #fb0f50 color hex is 0.00, 0.94, 0.68, 0.02. Web safe color of #fb0f50 is #ff0066. Color #fb0f50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001111 01010000
Octal 373 17 120
Decimal 251 15 80
Hex FB F 50

RGB Percentages of Color #fb0f50

%72.54
%4.34
%23.12

CMYK Percentages of Color #fb0f50

%0
%94
%68
%2

Triadic Colors of #fb0f50

#fb0f50 #50fb0f #0f50fb

Analogous Colors of #fb0f50

#fb0f50 #fb440f #fb0fc6

Monochromatic Colors of #fb0f50

#fb0f50

Complementary Color

#fb0f50 #0ffbba

#fb0f50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0f50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0f50 Color CSS Codes

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

#fb0f50 Text Font Color

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

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


#fb0f50 Background Color

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

This div background color is #fb0f50


#fb0f50 Border Color

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

This div border color is #fb0f50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0f50


Comments

No comments written yet.

Please login to write comment.