Html Css Color HEX #FA0605 Red

📋 copy color: '#FA0605'

red 250 ◦ green 6 ◦ blue 5

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

Shades of Red #FA0605

Tints of Red #FA0605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 95.79%
G = 2.3%
B = 1.92%

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

#FA0605 (or 0xFA0605) is known color: Red. HEX triplet: FA, 06 and 05. RGB value is (250,6,5). Sum of RGB (Red+Green+Blue) = 250+6+5=261 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.79% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0605 is #05F9FA. Grayscale: #4F4F4F. Windows color (decimal): -391675 or 329466. OLE color: 329466.

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

Color convert

RGB 250 6 5 -
CMYK 0 0.98 0.98 0.02
HSL 0.24º 0.96% 0.5% -
HSV(B) 0.24º 0.98% 0.98% -
XYZ 39.52 20.47 2.01 -
YUV 78.84 86.34 250.08 -
System Red Green Blue C M Y K H S L
Decimal 250 6 5 0 0.98 0.98 0.02 0.24 0.96 0.5
Hex FA 6 5 0 62 62 2 0 60 32
Octal 372 6 5 0 142 142 2 0 140 62
Binary 11111010 110 101 0 1100010 1100010 10 0 1100000 110010

Color Harmonies of #FA0605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0605

Black with #FA0605

Text Example


Text Example

White with #FA0605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0605; }

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

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

background-color css

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

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

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

border-color css

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

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

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