#FA0401

Color #FA0401 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #FA0401

Tints of Red #FA0401

Color information

#FA0401 (or 0xFA0401) is unknown color: approx Red. HEX triplet: FA, 04 and 01. RGB value is (250,4,1). Sum of RGB (Red+Green+Blue) = 250+4+1=255 (33% of max value = 765). Red value is 250 (98.05% from 255 or 98.04% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0401 is #05FBFE. Grayscale: #4D4D4D. Windows color (decimal): -392191 or 66810. OLE color: 66810.

HSL color Cylindrical-coordinate representation of color #FA0401: hue angle of 0.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB25041-
CMYK00.981.000.02
HSL0.72º99.2%49.22%-
HSV(B)0.72º99.6%98.04%-
XYZ39.4720.411.89-
YUV77.2185251.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 98.04%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=98.04%
G=1.57%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504100.981.000.020.7299.249.22
HexFA4106264216331
Octal3724101421442114361
Binary1111101010010110001011001001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0401; }

 p { color: rgb(250,4,1); }

 H1.HeaderClassName
 {
   color: #FA0401;
 }
 .AnyTagClassName
 {
   color: #FA0401;
 }
</style>
background-color css

<style>
 a { background-color: #FA0401; }

 a { background-color: rgb(250,4,1); }

 div.DivClassName
 {
   background-color: #FA0401;
 }
 .BgClassName
 {
   background-color: #FA0401;
 }
</style>
border-color css

<style>
 span { border-color: #FA0401; }

 span { border-color: rgb(250,4,1); }

 td.TdClassName
 {
   border-color: #FA0401;
 }
 .TagClassName
 {
   border-color: #FA0401;
 }
</style>