Color Hex Logo

#f5102a Color Hex

#F5102A
(245,16,42)
0 Favorites   0 Comments

Color spaces of #f5102a

RGB 2451642
HSL0.980.920.51
HSV353°93°96°
CMYK 0.000.930.83   0.04
XYZ38.259419.95024.0248
Yxy19.95020.61480.3206
Hunter Lab44.665674.733525.9234
CIE-Lab51.780977.019850.2405

#f5102a color RGB value is (245,16,42).

#f5102a hex color red value is 245, green value is 16 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f5102a hue: 0.98 , saturation: 0.92 and the lightness value of f5102a is 0.51.

The process color (four color CMYK) of #f5102a color hex is 0.00, 0.93, 0.83, 0.04. Web safe color of #f5102a is #ff0033. Color #f5102a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010000 00101010
Octal 365 20 52
Decimal 245 16 42
Hex F5 10 2A

RGB Percentages of Color #f5102a

%80.86
%5.28
%13.86

CMYK Percentages of Color #f5102a

%0
%93
%83
%4

Triadic Colors of #f5102a

#f5102a #2af510 #102af5

Analogous Colors of #f5102a

#f5102a #f56910 #f5109d

Monochromatic Colors of #f5102a

#f5102a

Complementary Color

#f5102a #10f5db

#f5102a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5102a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5102a Color CSS Codes

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

#f5102a Text Font Color

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

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


#f5102a Background Color

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

This div background color is #f5102a


#f5102a Border Color

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

This div border color is #f5102a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,16,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5102a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5102a;
  -webkit-box-shadow: 1px 1px 3px 2px #f5102a;
  box-shadow:         1px 1px 3px 2px #f5102a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,16,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5102a


Comments

No comments written yet.

Please login to write comment.