Color Hex Logo

#f41130 Color Hex

#F41130
(244,17,48)
0 Favorites   0 Comments

Color spaces of #f41130

RGB 2441748
HSL0.980.910.51
HSV352°93°96°
CMYK 0.000.930.80   0.04
XYZ38.042219.84744.6222
Yxy19.84740.60860.3175
Hunter Lab44.550474.460325.0338
CIE-Lab51.664276.822546.8940

#f41130 color RGB value is (244,17,48).

#f41130 hex color red value is 244, green value is 17 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f41130 hue: 0.98 , saturation: 0.91 and the lightness value of f41130 is 0.51.

The process color (four color CMYK) of #f41130 color hex is 0.00, 0.93, 0.80, 0.04. Web safe color of #f41130 is #ff0033. Color #f41130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010001 00110000
Octal 364 21 60
Decimal 244 17 48
Hex F4 11 30

RGB Percentages of Color #f41130

%78.96
%5.50
%15.53

CMYK Percentages of Color #f41130

%0
%93
%80
%4

Triadic Colors of #f41130

#f41130 #30f411 #1130f4

Analogous Colors of #f41130

#f41130 #f46411 #f411a2

Monochromatic Colors of #f41130

#f41130

Complementary Color

#f41130 #11f4d5

#f41130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41130 Color CSS Codes

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

#f41130 Text Font Color

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

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


#f41130 Background Color

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

This div background color is #f41130


#f41130 Border Color

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

This div border color is #f41130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,17,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f41130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f41130;
  -webkit-box-shadow: 1px 1px 3px 2px #f41130;
  box-shadow:         1px 1px 3px 2px #f41130; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,17,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41130


Comments

No comments written yet.

Please login to write comment.