Html Css Color HEX #F6203B Torch Red

📋 copy color: '#F6203B'

red 246 ◦ green 32 ◦ blue 59

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

Shades of Torch Red #F6203B

Tints of Torch Red #F6203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 73%
G = 9.5%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6203B (or 0xF6203B) is known color: Torch Red. HEX triplet: F6, 20 and 3B. RGB value is (246,32,59). Sum of RGB (Red+Green+Blue) = 246+32+59=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F6203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6203B is #09DFC4. Grayscale: #636363. Windows color (decimal): -647109 or 3875062. OLE color: 3875062.

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

Color convert

RGB 246 32 59 -
CMYK 0 0.87 0.76 0.04
HSL 352.43º 0.92% 0.55% -
HSV(B) 352.43º 0.87% 0.96% -
XYZ 39.31 20.94 6.11 -
YUV 99.06 105.4 232.8 -
System Red Green Blue C M Y K H S L
Decimal 246 32 59 0 0.87 0.76 0.04 352.43 0.92 0.55
Hex F6 20 3B 0 57 4C 4 160 5C 37
Octal 366 40 73 0 127 114 4 540 134 67
Binary 11110110 100000 111011 0 1010111 1001100 100 101100000 1011100 110111

Color Harmonies of #F6203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6203B

Black with #F6203B

Text Example


Text Example

White with #F6203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6203B; }

 p { color: rgb(246,32,59); }

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

background-color css

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

 a { background-color: rgb(246,32,59); }

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

border-color css

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

 span { border-color: rgb(246,32,59); }

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