Html Css Color HEX #FA0706 Red

📋 copy color: '#FA0706'

red 250 ◦ green 7 ◦ blue 6

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

Shades of Red #FA0706

Tints of Red #FA0706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 95.06%
G = 2.66%
B = 2.28%

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

#FA0706 (or 0xFA0706) is known color: Red. HEX triplet: FA, 07 and 06. RGB value is (250,7,6). Sum of RGB (Red+Green+Blue) = 250+7+6=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0706 is #05F8F9. Grayscale: #4F4F4F. Windows color (decimal): -391418 or 395258. OLE color: 395258.

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

Color convert

RGB 250 7 6 -
CMYK 0 0.97 0.98 0.02
HSL 0.25º 0.96% 0.5% -
HSV(B) 0.25º 0.98% 0.98% -
XYZ 39.53 20.49 2.04 -
YUV 79.54 86.51 249.58 -
System Red Green Blue C M Y K H S L
Decimal 250 7 6 0 0.97 0.98 0.02 0.25 0.96 0.5
Hex FA 7 6 0 61 62 2 0 60 32
Octal 372 7 6 0 141 142 2 0 140 62
Binary 11111010 111 110 0 1100001 1100010 10 0 1100000 110010

Color Harmonies of #FA0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0706

Black with #FA0706

Text Example


Text Example

White with #FA0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0706; }

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

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

background-color css

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

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

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

border-color css

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

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

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