Html Css Color HEX #F6002B Torch Red

📋 copy color: '#F6002B'

red 246 ◦ green 0 ◦ blue 43

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

Shades of Torch Red #F6002B

Tints of Torch Red #F6002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 85.12%
G = 0%
B = 14.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6002B (or 0xF6002B) is known color: Torch Red. HEX triplet: F6, 00 and 2B. RGB value is (246,0,43). Sum of RGB (Red+Green+Blue) = 246+0+43=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F6002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6002B is #09FFD4. Grayscale: #4E4E4E. Windows color (decimal): -655317 or 2818294. OLE color: 2818294.

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

Color convert

RGB 246 0 43 -
CMYK 0 1 0.83 0.04
HSL 349.51º 1% 0.48% -
HSV(B) 349.51º 1% 0.96% -
XYZ 38.44 19.77 4.07 -
YUV 78.46 108 247.5 -
System Red Green Blue C M Y K H S L
Decimal 246 0 43 0 1 0.83 0.04 349.51 1 0.48
Hex F6 0 2B 0 64 53 4 15E 64 30
Octal 366 0 53 0 144 123 4 536 144 60
Binary 11110110 0 101011 0 1100100 1010011 100 101011110 1100100 110000

Color Harmonies of #F6002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6002B

Black with #F6002B

Text Example


Text Example

White with #F6002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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