Html Css Color HEX #FA0303 Red

📋 copy color: '#FA0303'

red 250 ◦ green 3 ◦ blue 3

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

Shades of Red #FA0303

Tints of Red #FA0303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 97.66%
G = 1.17%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA0303 (or 0xFA0303) is known color: Red. HEX triplet: FA, 03 and 03. RGB value is (250,3,3). Sum of RGB (Red+Green+Blue) = 250+3+3=256 (33% of max value = 765). Red value is 250 (98.05% from 255 or 97.66% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0303 is #05FCFC. Grayscale: #4D4D4D. Windows color (decimal): -392445 or 197626. OLE color: 197626.

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

Color convert

RGB 250 3 3 -
CMYK 0 0.99 0.99 0.02
HSL 0.98% 0.5% -
HSV(B) 0.99% 0.98% -
XYZ 39.47 20.4 1.94 -
YUV 76.85 86.33 251.5 -
System Red Green Blue C M Y K H S L
Decimal 250 3 3 0 0.99 0.99 0.02 0 0.98 0.5
Hex FA 3 3 0 63 63 2 0 62 32
Octal 372 3 3 0 143 143 2 0 142 62
Binary 11111010 11 11 0 1100011 1100011 10 0 1100010 110010

Color Harmonies of #FA0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0303

Black with #FA0303

Text Example


Text Example

White with #FA0303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0303; }

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

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

background-color css

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

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

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

border-color css

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

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

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