Color Hex Logo

#f919b8 Color Hex

#F919B8
(249,25,184)
0 Favorites   0 Comments

Color spaces of #f919b8

RGB 24925184
HSL0.880.950.54
HSV317°90°98°
CMYK 0.000.900.26   0.02
XYZ48.066324.295747.5036
Yxy24.29570.40100.2027
Hunter Lab49.290787.8074-22.6369
CIE-Lab56.382686.3613-26.8907

#f919b8 color RGB value is (249,25,184).

#f919b8 hex color red value is 249, green value is 25 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #f919b8 hue: 0.88 , saturation: 0.95 and the lightness value of f919b8 is 0.54.

The process color (four color CMYK) of #f919b8 color hex is 0.00, 0.90, 0.26, 0.02. Web safe color of #f919b8 is #ff00cc. Color #f919b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 10111000
Octal 371 31 270
Decimal 249 25 184
Hex F9 19 B8

RGB Percentages of Color #f919b8

%54.37
%5.46
%40.17

CMYK Percentages of Color #f919b8

%0
%90
%26
%2

Triadic Colors of #f919b8

#f919b8 #b8f919 #19b8f9

Analogous Colors of #f919b8

#f919b8 #f91948 #ca19f9

Monochromatic Colors of #f919b8

#f919b8

Complementary Color

#f919b8 #19f95a

#f919b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f919b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f919b8 Color CSS Codes

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

#f919b8 Text Font Color

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

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


#f919b8 Background Color

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

This div background color is #f919b8


#f919b8 Border Color

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

This div border color is #f919b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f919b8

Related Colors


Comments

No comments written yet.

Please login to write comment.