Html Css Color HEX #FA0000 Red

📋 copy color: '#FA0000'

red 250 ◦ green 0 ◦ blue 0

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

Shades of Red #FA0000

Tints of Red #FA0000

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA0000 (or 0xFA0000) is known color: Red. HEX triplet: FA, 00 and 00. RGB value is (250,0,0). Sum of RGB (Red+Green+Blue) = 250+0+0=250 (33% of max value = 765). Red value is 250 (98.05% from 255 or 100% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0000 is #05FFFF. Grayscale: #4B4B4B. Windows color (decimal): -393216 or 250. OLE color: 250.

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

Color convert

RGB 250 0 0 -
CMYK 0 1 1 0.02
HSL 1% 0.49% -
HSV(B) 1% 0.98% -
XYZ 39.42 20.32 1.85 -
YUV 74.75 85.83 253 -
System Red Green Blue C M Y K H S L
Decimal 250 0 0 0 1 1 0.02 0 1 0.49
Hex FA 0 0 0 64 64 2 0 64 31
Octal 372 0 0 0 144 144 2 0 144 61
Binary 11111010 0 0 0 1100100 1100100 10 0 1100100 110001

Color Harmonies of #FA0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0000

Black with #FA0000

Text Example


Text Example

White with #FA0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0000; }

 p { color: rgb(250,0,0); }

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

background-color css

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

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

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

border-color css

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

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

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