Html Css Color HEX #F6003E Torch Red

📋 copy color: '#F6003E'

red 246 ◦ green 0 ◦ blue 62

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

Shades of Torch Red #F6003E

Tints of Torch Red #F6003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 79.87%
G = 0%
B = 20.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6003E (or 0xF6003E) is known color: Torch Red. HEX triplet: F6, 00 and 3E. RGB value is (246,0,62). Sum of RGB (Red+Green+Blue) = 246+0+62=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F6003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6003E is #09FFC1. Grayscale: #505050. Windows color (decimal): -655298 or 4063478. OLE color: 4063478.

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

Color convert

RGB 246 0 62 -
CMYK 0 1 0.75 0.04
HSL 344.88º 1% 0.48% -
HSV(B) 344.88º 1% 0.96% -
XYZ 38.88 19.94 6.36 -
YUV 80.62 117.5 245.96 -
System Red Green Blue C M Y K H S L
Decimal 246 0 62 0 1 0.75 0.04 344.88 1 0.48
Hex F6 0 3E 0 64 4B 4 159 64 30
Octal 366 0 76 0 144 113 4 531 144 60
Binary 11110110 0 111110 0 1100100 1001011 100 101011001 1100100 110000

Color Harmonies of #F6003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6003E

Black with #F6003E

Text Example


Text Example

White with #F6003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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