Color Hex Logo

#f01428 Color Hex

#F01428
(240,20,40)
0 Favorites   0 Comments

Color spaces of #f01428

RGB 2402040
HSL0.980.880.51
HSV355°92°94°
CMYK 0.000.920.83   0.06
XYZ36.568319.17883.7820
Yxy19.17880.61430.3222
Hunter Lab43.793672.411325.5353
CIE-Lab50.895775.313450.0820

#f01428 color RGB value is (240,20,40).

#f01428 hex color red value is 240, green value is 20 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #f01428 hue: 0.98 , saturation: 0.88 and the lightness value of f01428 is 0.51.

The process color (four color CMYK) of #f01428 color hex is 0.00, 0.92, 0.83, 0.06. Web safe color of #f01428 is #ff0033. Color #f01428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010100 00101000
Octal 360 24 50
Decimal 240 20 40
Hex F0 14 28

RGB Percentages of Color #f01428

%80.00
%6.67
%13.33

CMYK Percentages of Color #f01428

%0
%92
%83
%6

Triadic Colors of #f01428

#f01428 #28f014 #1428f0

Analogous Colors of #f01428

#f01428 #f06e14 #f01496

Monochromatic Colors of #f01428

#f01428

Complementary Color

#f01428 #14f0dc

#f01428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01428 Color CSS Codes

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

#f01428 Text Font Color

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

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


#f01428 Background Color

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

This div background color is #f01428


#f01428 Border Color

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

This div border color is #f01428


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,20,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f01428; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f01428;
  -webkit-box-shadow: 1px 1px 3px 2px #f01428;
  box-shadow:         1px 1px 3px 2px #f01428; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,20,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01428


Comments

No comments written yet.

Please login to write comment.