Color Hex Logo

#f2519f Color Hex

#F2519F
(242,81,159)
0 Favorites   0 Comments

Color spaces of #f2519f

RGB 24281159
HSL0.920.860.63
HSV331°67°95°
CMYK 0.000.670.34   0.05
XYZ45.818427.265335.6487
Yxy27.26530.42140.2508
Hunter Lab52.216265.2510-3.9268
CIE-Lab59.219167.8259-8.1570

#f2519f color RGB value is (242,81,159).

#f2519f hex color red value is 242, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f2519f hue: 0.92 , saturation: 0.86 and the lightness value of f2519f is 0.63.

The process color (four color CMYK) of #f2519f color hex is 0.00, 0.67, 0.34, 0.05. Web safe color of #f2519f is #ff6699. Color #f2519f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010001 10011111
Octal 362 121 237
Decimal 242 81 159
Hex F2 51 9F

RGB Percentages of Color #f2519f

%50.21
%16.80
%32.99

CMYK Percentages of Color #f2519f

%0
%67
%34
%5

Triadic Colors of #f2519f

#f2519f #9ff251 #519ff2

Analogous Colors of #f2519f

#f2519f #f25351 #f251f0

Monochromatic Colors of #f2519f

#f2519f

Complementary Color

#f2519f #51f2a4

#f2519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2519f Color CSS Codes

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

#f2519f Text Font Color

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

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


#f2519f Background Color

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

This div background color is #f2519f


#f2519f Border Color

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

This div border color is #f2519f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,81,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 #f2519f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2519f


Comments

No comments written yet.

Please login to write comment.