Color Hex Logo

#fa256b Color Hex

#FA256B
(250,37,107)
0 Favorites   0 Comments

Color spaces of #fa256b

RGB 25037107
HSL0.950.960.56
HSV340°85°98°
CMYK 0.000.850.57   0.02
XYZ42.739822.708716.0405
Yxy22.70870.52450.2787
Hunter Lab47.653676.699913.4002
CIE-Lab54.771078.013616.3901

#fa256b color RGB value is (250,37,107).

#fa256b hex color red value is 250, green value is 37 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fa256b hue: 0.95 , saturation: 0.96 and the lightness value of fa256b is 0.56.

The process color (four color CMYK) of #fa256b color hex is 0.00, 0.85, 0.57, 0.02. Web safe color of #fa256b is #ff3366. Color #fa256b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100101 01101011
Octal 372 45 153
Decimal 250 37 107
Hex FA 25 6B

RGB Percentages of Color #fa256b

%63.45
%9.39
%27.16

CMYK Percentages of Color #fa256b

%0
%85
%57
%2

Triadic Colors of #fa256b

#fa256b #6bfa25 #256bfa

Analogous Colors of #fa256b

#fa256b #fa4a25 #fa25d6

Monochromatic Colors of #fa256b

#fa256b

Complementary Color

#fa256b #25fab4

#fa256b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa256b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa256b Color CSS Codes

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

#fa256b Text Font Color

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

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


#fa256b Background Color

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

This div background color is #fa256b


#fa256b Border Color

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

This div border color is #fa256b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa256b


Comments

No comments written yet.

Please login to write comment.