Html Css Color HEX #FA1000 Red

📋 copy color: '#FA1000'

red 250 ◦ green 16 ◦ blue 0

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

Shades of Red #FA1000

Tints of Red #FA1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.98%
G = 6.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA1000 (or 0xFA1000) is known color: Red. HEX triplet: FA, 10 and 00. RGB value is (250,16,0). Sum of RGB (Red+Green+Blue) = 250+16+0=266 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.98% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1000 is #05EFFF. Grayscale: #545454. Windows color (decimal): -389120 or 4346. OLE color: 4346.

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

Color convert

RGB 250 16 0 -
CMYK 0 0.94 1 0.02
HSL 3.84º 1% 0.49% -
HSV(B) 3.84º 1% 0.98% -
XYZ 39.61 20.69 1.91 -
YUV 84.14 80.52 246.3 -
System Red Green Blue C M Y K H S L
Decimal 250 16 0 0 0.94 1 0.02 3.84 1 0.49
Hex FA 10 0 0 5E 64 2 4 64 31
Octal 372 20 0 0 136 144 2 4 144 61
Binary 11111010 10000 0 0 1011110 1100100 10 100 1100100 110001

Color Harmonies of #FA1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1000

Black with #FA1000

Text Example


Text Example

White with #FA1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1000; }

 p { color: rgb(250,16,0); }

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

background-color css

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

 a { background-color: rgb(250,16,0); }

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

border-color css

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

 span { border-color: rgb(250,16,0); }

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