Html Css Color HEX #FA1004 Red

📋 copy color: '#FA1004'

red 250 ◦ green 16 ◦ blue 4

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

Shades of Red #FA1004

Tints of Red #FA1004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 92.59%
G = 5.93%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1004 (or 0xFA1004) is known color: Red. HEX triplet: FA, 10 and 04. RGB value is (250,16,4). Sum of RGB (Red+Green+Blue) = 250+16+4=270 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.59% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1004 is #05EFFB. Grayscale: #545454. Windows color (decimal): -389116 or 266490. OLE color: 266490.

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

Color convert

RGB 250 16 4 -
CMYK 0 0.94 0.98 0.02
HSL 2.93º 0.97% 0.5% -
HSV(B) 2.93º 0.98% 0.98% -
XYZ 39.63 20.7 2.02 -
YUV 84.6 82.52 245.98 -
System Red Green Blue C M Y K H S L
Decimal 250 16 4 0 0.94 0.98 0.02 2.93 0.97 0.5
Hex FA 10 4 0 5E 62 2 3 61 32
Octal 372 20 4 0 136 142 2 3 141 62
Binary 11111010 10000 100 0 1011110 1100010 10 11 1100001 110010

Color Harmonies of #FA1004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1004

Black with #FA1004

Text Example


Text Example

White with #FA1004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1004; }

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

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

background-color css

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

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

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

border-color css

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

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

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