Color Hex Logo

#f43330 Color Hex

#F43330
(244,51,48)
0 Favorites   0 Comments

Color spaces of #f43330

RGB 2445148
HSL0.000.900.57
HSV80°96°
CMYK 0.000.790.80   0.04
XYZ39.025621.81414.9500
Yxy21.81410.59320.3316
Hunter Lab46.705667.413926.4102
CIE-Lab53.829270.638949.0149

#f43330 color RGB value is (244,51,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110011 00110000
Octal 364 63 60
Decimal 244 51 48
Hex F4 33 30

RGB Percentages of Color #f43330

%71.14
%14.87
%13.99

CMYK Percentages of Color #f43330

%0
%79
%80
%4

Triadic Colors of #f43330

#f43330 #30f433 #3330f4

Analogous Colors of #f43330

#f43330 #f49530 #f4308f

Monochromatic Colors of #f43330

#f43330

Complementary Color

#f43330 #30f1f4

#f43330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43330 Color CSS Codes

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

#f43330 Text Font Color

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

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


#f43330 Background Color

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

This div background color is #f43330


#f43330 Border Color

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

This div border color is #f43330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43330


Comments

No comments written yet.

Please login to write comment.