Color Hex Logo

#f03995 Color Hex

#F03995
(240,57,149)
0 Favorites   0 Comments

Color spaces of #f03995

RGB 24057149
HSL0.920.860.58
HSV330°76°94°
CMYK 0.000.760.38   0.06
XYZ42.823123.621430.7361
Yxy23.62140.44070.2431
Hunter Lab48.601972.2231-3.4741
CIE-Lab55.706774.2291-7.5654

#f03995 color RGB value is (240,57,149).

#f03995 hex color red value is 240, green value is 57 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f03995 hue: 0.92 , saturation: 0.86 and the lightness value of f03995 is 0.58.

The process color (four color CMYK) of #f03995 color hex is 0.00, 0.76, 0.38, 0.06. Web safe color of #f03995 is #ff3399. Color #f03995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111001 10010101
Octal 360 71 225
Decimal 240 57 149
Hex F0 39 95

RGB Percentages of Color #f03995

%53.81
%12.78
%33.41

CMYK Percentages of Color #f03995

%0
%76
%38
%6

Triadic Colors of #f03995

#f03995 #95f039 #3995f0

Analogous Colors of #f03995

#f03995 #f0393a #f039f0

Monochromatic Colors of #f03995

#f03995

Complementary Color

#f03995 #39f094

#f03995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03995 Color CSS Codes

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

#f03995 Text Font Color

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

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


#f03995 Background Color

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

This div background color is #f03995


#f03995 Border Color

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

This div border color is #f03995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03995


Comments

No comments written yet.

Please login to write comment.