Color Hex Logo

#f51f63 Color Hex

#F51F63
(245,31,99)
0 Favorites   0 Comments

Color spaces of #f51f63

RGB 2453199
HSL0.950.910.54
HSV341°87°96°
CMYK 0.000.870.60   0.04
XYZ40.398321.293313.7852
Yxy21.29330.53520.2821
Hunter Lab46.144775.518414.5890
CIE-Lab53.269077.360619.0030

#f51f63 color RGB value is (245,31,99).

#f51f63 hex color red value is 245, green value is 31 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #f51f63 hue: 0.95 , saturation: 0.91 and the lightness value of f51f63 is 0.54.

The process color (four color CMYK) of #f51f63 color hex is 0.00, 0.87, 0.60, 0.04. Web safe color of #f51f63 is #ff3366. Color #f51f63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011111 01100011
Octal 365 37 143
Decimal 245 31 99
Hex F5 1F 63

RGB Percentages of Color #f51f63

%65.33
%8.27
%26.40

CMYK Percentages of Color #f51f63

%0
%87
%60
%4

Triadic Colors of #f51f63

#f51f63 #63f51f #1f63f5

Analogous Colors of #f51f63

#f51f63 #f5461f #f51fce

Monochromatic Colors of #f51f63

#f51f63

Complementary Color

#f51f63 #1ff5b1

#f51f63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51f63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51f63 Color CSS Codes

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

#f51f63 Text Font Color

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

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


#f51f63 Background Color

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

This div background color is #f51f63


#f51f63 Border Color

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

This div border color is #f51f63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51f63


Comments

No comments written yet.

Please login to write comment.