Color Hex Logo

#fb303f Color Hex

#FB303F
(251,48,63)
0 Favorites   0 Comments

Color spaces of #fb303f

RGB 2514863
HSL0.990.960.59
HSV356°81°98°
CMYK 0.000.810.75   0.02
XYZ41.737822.98206.9388
Yxy22.98200.58250.3207
Hunter Lab47.939571.514024.9760
CIE-Lab55.053873.777542.6204

#fb303f color RGB value is (251,48,63).

#fb303f hex color red value is 251, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fb303f hue: 0.99 , saturation: 0.96 and the lightness value of fb303f is 0.59.

The process color (four color CMYK) of #fb303f color hex is 0.00, 0.81, 0.75, 0.02. Web safe color of #fb303f is #ff3333. Color #fb303f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110000 00111111
Octal 373 60 77
Decimal 251 48 63
Hex FB 30 3F

RGB Percentages of Color #fb303f

%69.34
%13.26
%17.40

CMYK Percentages of Color #fb303f

%0
%81
%75
%2

Triadic Colors of #fb303f

#fb303f #3ffb30 #303ffb

Analogous Colors of #fb303f

#fb303f #fb8730 #fb30a5

Monochromatic Colors of #fb303f

#fb303f

Complementary Color

#fb303f #30fbec

#fb303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb303f Color CSS Codes

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

#fb303f Text Font Color

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

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


#fb303f Background Color

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

This div background color is #fb303f


#fb303f Border Color

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

This div border color is #fb303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb303f

Related Colors


Comments

No comments written yet.

Please login to write comment.