Color Hex Logo

#f5018f Color Hex

#F5018F
(245,1,143)
0 Favorites   0 Comments

Color spaces of #f5018f

RGB 2451143
HSL0.900.990.48
HSV325°100°96°
CMYK 0.001.000.42   0.04
XYZ42.625021.417427.8740
Yxy21.41740.46370.2330
Hunter Lab46.278983.4185-3.3154
CIE-Lab53.403383.5656-7.3311

#f5018f color RGB value is (245,1,143).

#f5018f hex color red value is 245, green value is 1 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f5018f hue: 0.90 , saturation: 0.99 and the lightness value of f5018f is 0.48.

The process color (four color CMYK) of #f5018f color hex is 0.00, 1.00, 0.42, 0.04. Web safe color of #f5018f is #ff0099. Color #f5018f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000001 10001111
Octal 365 1 217
Decimal 245 1 143
Hex F5 1 8F

RGB Percentages of Color #f5018f

%62.98
%0.26
%36.76

CMYK Percentages of Color #f5018f

%0
%100
%42
%4

Triadic Colors of #f5018f

#f5018f #8ff501 #018ff5

Analogous Colors of #f5018f

#f5018f #f50115 #e101f5

Monochromatic Colors of #f5018f

#f5018f

Complementary Color

#f5018f #01f567

#f5018f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5018f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5018f Color CSS Codes

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

#f5018f Text Font Color

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

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


#f5018f Background Color

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

This div background color is #f5018f


#f5018f Border Color

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

This div border color is #f5018f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5018f


Comments

No comments written yet.

Please login to write comment.