Html Css Color HEX #F6000B Torch Red

📋 copy color: '#F6000B'

red 246 ◦ green 0 ◦ blue 11

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

Shades of Torch Red #F6000B

Tints of Torch Red #F6000B

RGB

 RED value IS 246 (96.48% from 255) = 95.72%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.72%
G = 0%
B = 4.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6000B (or 0xF6000B) is known color: Torch Red. HEX triplet: F6, 00 and 0B. RGB value is (246,0,11). Sum of RGB (Red+Green+Blue) = 246+0+11=257 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.72% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 246 - color contains mainly: red. Hex color #F6000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6000B is #09FFF4. Grayscale: #4B4B4B. Windows color (decimal): -655349 or 721142. OLE color: 721142.

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

Color convert

RGB 246 0 11 -
CMYK 0 1 0.96 0.04
HSL 357.32º 1% 0.48% -
HSV(B) 357.32º 1% 0.96% -
XYZ 38.07 19.62 2.1 -
YUV 74.81 92 250.11 -
System Red Green Blue C M Y K H S L
Decimal 246 0 11 0 1 0.96 0.04 357.32 1 0.48
Hex F6 0 B 0 64 60 4 165 64 30
Octal 366 0 13 0 144 140 4 545 144 60
Binary 11110110 0 1011 0 1100100 1100000 100 101100101 1100100 110000

Color Harmonies of #F6000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6000B

Black with #F6000B

Text Example


Text Example

White with #F6000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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