Color Hex Logo

#f51650 Color Hex

#F51650
(245,22,80)
0 Favorites   0 Comments

Color spaces of #f51650

RGB 2452280
HSL0.960.920.52
HSV344°91°96°
CMYK 0.000.910.67   0.04
XYZ39.391120.56559.4828
Yxy20.56550.56730.2962
Hunter Lab45.349275.687119.3465
CIE-Lab52.470677.651329.4008

#f51650 color RGB value is (245,22,80).

#f51650 hex color red value is 245, green value is 22 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f51650 hue: 0.96 , saturation: 0.92 and the lightness value of f51650 is 0.52.

The process color (four color CMYK) of #f51650 color hex is 0.00, 0.91, 0.67, 0.04. Web safe color of #f51650 is #ff0066. Color #f51650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 01010000
Octal 365 26 120
Decimal 245 22 80
Hex F5 16 50

RGB Percentages of Color #f51650

%70.61
%6.34
%23.05

CMYK Percentages of Color #f51650

%0
%91
%67
%4

Triadic Colors of #f51650

#f51650 #50f516 #1650f5

Analogous Colors of #f51650

#f51650 #f54b16 #f516c0

Monochromatic Colors of #f51650

#f51650

Complementary Color

#f51650 #16f5bb

#f51650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51650 Color CSS Codes

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

#f51650 Text Font Color

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

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


#f51650 Background Color

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

This div background color is #f51650


#f51650 Border Color

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

This div border color is #f51650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51650


Comments

No comments written yet.

Please login to write comment.