Color Hex Logo

#f9123d Color Hex

#F9123D
(249,18,61)
0 Favorites   0 Comments

Color spaces of #f9123d

RGB 2491861
HSL0.970.950.52
HSV349°93°98°
CMYK 0.000.930.76   0.02
XYZ40.125520.90936.3359
Yxy20.90930.59560.3104
Hunter Lab45.726776.613323.7934
CIE-Lab52.850178.318241.2051

#f9123d color RGB value is (249,18,61).

#f9123d hex color red value is 249, green value is 18 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #f9123d hue: 0.97 , saturation: 0.95 and the lightness value of f9123d is 0.52.

The process color (four color CMYK) of #f9123d color hex is 0.00, 0.93, 0.76, 0.02. Web safe color of #f9123d is #ff0033. Color #f9123d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010010 00111101
Octal 371 22 75
Decimal 249 18 61
Hex F9 12 3D

RGB Percentages of Color #f9123d

%75.91
%5.49
%18.60

CMYK Percentages of Color #f9123d

%0
%93
%76
%2

Triadic Colors of #f9123d

#f9123d #3df912 #123df9

Analogous Colors of #f9123d

#f9123d #f95b12 #f912b1

Monochromatic Colors of #f9123d

#f9123d

Complementary Color

#f9123d #12f9ce

#f9123d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9123d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9123d Color CSS Codes

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

#f9123d Text Font Color

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

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


#f9123d Background Color

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

This div background color is #f9123d


#f9123d Border Color

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

This div border color is #f9123d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9123d


Comments

No comments written yet.

Please login to write comment.