Html Css Color HEX #FA0B0B Red

📋 copy color: '#FA0B0B'

red 250 ◦ green 11 ◦ blue 11

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

Shades of Red #FA0B0B

Tints of Red #FA0B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 91.91%
G = 4.04%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA0B0B (or 0xFA0B0B) is known color: Red. HEX triplet: FA, 0B and 0B. RGB value is (250,11,11). Sum of RGB (Red+Green+Blue) = 250+11+11=272 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.91% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B0B is #05F4F4. Grayscale: #525252. Windows color (decimal): -390389 or 723962. OLE color: 723962.

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

Color convert

RGB 250 11 11 -
CMYK 0 0.96 0.96 0.02
HSL 0.96% 0.51% -
HSV(B) 0.96% 0.98% -
XYZ 39.6 20.59 2.2 -
YUV 82.46 87.68 247.5 -
System Red Green Blue C M Y K H S L
Decimal 250 11 11 0 0.96 0.96 0.02 0 0.96 0.51
Hex FA B B 0 60 60 2 0 60 33
Octal 372 13 13 0 140 140 2 0 140 63
Binary 11111010 1011 1011 0 1100000 1100000 10 0 1100000 110011

Color Harmonies of #FA0B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0B0B

Black with #FA0B0B

Text Example


Text Example

White with #FA0B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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