Color Hex Logo

#f50251 Color Hex

#F50251
(245,2,81)
0 Favorites   0 Comments

Color spaces of #f50251

RGB 245281
HSL0.950.980.48
HSV340°99°96°
CMYK 0.000.990.67   0.04
XYZ39.163120.05009.5905
Yxy20.05000.56920.2914
Hunter Lab44.777277.759718.6452
CIE-Lab51.893779.417528.0717

#f50251 color RGB value is (245,2,81).

#f50251 hex color red value is 245, green value is 2 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #f50251 hue: 0.95 , saturation: 0.98 and the lightness value of f50251 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000010 01010001
Octal 365 2 121
Decimal 245 2 81
Hex F5 2 51

RGB Percentages of Color #f50251

%74.70
%0.61
%24.70

CMYK Percentages of Color #f50251

%0
%99
%67
%4

Triadic Colors of #f50251

#f50251 #51f502 #0251f5

Analogous Colors of #f50251

#f50251 #f52d02 #f502cb

Monochromatic Colors of #f50251

#f50251

Complementary Color

#f50251 #02f5a6

#f50251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50251 Color CSS Codes

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

#f50251 Text Font Color

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

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


#f50251 Background Color

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

This div background color is #f50251


#f50251 Border Color

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

This div border color is #f50251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50251


Comments

No comments written yet.

Please login to write comment.