Color Hex Logo

#fa0241 Color Hex

#FA0241
(250,2,65)
0 Favorites   0 Comments

Color spaces of #fa0241

RGB 250265
HSL0.960.980.49
HSV345°99°98°
CMYK 0.000.990.74   0.02
XYZ40.400220.74916.8767
Yxy20.74910.59390.3050
Hunter Lab45.551278.600422.9350
CIE-Lab52.673879.932138.7560

#fa0241 color RGB value is (250,2,65).

#fa0241 hex color red value is 250, green value is 2 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fa0241 hue: 0.96 , saturation: 0.98 and the lightness value of fa0241 is 0.49.

The process color (four color CMYK) of #fa0241 color hex is 0.00, 0.99, 0.74, 0.02. Web safe color of #fa0241 is #ff0033. Color #fa0241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000010 01000001
Octal 372 2 101
Decimal 250 2 65
Hex FA 2 41

RGB Percentages of Color #fa0241

%78.86
%0.63
%20.50

CMYK Percentages of Color #fa0241

%0
%99
%74
%2

Triadic Colors of #fa0241

#fa0241 #41fa02 #0241fa

Analogous Colors of #fa0241

#fa0241 #fa3f02 #fa02bd

Monochromatic Colors of #fa0241

#fa0241

Complementary Color

#fa0241 #02fabb

#fa0241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0241 Color CSS Codes

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

#fa0241 Text Font Color

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

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


#fa0241 Background Color

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

This div background color is #fa0241


#fa0241 Border Color

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

This div border color is #fa0241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0241

Related Colors


Comments

No comments written yet.

Please login to write comment.