Color Hex Logo

#f02130 Color Hex

#F02130
(240,33,48)
0 Favorites   0 Comments

Color spaces of #f02130

RGB 2403348
HSL0.990.870.54
HSV356°86°94°
CMYK 0.000.860.80   0.06
XYZ37.012519.82644.6724
Yxy19.82640.60170.3223
Hunter Lab44.526870.454424.9472
CIE-Lab51.640473.570446.6011

#f02130 color RGB value is (240,33,48).

#f02130 hex color red value is 240, green value is 33 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f02130 hue: 0.99 , saturation: 0.87 and the lightness value of f02130 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100001 00110000
Octal 360 41 60
Decimal 240 33 48
Hex F0 21 30

RGB Percentages of Color #f02130

%74.77
%10.28
%14.95

CMYK Percentages of Color #f02130

%0
%86
%80
%6

Triadic Colors of #f02130

#f02130 #30f021 #2130f0

Analogous Colors of #f02130

#f02130 #f07a21 #f02198

Monochromatic Colors of #f02130

#f02130

Complementary Color

#f02130 #21f0e1

#f02130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02130 Color CSS Codes

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

#f02130 Text Font Color

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

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


#f02130 Background Color

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

This div background color is #f02130


#f02130 Border Color

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

This div border color is #f02130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02130


Comments

No comments written yet.

Please login to write comment.