Color Hex Logo

#f04993 Color Hex

#F04993
(240,73,147)
0 Favorites   0 Comments

Color spaces of #f04993

RGB 24073147
HSL0.930.850.61
HSV333°70°94°
CMYK 0.000.700.39   0.06
XYZ43.584225.396930.2087
Yxy25.39690.43940.2560
Hunter Lab50.395366.1832-0.2637
CIE-Lab57.460168.9289-3.7876

#f04993 color RGB value is (240,73,147).

#f04993 hex color red value is 240, green value is 73 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f04993 hue: 0.93 , saturation: 0.85 and the lightness value of f04993 is 0.61.

The process color (four color CMYK) of #f04993 color hex is 0.00, 0.70, 0.39, 0.06. Web safe color of #f04993 is #ff3399. Color #f04993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001001 10010011
Octal 360 111 223
Decimal 240 73 147
Hex F0 49 93

RGB Percentages of Color #f04993

%52.17
%15.87
%31.96

CMYK Percentages of Color #f04993

%0
%70
%39
%6

Triadic Colors of #f04993

#f04993 #93f049 #4993f0

Analogous Colors of #f04993

#f04993 #f05349 #f049e7

Monochromatic Colors of #f04993

#f04993

Complementary Color

#f04993 #49f0a6

#f04993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04993 Color CSS Codes

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

#f04993 Text Font Color

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

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


#f04993 Background Color

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

This div background color is #f04993


#f04993 Border Color

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

This div border color is #f04993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,73,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04993;
  -webkit-box-shadow: 1px 1px 3px 2px #f04993;
  box-shadow:         1px 1px 3px 2px #f04993; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04993


Comments

No comments written yet.

Please login to write comment.