Html Css Color HEX #FA0200 Red

📋 copy color: '#FA0200'

red 250 ◦ green 2 ◦ blue 0

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

Shades of Red #FA0200

Tints of Red #FA0200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 99.21%
G = 0.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA0200 (or 0xFA0200) is known color: Red. HEX triplet: FA, 02 and 00. RGB value is (250,2,0). Sum of RGB (Red+Green+Blue) = 250+2+0=252 (33% of max value = 765). Red value is 250 (98.05% from 255 or 99.21% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0200 is #05FDFF. Grayscale: #4C4C4C. Windows color (decimal): -392704 or 762. OLE color: 762.

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

Color convert

RGB 250 2 0 -
CMYK 0 0.99 1 0.02
HSL 0.48º 1% 0.49% -
HSV(B) 0.48º 1% 0.98% -
XYZ 39.45 20.37 1.85 -
YUV 75.92 85.16 252.16 -
System Red Green Blue C M Y K H S L
Decimal 250 2 0 0 0.99 1 0.02 0.48 1 0.49
Hex FA 2 0 0 63 64 2 0 64 31
Octal 372 2 0 0 143 144 2 0 144 61
Binary 11111010 10 0 0 1100011 1100100 10 0 1100100 110001

Color Harmonies of #FA0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0200

Black with #FA0200

Text Example


Text Example

White with #FA0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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