color codes Logo

#f5044f color codes

#F5044F
(245,4,79)
0 Favorites   0 Comments

Color spaces of #f5044f

RGB 245479
HSL0.950.970.49
HSV341°98°96°
CMYK 0.000.980.68   0.04
XYZ39.110920.06389.2085
Yxy20.06380.57190.2934
Hunter Lab44.792677.471019.1660
CIE-Lab51.909379.185029.2960

#f5044f color RGB value is (245,4,79).

#f5044f hex color red value is 245, green value is 4 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f5044f hue: 0.95 , saturation: 0.97 and the lightness value of f5044f is 0.49.

The process color (four color CMYK) of #f5044f color code is 0.00, 0.98, 0.68, 0.04. Web safe color of #f5044f is #ff0066. Color #f5044f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000100 01001111
Octal 365 4 117
Decimal 245 4 79
Hex F5 4 4F

RGB Percentages of Color #f5044f

%74.70
%1.22
%24.09

CMYK Percentages of Color #f5044f

%0
%98
%68
%4

Triadic Colors of #f5044f

#f5044f #4ff504 #044ff5

Analogous Colors of #f5044f

#f5044f #f53204 #f504c8

Monochromatic Colors of #f5044f

#f5044f

Complementary Color

#f5044f #04f5aa

#f5044f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5044f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5044f Color CSS Codes

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

#f5044f Text Font Color

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

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


#f5044f Background Color

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

This div background color is #f5044f


#f5044f Border Color

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

This div border color is #f5044f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5044f


Comments

No comments written yet.

Please login to write comment.