Color Hex Logo

#f95148 Color Hex

#F95148
(249,81,72)
0 Favorites   0 Comments

Color spaces of #f95148

RGB 2498172
HSL0.010.940.63
HSV71°98°
CMYK 0.000.670.71   0.02
XYZ43.179126.49258.9687
Yxy26.49250.54910.3369
Hunter Lab51.470959.670325.6984
CIE-Lab58.501663.241441.4309

#f95148 color RGB value is (249,81,72).

#f95148 hex color red value is 249, green value is 81 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #f95148 hue: 0.01 , saturation: 0.94 and the lightness value of f95148 is 0.63.

The process color (four color CMYK) of #f95148 color hex is 0.00, 0.67, 0.71, 0.02. Web safe color of #f95148 is #ff6633. Color #f95148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 01001000
Octal 371 121 110
Decimal 249 81 72
Hex F9 51 48

RGB Percentages of Color #f95148

%61.94
%20.15
%17.91

CMYK Percentages of Color #f95148

%0
%67
%71
%2

Triadic Colors of #f95148

#f95148 #48f951 #5148f9

Analogous Colors of #f95148

#f95148 #f9aa48 #f94898

Monochromatic Colors of #f95148

#f95148

Complementary Color

#f95148 #48f0f9

#f95148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95148 Color CSS Codes

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

#f95148 Text Font Color

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

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


#f95148 Background Color

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

This div background color is #f95148


#f95148 Border Color

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

This div border color is #f95148


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,81,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f95148; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f95148;
  -webkit-box-shadow: 1px 1px 3px 2px #f95148;
  box-shadow:         1px 1px 3px 2px #f95148; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,81,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95148

Related Colors


Comments

No comments written yet.

Please login to write comment.