Color Hex Logo

#f71e4a Color Hex

#F71E4A
(247,30,74)
0 Favorites   0 Comments

Color spaces of #f71e4a

RGB 2473074
HSL0.970.930.54
HSV348°88°97°
CMYK 0.000.880.70   0.03
XYZ40.058121.19718.4587
Yxy21.19710.57460.3041
Hunter Lab46.040374.736221.3352
CIE-Lab53.164576.752733.9108

#f71e4a color RGB value is (247,30,74).

#f71e4a hex color red value is 247, green value is 30 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f71e4a hue: 0.97 , saturation: 0.93 and the lightness value of f71e4a is 0.54.

The process color (four color CMYK) of #f71e4a color hex is 0.00, 0.88, 0.70, 0.03. Web safe color of #f71e4a is #ff3333. Color #f71e4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011110 01001010
Octal 367 36 112
Decimal 247 30 74
Hex F7 1E 4A

RGB Percentages of Color #f71e4a

%70.37
%8.55
%21.08

CMYK Percentages of Color #f71e4a

%0
%88
%70
%3

Triadic Colors of #f71e4a

#f71e4a #4af71e #1e4af7

Analogous Colors of #f71e4a

#f71e4a #f75f1e #f71eb7

Monochromatic Colors of #f71e4a

#f71e4a

Complementary Color

#f71e4a #1ef7cb

#f71e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71e4a Color CSS Codes

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

#f71e4a Text Font Color

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

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


#f71e4a Background Color

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

This div background color is #f71e4a


#f71e4a Border Color

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

This div border color is #f71e4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,30,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f71e4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f71e4a;
  -webkit-box-shadow: 1px 1px 3px 2px #f71e4a;
  box-shadow:         1px 1px 3px 2px #f71e4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,30,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71e4a


Comments

No comments written yet.

Please login to write comment.