Html Css Color HEX #FA0B03 Red

📋 copy color: '#FA0B03'

red 250 ◦ green 11 ◦ blue 3

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

Shades of Red #FA0B03

Tints of Red #FA0B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 94.7%
G = 4.17%
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

#FA0B03 (or 0xFA0B03) is known color: Red. HEX triplet: FA, 0B and 03. RGB value is (250,11,3). Sum of RGB (Red+Green+Blue) = 250+11+3=264 (34% of max value = 765). Red value is 250 (98.05% from 255 or 94.70% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B03 is #05F4FC. Grayscale: #515151. Windows color (decimal): -390397 or 199674. OLE color: 199674.

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

Color convert

RGB 250 11 3 -
CMYK 0 0.96 0.99 0.02
HSL 1.94º 0.98% 0.5% -
HSV(B) 1.94º 0.99% 0.98% -
XYZ 39.56 20.57 1.97 -
YUV 81.55 83.68 248.15 -
System Red Green Blue C M Y K H S L
Decimal 250 11 3 0 0.96 0.99 0.02 1.94 0.98 0.5
Hex FA B 3 0 60 63 2 2 62 32
Octal 372 13 3 0 140 143 2 2 142 62
Binary 11111010 1011 11 0 1100000 1100011 10 10 1100010 110010

Color Harmonies of #FA0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0B03

Black with #FA0B03

Text Example


Text Example

White with #FA0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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