Color Hex Logo

#f9151e Color Hex

#F9151E
(249,21,30)
0 Favorites   0 Comments

Color spaces of #f9151e

RGB 2492130
HSL0.990.950.53
HSV358°92°98°
CMYK 0.000.920.88   0.02
XYZ39.569420.76983.1517
Yxy20.76980.62320.3271
Hunter Lab45.573975.227827.8015
CIE-Lab52.696677.238957.0345

#f9151e color RGB value is (249,21,30).

#f9151e hex color red value is 249, green value is 21 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f9151e hue: 0.99 , saturation: 0.95 and the lightness value of f9151e is 0.53.

The process color (four color CMYK) of #f9151e color hex is 0.00, 0.92, 0.88, 0.02. Web safe color of #f9151e is #ff0033. Color #f9151e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010101 00011110
Octal 371 25 36
Decimal 249 21 30
Hex F9 15 1E

RGB Percentages of Color #f9151e

%83.00
%7.00
%10.00

CMYK Percentages of Color #f9151e

%0
%92
%88
%2

Triadic Colors of #f9151e

#f9151e #1ef915 #151ef9

Analogous Colors of #f9151e

#f9151e #f97e15 #f91590

Monochromatic Colors of #f9151e

#f9151e

Complementary Color

#f9151e #15f9f0

#f9151e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9151e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9151e Color CSS Codes

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

#f9151e Text Font Color

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

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


#f9151e Background Color

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

This div background color is #f9151e


#f9151e Border Color

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

This div border color is #f9151e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9151e


Comments

No comments written yet.

Please login to write comment.