Color Hex Logo

#f9293b Color Hex

#F9293B
(249,41,59)
0 Favorites   0 Comments

Color spaces of #f9293b

RGB 2494159
HSL0.990.950.57
HSV355°84°98°
CMYK 0.000.840.76   0.02
XYZ40.649322.04146.2496
Yxy22.04140.58960.3197
Hunter Lab46.948372.391524.9713
CIE-Lab54.070974.681243.6634

#f9293b color RGB value is (249,41,59).

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

The process color (four color CMYK) of #f9293b color hex is 0.00, 0.84, 0.76, 0.02. Web safe color of #f9293b is #ff3333. Color #f9293b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101001 00111011
Octal 371 51 73
Decimal 249 41 59
Hex F9 29 3B

RGB Percentages of Color #f9293b

%71.35
%11.75
%16.91

CMYK Percentages of Color #f9293b

%0
%84
%76
%2

Triadic Colors of #f9293b

#f9293b #3bf929 #293bf9

Analogous Colors of #f9293b

#f9293b #f97f29 #f929a3

Monochromatic Colors of #f9293b

#f9293b

Complementary Color

#f9293b #29f9e7

#f9293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9293b Color CSS Codes

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

#f9293b Text Font Color

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

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


#f9293b Background Color

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

This div background color is #f9293b


#f9293b Border Color

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

This div border color is #f9293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9293b

Related Colors


Comments

No comments written yet.

Please login to write comment.