Color Hex Logo

#f43130 Color Hex

#F43130
(244,49,48)
0 Favorites   0 Comments

Color spaces of #f43130

RGB 2444948
HSL0.000.900.57
HSV80°96°
CMYK 0.000.800.80   0.04
XYZ38.940021.64314.9215
Yxy21.64310.59450.3304
Hunter Lab46.522167.994426.2933
CIE-Lab53.646371.155548.8367

#f43130 color RGB value is (244,49,48).

#f43130 hex color red value is 244, green value is 49 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f43130 hue: 0.00 , saturation: 0.90 and the lightness value of f43130 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110001 00110000
Octal 364 61 60
Decimal 244 49 48
Hex F4 31 30

RGB Percentages of Color #f43130

%71.55
%14.37
%14.08

CMYK Percentages of Color #f43130

%0
%80
%80
%4

Triadic Colors of #f43130

#f43130 #30f431 #3130f4

Analogous Colors of #f43130

#f43130 #f49330 #f43091

Monochromatic Colors of #f43130

#f43130

Complementary Color

#f43130 #30f3f4

#f43130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43130 Color CSS Codes

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

#f43130 Text Font Color

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

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


#f43130 Background Color

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

This div background color is #f43130


#f43130 Border Color

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

This div border color is #f43130


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,49,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 #f43130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43130


Comments

No comments written yet.

Please login to write comment.