Html Css Color HEX #FA0704 Red

📋 copy color: '#FA0704'

red 250 ◦ green 7 ◦ blue 4

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

Shades of Red #FA0704

Tints of Red #FA0704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

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

R = 95.79%
G = 2.68%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0704 (or 0xFA0704) is known color: Red. HEX triplet: FA, 07 and 04. RGB value is (250,7,4). Sum of RGB (Red+Green+Blue) = 250+7+4=261 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.79% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0704 is #05F8FB. Grayscale: #4F4F4F. Windows color (decimal): -391420 or 264186. OLE color: 264186.

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

Color convert

RGB 250 7 4 -
CMYK 0 0.97 0.98 0.02
HSL 0.73º 0.97% 0.5% -
HSV(B) 0.73º 0.98% 0.98% -
XYZ 39.52 20.48 1.99 -
YUV 79.32 85.51 249.74 -
System Red Green Blue C M Y K H S L
Decimal 250 7 4 0 0.97 0.98 0.02 0.73 0.97 0.5
Hex FA 7 4 0 61 62 2 1 61 32
Octal 372 7 4 0 141 142 2 1 141 62
Binary 11111010 111 100 0 1100001 1100010 10 1 1100001 110010

Color Harmonies of #FA0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0704

Black with #FA0704

Text Example


Text Example

White with #FA0704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0704; }

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

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

background-color css

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

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

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

border-color css

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

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

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