Color Hex Logo

#fa72af Color Hex

#FA72AF
(250,114,175)
0 Favorites   0 Comments

Color spaces of #fa72af

RGB 250114175
HSL0.930.930.71
HSV333°54°98°
CMYK 0.000.540.30   0.02
XYZ53.179535.453844.5978
Yxy35.45380.39920.2661
Hunter Lab59.543155.2226-2.7281
CIE-Lab66.100558.1264-6.9776

#fa72af color RGB value is (250,114,175).

#fa72af hex color red value is 250, green value is 114 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fa72af hue: 0.93 , saturation: 0.93 and the lightness value of fa72af is 0.71.

The process color (four color CMYK) of #fa72af color hex is 0.00, 0.54, 0.30, 0.02. Web safe color of #fa72af is #ff6699. Color #fa72af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 10101111
Octal 372 162 257
Decimal 250 114 175
Hex FA 72 AF

RGB Percentages of Color #fa72af

%46.38
%21.15
%32.47

CMYK Percentages of Color #fa72af

%0
%54
%30
%2

Triadic Colors of #fa72af

#fa72af #affa72 #72affa

Analogous Colors of #fa72af

#fa72af #fa7972 #fa72f3

Monochromatic Colors of #fa72af

#fa72af

Complementary Color

#fa72af #72fabd

#fa72af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa72af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa72af Color CSS Codes

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

#fa72af Text Font Color

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

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


#fa72af Background Color

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

This div background color is #fa72af


#fa72af Border Color

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

This div border color is #fa72af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,114,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa72af

Related Colors


Comments

No comments written yet.

Please login to write comment.