Color Hex Logo

#fb223f Color Hex

#FB223F
(251,34,63)
0 Favorites   0 Comments

Color spaces of #fb223f

RGB 2513463
HSL0.980.960.56
HSV352°86°98°
CMYK 0.000.860.75   0.02
XYZ41.252922.01226.7771
Yxy22.01220.58900.3143
Hunter Lab46.917274.844824.2777
CIE-Lab54.039976.670041.4978

#fb223f color RGB value is (251,34,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100010 00111111
Octal 373 42 77
Decimal 251 34 63
Hex FB 22 3F

RGB Percentages of Color #fb223f

%72.13
%9.77
%18.10

CMYK Percentages of Color #fb223f

%0
%86
%75
%2

Triadic Colors of #fb223f

#fb223f #3ffb22 #223ffb

Analogous Colors of #fb223f

#fb223f #fb7222 #fb22ac

Monochromatic Colors of #fb223f

#fb223f

Complementary Color

#fb223f #22fbde

#fb223f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb223f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb223f Color CSS Codes

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

#fb223f Text Font Color

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

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


#fb223f Background Color

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

This div background color is #fb223f


#fb223f Border Color

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

This div border color is #fb223f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb223f


Comments

No comments written yet.

Please login to write comment.