Html Css Color HEX #FA0A03 Red

📋 copy color: '#FA0A03'

red 250 ◦ green 10 ◦ blue 3

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

Shades of Red #FA0A03

Tints of Red #FA0A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

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

R = 95.06%
G = 3.8%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA0A03 (or 0xFA0A03) is known color: Red. HEX triplet: FA, 0A and 03. RGB value is (250,10,3). Sum of RGB (Red+Green+Blue) = 250+10+3=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0A03 is #05F5FC. Grayscale: #515151. Windows color (decimal): -390653 or 199418. OLE color: 199418.

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

Color convert

RGB 250 10 3 -
CMYK 0 0.96 0.99 0.02
HSL 1.7º 0.98% 0.5% -
HSV(B) 1.7º 0.99% 0.98% -
XYZ 39.55 20.55 1.97 -
YUV 80.96 84.01 248.57 -
System Red Green Blue C M Y K H S L
Decimal 250 10 3 0 0.96 0.99 0.02 1.7 0.98 0.5
Hex FA A 3 0 60 63 2 2 62 32
Octal 372 12 3 0 140 143 2 2 142 62
Binary 11111010 1010 11 0 1100000 1100011 10 10 1100010 110010

Color Harmonies of #FA0A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A03

Black with #FA0A03

Text Example


Text Example

White with #FA0A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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