Color Hex Logo

#f419bf Color Hex

#F419BF
(244,25,191)
0 Favorites   0 Comments

Color spaces of #f419bf

RGB 24425191
HSL0.870.910.53
HSV315°90°96°
CMYK 0.000.900.22   0.04
XYZ47.059823.689951.3825
Yxy23.68990.38530.1940
Hunter Lab48.672387.4100-28.5209
CIE-Lab55.776086.1761-31.9578

#f419bf color RGB value is (244,25,191).

#f419bf hex color red value is 244, green value is 25 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f419bf hue: 0.87 , saturation: 0.91 and the lightness value of f419bf is 0.53.

The process color (four color CMYK) of #f419bf color hex is 0.00, 0.90, 0.22, 0.04. Web safe color of #f419bf is #ff00cc. Color #f419bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011001 10111111
Octal 364 31 277
Decimal 244 25 191
Hex F4 19 BF

RGB Percentages of Color #f419bf

%53.04
%5.43
%41.52

CMYK Percentages of Color #f419bf

%0
%90
%22
%4

Triadic Colors of #f419bf

#f419bf #bff419 #19bff4

Analogous Colors of #f419bf

#f419bf #f41951 #bc19f4

Monochromatic Colors of #f419bf

#f419bf

Complementary Color

#f419bf #19f44e

#f419bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f419bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f419bf Color CSS Codes

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

#f419bf Text Font Color

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

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


#f419bf Background Color

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

This div background color is #f419bf


#f419bf Border Color

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

This div border color is #f419bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,25,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f419bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f419bf;
  -webkit-box-shadow: 1px 1px 3px 2px #f419bf;
  box-shadow:         1px 1px 3px 2px #f419bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f419bf


Comments

No comments written yet.

Please login to write comment.