Html Css Color HEX #F6002F Torch Red

📋 copy color: '#F6002F'

red 246 ◦ green 0 ◦ blue 47

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

Shades of Torch Red #F6002F

Tints of Torch Red #F6002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 83.96%
G = 0%
B = 16.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6002F (or 0xF6002F) is known color: Torch Red. HEX triplet: F6, 00 and 2F. RGB value is (246,0,47). Sum of RGB (Red+Green+Blue) = 246+0+47=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F6002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6002F is #09FFD0. Grayscale: #4E4E4E. Windows color (decimal): -655313 or 3080438. OLE color: 3080438.

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

Color convert

RGB 246 0 47 -
CMYK 0 1 0.81 0.04
HSL 348.54º 1% 0.48% -
HSV(B) 348.54º 1% 0.96% -
XYZ 38.52 19.8 4.48 -
YUV 78.91 110 247.18 -
System Red Green Blue C M Y K H S L
Decimal 246 0 47 0 1 0.81 0.04 348.54 1 0.48
Hex F6 0 2F 0 64 51 4 15D 64 30
Octal 366 0 57 0 144 121 4 535 144 60
Binary 11110110 0 101111 0 1100100 1010001 100 101011101 1100100 110000

Color Harmonies of #F6002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6002F

Black with #F6002F

Text Example


Text Example

White with #F6002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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