Html Css Color HEX #FA0B06 Red

📋 copy color: '#FA0B06'

red 250 ◦ green 11 ◦ blue 6

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

Shades of Red #FA0B06

Tints of Red #FA0B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.25%

R = 93.63%
G = 4.12%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0B06 (or 0xFA0B06) is known color: Red. HEX triplet: FA, 0B and 06. RGB value is (250,11,6). Sum of RGB (Red+Green+Blue) = 250+11+6=267 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.63% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B06 is #05F4F9. Grayscale: #525252. Windows color (decimal): -390394 or 396282. OLE color: 396282.

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

Color convert

RGB 250 11 6 -
CMYK 0 0.96 0.98 0.02
HSL 1.23º 0.96% 0.5% -
HSV(B) 1.23º 0.98% 0.98% -
XYZ 39.58 20.58 2.06 -
YUV 81.89 85.18 247.91 -
System Red Green Blue C M Y K H S L
Decimal 250 11 6 0 0.96 0.98 0.02 1.23 0.96 0.5
Hex FA B 6 0 60 62 2 1 60 32
Octal 372 13 6 0 140 142 2 1 140 62
Binary 11111010 1011 110 0 1100000 1100010 10 1 1100000 110010

Color Harmonies of #FA0B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0B06

Black with #FA0B06

Text Example


Text Example

White with #FA0B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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