Color Hex Logo

#f9124d Color Hex

#F9124D
(249,18,77)
0 Favorites   0 Comments

Color spaces of #f9124d

RGB 2491877
HSL0.960.950.52
HSV345°93°98°
CMYK 0.000.930.69   0.02
XYZ40.622821.10828.9544
Yxy21.10820.57470.2986
Hunter Lab45.943777.426020.6050
CIE-Lab53.067778.923432.1084

#f9124d color RGB value is (249,18,77).

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

The process color (four color CMYK) of #f9124d color hex is 0.00, 0.93, 0.69, 0.02. Web safe color of #f9124d is #ff0066. Color #f9124d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010010 01001101
Octal 371 22 115
Decimal 249 18 77
Hex F9 12 4D

RGB Percentages of Color #f9124d

%72.38
%5.23
%22.38

CMYK Percentages of Color #f9124d

%0
%93
%69
%2

Triadic Colors of #f9124d

#f9124d #4df912 #124df9

Analogous Colors of #f9124d

#f9124d #f94a12 #f912c1

Monochromatic Colors of #f9124d

#f9124d

Complementary Color

#f9124d #12f9be

#f9124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9124d Color CSS Codes

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

#f9124d Text Font Color

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

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


#f9124d Background Color

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

This div background color is #f9124d


#f9124d Border Color

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

This div border color is #f9124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9124d

Related Colors


Comments

No comments written yet.

Please login to write comment.