Html Css Color HEX #FA0901 Red

📋 copy color: '#FA0901'

red 250 ◦ green 9 ◦ blue 1

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

Shades of Red #FA0901

Tints of Red #FA0901

RGB

 RED value IS 250 (98.05% from 255) = 96.15%

 GREEN value IS 9 (3.91% from 255) = 3.46%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 96.15%
G = 3.46%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA0901 (or 0xFA0901) is known color: Red. HEX triplet: FA, 09 and 01. RGB value is (250,9,1). Sum of RGB (Red+Green+Blue) = 250+9+1=260 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.15% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0901 is #05F6FE. Grayscale: #505050. Windows color (decimal): -390911 or 68090. OLE color: 68090.

HSL color Cylindrical-coordinate representation of color #FA0901: hue angle of 1.93º 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 #FA0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 9 1 -
CMYK 0 0.96 1.00 0.02
HSL 1.93º 0.99% 0.49% -
HSV(B) 1.93º 1% 0.98% -
XYZ 39.53 20.52 1.91 -
YUV 80.15 83.34 249.15 -
System Red Green Blue C M Y K H S L
Decimal 250 9 1 0 0.96 1.00 0.02 1.93 0.99 0.49
Hex FA 9 1 0 60 64 2 2 63 31
Octal 372 11 1 0 140 144 2 2 143 61
Binary 11111010 1001 1 0 1100000 1100100 10 10 1100011 110001

Color Harmonies of #FA0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0901

Black with #FA0901

Text Example


Text Example

White with #FA0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0901; }

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

 H1.HeaderClassName
 {
   color: #FA0901;
 }
 .AnyTagClassName
 {
   color: #FA0901;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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