Color Hex Logo

#f01130 Color Hex

#F01130
(240,17,48)
0 Favorites   0 Comments

Color spaces of #f01130

RGB 2401748
HSL0.980.880.50
HSV352°93°94°
CMYK 0.000.930.80   0.06
XYZ36.669119.13964.5579
Yxy19.13960.60740.3171
Hunter Lab43.748873.053524.4471
CIE-Lab50.850175.843945.8154

#f01130 color RGB value is (240,17,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010001 00110000
Octal 360 21 60
Decimal 240 17 48
Hex F0 11 30

RGB Percentages of Color #f01130

%78.69
%5.57
%15.74

CMYK Percentages of Color #f01130

%0
%93
%80
%6

Triadic Colors of #f01130

#f01130 #30f011 #1130f0

Analogous Colors of #f01130

#f01130 #f06111 #f011a0

Monochromatic Colors of #f01130

#f01130

Complementary Color

#f01130 #11f0d1

#f01130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01130 Color CSS Codes

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

#f01130 Text Font Color

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

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


#f01130 Background Color

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

This div background color is #f01130


#f01130 Border Color

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

This div border color is #f01130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01130


Comments

No comments written yet.

Please login to write comment.