Html Css Color HEX #FA0401 Red

📋 copy color: '#FA0401'

red 250 ◦ green 4 ◦ blue 1

#FA0401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FA0401

Tints of Red #FA0401

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 value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA0401 (or 0xFA0401) is known color: 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

RGB 250 4 1 -
CMYK 0 0.98 1.00 0.02
HSL 0.72º 0.99% 0.49% -
HSV(B) 0.72º 1% 0.98% -
XYZ 39.47 20.41 1.89 -
YUV 77.21 85 251.24 -
System Red Green Blue C M Y K H S L
Decimal 250 4 1 0 0.98 1.00 0.02 0.72 0.99 0.49
Hex FA 4 1 0 62 64 2 1 63 31
Octal 372 4 1 0 142 144 2 1 143 61
Binary 11111010 100 1 0 1100010 1100100 10 1 1100011 110001

Color Harmonies of #FA0401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0401

Black with #FA0401

Text Example


Text Example

White with #FA0401

Text Example


Text Example

HTML Codes & Css Web 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>