Color Hex Logo

#f9004a Color Hex

#F9004A
(249,0,74)
0 Favorites   0 Comments

Color spaces of #f9004a

RGB 249074
HSL0.951.000.49
HSV342°100°98°
CMYK 0.001.000.70   0.02
XYZ40.303020.63418.3372
Yxy20.63410.58180.2979
Hunter Lab45.424878.880320.9153
CIE-Lab52.546780.178233.2561

#f9004a color RGB value is (249,0,74).

#f9004a hex color red value is 249, green value is 0 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f9004a hue: 0.95 , saturation: 1.00 and the lightness value of f9004a is 0.49.

The process color (four color CMYK) of #f9004a color hex is 0.00, 1.00, 0.70, 0.02. Web safe color of #f9004a is #ff0033. Color #f9004a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 01001010
Octal 371 0 112
Decimal 249 0 74
Hex F9 0 4A

RGB Percentages of Color #f9004a

%77.09
%0.00
%22.91

CMYK Percentages of Color #f9004a

%0
%100
%70
%2

Triadic Colors of #f9004a

#f9004a #4af900 #004af9

Analogous Colors of #f9004a

#f9004a #f93200 #f900c7

Monochromatic Colors of #f9004a

#f9004a

Complementary Color

#f9004a #00f9af

#f9004a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9004a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9004a Color CSS Codes

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

#f9004a Text Font Color

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

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


#f9004a Background Color

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

This div background color is #f9004a


#f9004a Border Color

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

This div border color is #f9004a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9004a


Comments

No comments written yet.

Please login to write comment.