Color Hex Logo

#f0339f Color Hex

#F0339F
(240,51,159)
0 Favorites   0 Comments

Color spaces of #f0339f

RGB 24051159
HSL0.900.860.57
HSV326°79°94°
CMYK 0.000.790.34   0.06
XYZ43.377023.396135.0306
Yxy23.39610.42610.2298
Hunter Lab48.369575.4293-9.0809
CIE-Lab55.478076.8605-13.8058

#f0339f color RGB value is (240,51,159).

#f0339f hex color red value is 240, green value is 51 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f0339f hue: 0.90 , saturation: 0.86 and the lightness value of f0339f is 0.57.

The process color (four color CMYK) of #f0339f color hex is 0.00, 0.79, 0.34, 0.06. Web safe color of #f0339f is #ff3399. Color #f0339f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110011 10011111
Octal 360 63 237
Decimal 240 51 159
Hex F0 33 9F

RGB Percentages of Color #f0339f

%53.33
%11.33
%35.33

CMYK Percentages of Color #f0339f

%0
%79
%34
%6

Triadic Colors of #f0339f

#f0339f #9ff033 #339ff0

Analogous Colors of #f0339f

#f0339f #f03340 #e333f0

Monochromatic Colors of #f0339f

#f0339f

Complementary Color

#f0339f #33f084

#f0339f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0339f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0339f Color CSS Codes

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

#f0339f Text Font Color

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

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


#f0339f Background Color

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

This div background color is #f0339f


#f0339f Border Color

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

This div border color is #f0339f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0339f


Comments

No comments written yet.

Please login to write comment.