#F6100B

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

Shades of Red #F6100B

Tints of Red #F6100B

Color information

#F6100B (or 0xF6100B) is unknown color: approx Red. HEX triplet: F6, 10 and 0B. RGB value is (246,16,11). Sum of RGB (Red+Green+Blue) = 246+16+11=273 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.11% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 246 - color contains mainly: red. Hex color #F6100B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6100B is #09EFF4. Grayscale: #545454. Windows color (decimal): -651253 or 725238. OLE color: 725238.

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

Color convert

RGB2461611-
CMYK00.930.960.04
HSL1.28º92.89%50.39%-
HSV(B)1.28º95.53%96.47%-
XYZ38.2519.992.16-
YUV84.286.7243.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 90.11%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 11 (4.69% from 255) = 4.03%
R=90.11%
G=5.86%
B=4.03%

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
Decimal246161100.930.960.041.2892.8950.39
HexF610B05D60415d32
Octal366201301351404113562
Binary1111011010000101101011101110000010011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6100B; }

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

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

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

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

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

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

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

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