Color Hex Logo

#fa15bf Color Hex

#FA15BF
(250,21,191)
0 Favorites   0 Comments

Color spaces of #fa15bf

RGB 25021191
HSL0.880.960.53
HSV315°92°98°
CMYK 0.000.920.24   0.02
XYZ49.096524.621951.4550
Yxy24.62190.39220.1967
Hunter Lab49.620589.7794-26.7477
CIE-Lab56.705287.7971-30.4290

#fa15bf color RGB value is (250,21,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010101 10111111
Octal 372 25 277
Decimal 250 21 191
Hex FA 15 BF

RGB Percentages of Color #fa15bf

%54.11
%4.55
%41.34

CMYK Percentages of Color #fa15bf

%0
%92
%24
%2

Triadic Colors of #fa15bf

#fa15bf #bffa15 #15bffa

Analogous Colors of #fa15bf

#fa15bf #fa154d #c315fa

Monochromatic Colors of #fa15bf

#fa15bf

Complementary Color

#fa15bf #15fa50

#fa15bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa15bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa15bf Color CSS Codes

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

#fa15bf Text Font Color

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

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


#fa15bf Background Color

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

This div background color is #fa15bf


#fa15bf Border Color

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

This div border color is #fa15bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa15bf


Comments

No comments written yet.

Please login to write comment.