Color Hex Logo

#fa18bf Color Hex

#FA18BF
(250,24,191)
0 Favorites   0 Comments

Color spaces of #fa18bf

RGB 25024191
HSL0.880.960.54
HSV316°90°98°
CMYK 0.000.900.24   0.02
XYZ49.154924.738851.4745
Yxy24.73880.39210.1973
Hunter Lab49.738189.3653-26.5432
CIE-Lab56.820087.4609-30.2506

#fa18bf color RGB value is (250,24,191).

#fa18bf hex color red value is 250, green value is 24 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fa18bf hue: 0.88 , saturation: 0.96 and the lightness value of fa18bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011000 10111111
Octal 372 30 277
Decimal 250 24 191
Hex FA 18 BF

RGB Percentages of Color #fa18bf

%53.76
%5.16
%41.08

CMYK Percentages of Color #fa18bf

%0
%90
%24
%2

Triadic Colors of #fa18bf

#fa18bf #bffa18 #18bffa

Analogous Colors of #fa18bf

#fa18bf #fa184e #c418fa

Monochromatic Colors of #fa18bf

#fa18bf

Complementary Color

#fa18bf #18fa53

#fa18bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa18bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa18bf Color CSS Codes

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

#fa18bf Text Font Color

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

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


#fa18bf Background Color

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

This div background color is #fa18bf


#fa18bf Border Color

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

This div border color is #fa18bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa18bf


Comments

No comments written yet.

Please login to write comment.