#F6110B

Color #F6110B Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #F6110B

Tints of Red #F6110B

Color information

#F6110B (or 0xF6110B) is unknown color: approx Red. HEX triplet: F6, 11 and 0B. RGB value is (246,17,11). Sum of RGB (Red+Green+Blue) = 246+17+11=274 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.78% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 246 - color contains mainly: red. Hex color #F6110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6110B is #09EEF4. Grayscale: #555555. Windows color (decimal): -650997 or 725494. OLE color: 725494.

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

Color convert

RGB2461711-
CMYK00.930.960.04
HSL1.53º92.89%50.39%-
HSV(B)1.53º95.53%96.47%-
XYZ38.2720.022.16-
YUV84.7986.37242.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 89.78%
GREEN value IS 17 (7.03% from 255) = 6.20%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=89.78%
G=6.20%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246171100.930.960.041.5392.8950.39
HexF611B05D60425d32
Octal366211301351404213562
Binary11110110100011011010111011100000100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6110B; }

 p { color: rgb(246,17,11); }

 H1.HeaderClassName
 {
   color: #F6110B;
 }
 .AnyTagClassName
 {
   color: #F6110B;
 }
</style>
background-color css

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

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

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

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

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

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