#F6120B

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

Shades of Red #F6120B

Tints of Red #F6120B

Color information

#F6120B (or 0xF6120B) is unknown color: approx Red. HEX triplet: F6, 12 and 0B. RGB value is (246,18,11). Sum of RGB (Red+Green+Blue) = 246+18+11=275 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.45% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 246 - color contains mainly: red. Hex color #F6120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6120B is #09EDF4. Grayscale: #555555. Windows color (decimal): -650741 or 725750. OLE color: 725750.

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

Color convert

RGB2461811-
CMYK00.930.960.04
HSL1.79º92.89%50.39%-
HSV(B)1.79º95.53%96.47%-
XYZ38.2820.052.17-
YUV85.3786.04242.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 89.45%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 11 (4.69% from 255) = 4%
R=89.45%
G=6.55%
B=4%

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
Decimal246181100.930.960.041.7992.8950.39
HexF612B05D60425d32
Octal366221301351404213562
Binary11110110100101011010111011100000100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6120B; }

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

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

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

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

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

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

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

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