Html Css Color HEX #FA0604 Red

📋 copy color: '#FA0604'

red 250 ◦ green 6 ◦ blue 4

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

Shades of Red #FA0604

Tints of Red #FA0604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 96.15%
G = 2.31%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0604 (or 0xFA0604) is known color: Red. HEX triplet: FA, 06 and 04. RGB value is (250,6,4). Sum of RGB (Red+Green+Blue) = 250+6+4=260 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.15% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0604 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0604 is #05F9FB. Grayscale: #4E4E4E. Windows color (decimal): -391676 or 263930. OLE color: 263930.

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

Color convert

RGB 250 6 4 -
CMYK 0 0.98 0.98 0.02
HSL 0.49º 0.97% 0.5% -
HSV(B) 0.49º 0.98% 0.98% -
XYZ 39.51 20.46 1.98 -
YUV 78.73 85.84 250.16 -
System Red Green Blue C M Y K H S L
Decimal 250 6 4 0 0.98 0.98 0.02 0.49 0.97 0.5
Hex FA 6 4 0 62 62 2 0 61 32
Octal 372 6 4 0 142 142 2 0 141 62
Binary 11111010 110 100 0 1100010 1100010 10 0 1100001 110010

Color Harmonies of #FA0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0604

Black with #FA0604

Text Example


Text Example

White with #FA0604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0604; }

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

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

background-color css

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

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

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

border-color css

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

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

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